11-22-2005 06:41 AM
Solved! Go to Solution.
11-22-2005 10:30 AM
You can access the station globals from ApplicationMgr.GetEngine().Globals.
You can use PropertyObject methods via the Get Property Value and Set Property Value VIs to get and set variable values. Display the values in whichever LabVIEW front panel control is most appropriate.
Note that there is no prebuilt control that replicates the tree/list view variable display in the sequence editor.
11-23-2005 01:51 AM
Thanks for your answer,
i have tried it, but i can`t connect the IApplicationMgr.GetEngine to Get Property Value and Set Property Value VIs. What is wrong? Can somebody send me some examples?
Thankyou
Schwede
11-23-2005 03:28 AM
11-23-2005 03:39 AM
Hi,
I have attached a sample vi for your reference- i have not closed any of the references. Please close it appropriately.
Thank you,
Sasi
11-23-2005 04:37 AM
That´s great! Thankyou!
One more question: how can i display this informations (string) in the status bar. In the standard OI it is made with caption source and i want to use the standard status bar and insert my informations from the station globals.
greetings
Schwede
06-08-2006 01:35 PM