07-21-2008 05:11 PM
07-21-2008 05:19 PM
It will give me 1 line, then clear, give me the next line, clear, etc.means. However, in general, if you want to display a running tally of what you've received on a serial port you need to use a shift register. Presumably you have a loop. So, create a shift register for the loop and simply append the string you receive to the previous string. See the LabVIEW Help on shift registers.
07-23-2008 02:51 PM
07-23-2008 03:06 PM
Is there any way I cant write a line to an array or something?
Then when it hits "\r\n", start a new line?
Because ultimately I am trying to split up the information that is coming in,
and send it to the appropriate places in my VI.
Thanks,
Cory
07-23-2008 04:26 PM
07-23-2008 04:43 PM
07-23-2008 04:45 PM
OK, the instrument sends data on an interval, which i have set to 2 seconds.
The data comes formatted like so:
a
b
c
d
etc
The problem is, my indicator will only show "a", then "b", then "c", instead of "a b c d" in a column
07-23-2008 04:56 PM
Thanks smercurio,
Problem solved.
07-23-2008 05:01 PM - edited 07-23-2008 05:01 PM
07-23-2008 05:11 PM
Oh....... I knew that......I was just .....uh..... testing you
Thanks for the help.
- Cory