05-07-2011 05:29 AM
Hi All!
There is local variable (for example "MyVariable") in local scope of project. There is Action-step, created by LabVIEW. One of input terminals step is "Sequence Context".
How can I access to MyVariable by Sequence Context? Unbundle? It does't work.
Thank you.
05-07-2011 11:04 AM
On the TestStand palette there is a VI called TestStand - Get Property Value.vi. Use that. Attached is an image showing how to use it. The trick is making it produce the correct data type. Do that by right clicking on the VI and selecting Select Type. Then you can choose the type. I think in LV 2010 and TS 2010 it is a polymorphic VI and you can just change it. I wrote an example here for Chaz: http://forums.ni.com/t5/NI-TestStand/How-to-execute-two-steps-in-parallel/td-p/1449874
It's the second example that's attached.
Hope this helps,
05-07-2011 01:25 PM
Thank you jigg for good help! I understand now, it simple
LyzV