05-07-2008 03:23 AM
05-07-2008 04:37 AM
05-07-2008 04:47 AM
Hi Jedi,
I think i managed somehow. Please have a look on the attachments and advise if you think it is a safe way of doing what I wanted at the beginning.
Thanks,
Ahmed.
05-07-2008 06:02 AM
Hi Ahmed,
Have you ever took a look on the examples that are shipped with Testand?
If not, i would recommend C:\Programme\National Instruments\TestStand 4.0\Examples\Demo\LabVIEW\Auto\Auto.seq
Using SequneceContext is well, but if you are using just one Local in your vi,
i would use the variable direcly as parameter in LabView.
You can do it for output in the same way.
See step"Engine CM" for more details
Greetings
juergen
05-07-2008 06:20 AM
Hi,
that's right juergen and about what I wanted to say...
Ahmed, your sequence and VI are working, but it is better just to pass only the variable (so the data) that is needed, not a whole bunch of data which you don't need in the end - you may run into problems when looking for errors in large projects.
So set up your VI input for receiving a string value, create a SubVI (assign connectors), then load this as the required test step into TestStand. TS will recognize the valid data types of in-/outputs by itself, you don't need to do that. Just pass the desired data / variables to that in-/outputs and have fun ...
05-07-2008 07:24 AM
Thanks alot gedi and juergen. I have just tried it with your method. It is much simpler
I still have alot to learn about the different settings though.. Thanks again.
Ahmed.