Hi,
I am currently working on a project that involves EEG signals and Virtual Reality.
I have a VR application and it communicates with LabView through UDP.
When I press a button on the VR it starts an animation and it sends a message to LabView and activates a boolean indicator, it works by itself. While the animation is inactive I want to write 0's to a file and when the animation is active I want to write 1 values to the same file.
I tried to do it with state machines, when I click the button on the VR app it does write 0's but I can't get it to write 1's while it is on standby.
I attach the needed files and controls.
statemachine_justaddingvalues, control_3
testingUDP_andSTATEMACHINE, udptestcontrol
Any help will be greatly appreciated, you are my last resource I have tried many things and I don't seem to find any related thread.