06-07-2013 05:49 AM
I am trying to read a teststand local into labview when running a sequence using TS Simple IO Vi. The local is to be read to an indicator (LoopIndex) in TS Simple IO Vi while the sequence is running.
The files necessary to run this Vi are zipped and attached.
Please read the ReadMe file as it explains what I am trying to do. The block diagram comments highlighted in red also explain what I am trying to achieve.
Any help on the matter will be greatly appreciated.
06-14-2013 02:08 AM
Hi Slim60,
Could you place the section of code which you can not get the LoopIndex from into a while loop (Including the Sequence Context Global, Null refnum and error terminals).
After doing this, do you now get a result in the LoopIndex at any point? This will see if the issue is related to the execution order.
06-28-2013 03:19 AM
Thanks Chris for your help. I have tried that but it still didn't work.
06-28-2013 03:33 AM
First of all, this question better refers to the TestStand forum section.
Second: As you already change the code for the UI, you should go the recommended way and use User Interface Messages (UIMsg) to update the GUI.
Please refer to this article for a more detailed information on best practices regarding UI customization.
Norbert