LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

how to just write a cell value to one Cell in one table in LV6.1?

i tried with Property Node, but i failed.Hope for your helps!
0 Kudos
Message 1 of 2
(2,892 Views)
Hi,

If you need to change the values of your table dynamically, then using property nodes is correct. There is no property node to change the value of a specific cell. Instead use shift registers to store the values of the table as an array. Then use the replace subset of array to edit specific cells inside the array. Use the Value property node to reset the values of the table programmatically. The attached VI includes code that changes the values of a table programmatically.

Regards,

Tyler T.

Message Edited by Tyler T. on 05-02-2005 01:56 PM

0 Kudos
Message 2 of 2
(2,874 Views)