NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Read or Write Parallel Model FileGlobals from Operator Interface

I understand how to access the fileglobals in sequential model by getting the sequence file's object reference and using GetValNumber but if I am using the parallel model, how do I access a specific socket's fileglobals?

0 Kudos
Message 1 of 2
(2,887 Views)

Directly accessing variables from the OI is usually frowned on as it couples the functionality of the OI to a particular sequence file. You should probably look into sending UI Messages from the sequence to the OI with the data that you're interested in.

CTA, CLA, MTFBWY
0 Kudos
Message 2 of 2
(2,875 Views)