08-04-2005 04:57 AM
08-04-2005 05:58 AM
No string is endless. The string has to have an end at some point. You can't pass the entire string before you get the entire string. If you do have the entire string, you can simply use Search\Split string from the String>>Additional palette.
If you want to start passing the incoming data when the character arrives and continue passing the incoming data, it depends on how you need the data, but you can basically use queuing functions to do this. If this didn't help, write more about how you need your string to be and\or post an example.
08-04-2005 06:58 AM
Hi, thanks for answer!
Yes, I want to start passing the incoming data when the character "A" arrives
and continue passing the incoming data in my VI.
Why "A"?
My hardware (homemade) has 2 channels ("A" and "B") and its date, and I must be sure, that graphs plots right,
therefore I need scan string from "A" (or "B") symbol.
I attached VI. I think, you understand, what need.
Thanks !!!
08-04-2005 07:20 AM
08-04-2005 07:56 AM
08-04-2005 08:19 AM - edited 08-04-2005 08:19 AM
Message Edited by GerdW on 08-04-2005 03:20 PM