04-14-2015 02:17 AM
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
04-14-2015
09:40 AM
- last edited on
11-04-2024
02:01 PM
by
Content Cleaner
#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,