NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

fileglobals

why am I unable to see any change in a fileglobal after I have written to it in the SequencFileLoad callback
 
0 Kudos
Message 1 of 3
(3,015 Views)

Hi,

Thats because FileGlobals is only valid during execution, once the SequenceFileLoad has completed the execution is over.

You will need to write the the FileGlobalDefaults to alterate the static version.

Regards

Ray Farmer

Regards
Ray Farmer
0 Kudos
Message 2 of 3
(3,010 Views)

Thanks Ray

I guess it does not need to be done anyway

because the values always start as they were saved when I save the file

not as the program changes them (like the station globals)

 

0 Kudos
Message 3 of 3
(3,008 Views)