NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

Run time error in TestStand

Hi ,

I am getting run time error in teststand can any one suggest me how to use the #NoValidation directive in the expression?

 

I was executing the same seq before but now i am getting error and it is getting strack when it comes to Action step( VI call) . 

 

Thanks in advance 

Manasa 

 

0 Kudos
Message 1 of 2
(4,368 Views)

https://www.ni.com/docs/en-US/bundle/teststand-api-reference/page/tsfundamentals/novalidation-functi...

 

#NoValidation only applies to edit time.  Not Run Time.  You will still get the error.  #NoValidation is great for runstate variables that don't exist during edit time but will exist during run time.  This way the sequence analyzer will not report these as errors.

 

Hope this helps!

 

Regards,

jigg
CTA, CLA
testeract.com
~Will work for kudos and/or BBQ~
0 Kudos
Message 2 of 2
(4,351 Views)