08-05-2013 05:21 AM
So,
i am writing an XControl which works fine by itself and does what I expect it to do, but as soon as I test it and put it into a small programme with a while loop, it doesnt properly update its appearence anymore. To be more specific:
So this is an example for the on/off switch of a camera. If it is running and the switch is TRUE, the camera gets initialized and the indicator changes to TRUE and a little status message is produced and send out to another XControl, which just prints out text (and works fine, I wrote a test programme). The initialization of the camera always works, the light goes green and the correct status message is printed. But the shutdown process doesnt work:
Although its quite similar. So i tested a) the initialization and shutdown VIs, they work fine. b) the information output xcontrol which works fine, too. If I run the XControl by itself it works as expected, too. Just the case where I place it in a test environment fails. Any suggestions?
Solved! Go to Solution.
08-05-2013 06:20 AM
Wired the conditionals wrongly. Pardon me.
08-07-2013 06:49 AM
to be continued here...