02-01-2011 08:38 AM
In my custom LabVIEW-TS OI I would like to add the Variable Watch View similar to what we see in TestStand OI. Is it posible?
If Watch View is not possible what would be the best way to let the user view all the Local variable valuesof the Main sequence at Runtime? Thanks.
02-02-2011 03:12 PM
Hi,
In terms of a pre-made control, no, there is not a way to get the Watch View to display in your LabVIEW OI. However, you can use custom UI Messages to update indicators in you LabVIEW OI, when variables in TestStand change. A good article/tutorial on how to do this can be found here:
http://zone.ni.com/devzone/cda/tut/p/id/4532