01-28-2015 07:01 AM
Hi.
Can anyone Please share examples and tell me to how access the test stand global variable using labview user interface.
Solved! Go to Solution.
01-28-2015 08:16 AM
Ideally you should be sending information from your sequence file to the UI using UI Messages: http://www.ni.com/tutorial/4532/en/
Are you talking about FileGlobals or StationGlobals?
Regards,
01-30-2015 07:37 AM
Hi
I want to use the file globals.
I tried to get the file globals value as shown in the attachment but i cant read the value.But with the same concept im able to read back the station global value in the sequence.
01-30-2015 09:19 AM
I'm not surprised that what you are doing doesn't work. The Start Execution UI Message is triggered when the user clicks a button to start an execution. Realize that most executions go through a process model. So you could be looking at the sequence context of the process model and not your client sequence file.
I recommend reading that link I posted above. UI Messages are your best bet but you cannot just piggy back on an existing UI Message like this. They may not be getting sent at the time you need them to be. The only way to ensure you get what you want is to trigger one yourself at the right time.
Regards,
02-10-2015 05:16 AM
I found some reference and got the method.
I refered the below link