NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

create local static variable in teststand

Hi,

 

I am creating SequenceFilePostStepRuntimeError callback in my file, i want to check whether particular type of error occures twice in seq then ignore it and execute the next step, but if same error occure 3rd time then go to cleanup.

 

for this i need to create local static variable which will count the error occurences.

If it is not possible then is there any other solution to achieve it.

 

0 Kudos
Message 1 of 2
(3,959 Views)

Hi,

 

Local static is not supported but you can use fileglobals.

 

Regards,

 

Ravi

0 Kudos
Message 2 of 2
(3,947 Views)