LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

append new data in table

Hi...
I have some problem...mayb for those experts in Labview said this is a simple problem. How to append a new data in my table?Let say I want to change the string3 control to ee and string4 control to ff. Then it should add the new data in my table at the 3rd row. But when I run this program..what would happen is the new data will replace the data at the 2nd row. so plz help me in order to solve this problem..thanks...
0 Kudos
Message 1 of 4
(4,243 Views)
Hi gdah,

when you want to add to the table you should also do this... See attachment.

Usually you should try to avoid locals, here I only took it for demonstration purpose.
This code belongs into a loop using shift registers to do buffering and adding to the table...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(4,229 Views)
Hi..
I try to run the attchment that u give. but unfortunately there is no data display.the table become blank..any other option to solve this problem??thanks...
0 Kudos
Message 3 of 4
(4,224 Views)

Hi GerdW..

I have try again the attchment that u give. Actually it's working..thanks..

0 Kudos
Message 4 of 4
(4,222 Views)