NI TestStand

cancel
Showing results for 
Search instead for 
Did you mean: 

String value test will not go passed

Not sure what version of TestStand you are using, but recent versions have an API Engine.Utility.Escape() that you can use to convert your string limit into a correct TestStand expression string literal. Just use this Engine.Utility.Escape() method with the EscapingOption_SurroundedByQuotes option to convert your raw string into the correct format for use with a TestStand expression, such as the string limit.

 

Hope this helps,

-Doug

Message 11 of 13
(1,052 Views)

Yhea !!

 

Thats Dug9000 i know!

I have installed T4.1 and checked out this new feature

 

So misha lets keep it simple ....

 

greetings

 

juergen

--Signature--
Sessions NI-Week 2017 2016
Feedback or kudos are welcome
0 Kudos
Message 12 of 13
(1,032 Views)

I found that cutting and pasting the string from the LabVIEW indicator into a local variable first and using the local variable in the comparison will work.

 

Jim

0 Kudos
Message 13 of 13
(1,019 Views)