LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to Plot number and string in one row (data logger counter via MODBUS) ?

Solved!
Go to solution

hi all i made data log quantity using Digital Counter via modbus (RS-485) to monitoring quantity and reject that has and Name Operator, Machine and Part Number.

i have problem about plot the number & string in one row, as shown on the picture below :

Tabel.jpg

how to move that string on one row ? i attach my vi.

Thanks~

0 Kudos
Message 1 of 3
(2,724 Views)
Solution
Accepted by topic author rhiesnand

Hi rhiesnand,

 

right now you add 2 new rows to your array.

 

The solution is to concatenate both row parts to one bigger 1D array before adding that array as new row to your 2D array!

Like this:

check.png

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 3
(2,692 Views)

Thanks a lot man ! Smiley Very Happy my problem has been solved, Thanks~

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