10-23-2008 02:14 AM
I am reading this string from LabView:
AT$
ATA answer
ATD connect
ATEn n=0,1 local echo off/on
ATFn n=0,1 data echo off/on
ATH0 hang up
ATI information
ATIQn n=0,1 I-Q-BER-dump off/on
ATRN retrain
ATO return online
ATRG renegotiate
ATSn=m set S-reg n
AT&T1 digital loopback DSP0 / f1,f2 test
AT&T2 digital loopback DSP1 input / f1 test
AT&T3 digital loopback DSP1 output
AT&T4 analog loopback, manual agc
AT&T5 analog loopback
AT&TA answer, manual agc
AT&TD call, manual agc
AT? TX/RX rates
"
and want to check it with a String value test, but Test Stand will not accept it as equal even if I have copied it directly.
Please help...
10-23-2008 02:32 AM
10-23-2008 02:58 AM
I have copied both the "limit" text and the "status" text from the TestStand report back in to LabView, and LabView says they are equal. These strings are not equal to the string I read in LabView thoug, but it does not help to check agains this string either.
I tried to copy the string read from LabView into a TestStand variable, stop while running and copy the containts of this variable into the limit, but this did not help either.
10-23-2008 03:13 AM
10-23-2008 03:21 AM
10-23-2008 06:28 AM
Hi misa,
It was like i assumed, the CR and LF are missing !
I have pasted it to a hex-editor. All 0x0A and 0x0D has to be inserted in the lookup as "\x0A" and "\x0D"
Note for other users:
Be carefully when downloading the example. The NI-step types are modified !
NEVER acept savings on ini-Files on closing !!!!
Greetings
juergen
10-23-2008 06:35 AM
OK, thanks.
But how do I tell TestStand what to look for? Can I see the tekst formatting in the expected string value field?
The problem is that when I copy the string I get somethin else when I paste it.
10-23-2008 09:07 AM
10-23-2008 09:38 AM
10-23-2008 10:15 AM
Hi misa,
That's our daily struggle to keep things simple as possible
By the way i have no idea to do this at the moment....
Just let's wait a few hours maybe there is someone out there figuring
a great simple solution. Thats the reason why it is so interesting here.
Still have a great day with greetings
from the lake of constance, germany
Juergen