03-27-2012 02:21 AM
hi,
how can i map variables from a vi (which is loaded in a test sequence in teststand) to teststand sequence context variables ?
if my question is not clear enough then plz let me know.
03-27-2012 05:57 AM
Hi,
First of all, there's a testStand dedicated forum. You should post there to get more answers.
Second, I'm not sure what you are calling "sequence context variables". what are you trying to achieve?
regards,
03-27-2012 06:38 AM
so should i post it in teststand forum or can continue here ?
by "sequence context variables" i mean variables in teststand ( like Locals , RunState , etc...)
actually the thing is i have a vi to get input from user (which i've loaded in teststand as a step, call this sequence file as "S"), i need to store those inputs in teststand variables by accessing sequence context of S in labview (i've created corresponding variables in teststand).
03-27-2012 07:23 AM
You can access TestStand variables from within LabVIEW using the sequence context but it needs some programming.
maybe, the best way to do what I think you're trying to do is pass the output of your LabVIEW VI directly to a TestStand Local variable (in the module adapter)
you may find this usefull: http://www.ni.com/pdf/manuals/323435a.pdf Sequence context p.34
03-27-2012 08:08 AM
thanks Roderic
I tried doing wt u said, it worked but i wanted to know the programming method. Can u help ?
03-28-2012 03:13 AM
Sure I can help!
You can use either method: