10-23-2013 07:28 AM
Hi All,
I would like to build Real-Time Sequence Group in LabVIEW. I can do it easily in Stimulus Profile and run it without any problem. How to make it in LabVIEW?
I can only build stimulus profile and call RT-Sequence, but not RT Sequence Group. Any idea?
Thanks,
Rajamodol
LV2012, Teststand 2012, Veristand 2012
10-23-2013 08:17 AM
Somehow i found how to do it... I read this thread: http://208.74.204.114/t5/NI-VeriStand/More-than-1-output-variable-for-a-sequence/m-p/1733032/highlig...
Not sure if it is the rigt one, but it seems work properly...
-
Rajamodol
10-24-2013 05:50 PM
Hey rajamodol,
Good find on the other post. Looking at the Help at the detailed help for the Open Stimulus Profile Session.vi, and the IStimulusProfileSession method that is called in this VI (You can confirm the parameters this method uses by navigating to the NI VeriStand .NET API Help) this definitely looks like the way to do what you're looking for.
Let me know if you're having any problems with it