11-04-2015 11:50 AM - edited 11-04-2015 11:51 AM
Hi myadav,
the error message is quite clear!
What we don't know is the content of the string to be parsed and the format used to parse it. Mind to attach relevant VI and data?
ScanFromString has an error output. You can use it to react on parsing errors in your VI - but apparently you didn't do this so far…
11-04-2015 12:01 PM
Hi Gerdw,
Please find the subvi and input value when i got no error and when i got error.
11-04-2015 12:08 PM - edited 11-04-2015 12:09 PM
Hi myadav,
so you wonder, why you get an error when trying to parse "T*" with a format string of "%f%s"?
Come on: use the error output of ScanFromString to catch these errors on your own!
(Or catch the upstream error where this "T*" is generated…)
11-04-2015 12:30 PM
Hi GerdW,
What is the formate of "T*"?
From error output I not got any useful information.
11-04-2015 12:52 PM
Hi myadav,
What is the formate of "T*"?
It's your device you're reading data from, so you should know why you receive "T*" from it!
From error output I not got any useful information.
Well, it's very useful to know that ScanFromString couldn't parse the string. You can handle that error programmatically…
11-04-2015 01:11 PM
Hi GerdW,
"T*" this indicates that target volume is achived.
So i got erroer after completion of target volume, But my aim is after completion of target we have to move in another condition. But due to pop error our program stuck sfter completion of target.
Please suggest me how I remove this error?
Thanks.
11-04-2015 01:19 PM