Hello All,
Need to plug a file global variable into a station global during sequence execution, but can't quite get the syntax right. I think it is because the data type is "LabviewIOControl".
Example:
Hard Coded Syntax (that I know works):
StationGlobals.DAQmx.InstrumentX
(Data Type of this station globals if LabviewIOControl)
Variable Code Syntax? (that I can't get to work):
StationGlobals.DAQmx + "FileGlobals.InstrumentX"
(Data Type of the File Global is String)
Please let me know how to combine these two parts to make it work. Thanks.
GSinMN