LabWindows/CVI

cancel
Showing results for 
Search instead for 
Did you mean: 

Accessing Tables on Panels

How do you read / write data to a Table?  Say a 9 row by 3 column table called TABLE_INPUT has been created on a panel.  I have a series of test temperatures and dwell times I'd like to program in a test sequence, and would like to read the array of setpoints from this table rather than use 18 discrete control box inputs.  Seems like the design would be easier to expand that way.
0 Kudos
Message 1 of 3
(3,241 Views)

Mike, basically access to a table is performed via SetTableCellxxxxx or GetTableCellxxxxx commands in User interface library. It's not so easy to guide you to the use of this control: table control is powerful but need some time from your side to learn how to use it.

Several resources can be found for this: the online help on tables and some good examples that you can find via Find example... item in help menu are the bases. It is also a good source of explanation and examples the support section of this site: for example, here is the link to the develompent library (a collection of sample programs) for CVI.



Proud to use LW/CVI from 3.1 on.

My contributions to the Developer Community
________________________________________
If I have helped you, why not giving me a kudos?
0 Kudos
Message 2 of 3
(3,237 Views)
Howdy Sandia_Mike,

Refer to the Developer Zone example,
Programmatically Adjusting Table Control Properties for further help.

Best Regards,
Jonathan N.
National Instruments
0 Kudos
Message 3 of 3
(3,214 Views)