LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String into table with separate row and column bytes

Hello, well I have a string (coming from an I2C eeprom and then through RS232 via MCU) with this format -->  byte1 byte2 byte3 byte4 byte5 \r byte1 byte2 byte3 byte4 byte5 \r and so on, the length of the frame isn't known, it depends on how many sensors have passed over its limit. I am having problems on plotting this information into a table, I don't know at all how to separate each byte in a column and each packet of five bytes in a row. I attached my vi with the example of two sensors information string, I am able only to plot the first sensor .Any help will be welcome.
 
Thanks in advance.
Regards. 
0 Kudos
Message 1 of 3
(2,800 Views)
This is working modification of your code
 

Message Edited by EVS on 08-26-2005 09:16 PM


Jack
Win XP
LabVIEW 6.1, 7.0, 7.1, LabWindows/ CVI 7.1
Let us speek Russian 🙂
Message 2 of 3
(2,793 Views)

Thank you very much, that's what I was looking for.

Regards.

0 Kudos
Message 3 of 3
(2,772 Views)