LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how do I make a scrollable number table?

LV 7.1.  I'm opening a CSV (numeric) file that the user has created for data input (using the "Read from Spreadsheet file.vi").  I'd like to be able to allow them to display the file, scroll through it, and edit it while the vi is running.  I can display and edit it by reading the csv file into an array and displaying the array table, but they can only see the # of rows that I initially put on the front panel.
 
Do I need to use a text tab;e and convert back and forth between text and numbers, or is there a scrollable table for numbers?
 
Thanks, Rob
 
0 Kudos
Message 1 of 3
(2,640 Views)
Not sure I entirely understand your question, since I they should be able to just use the index at the top left (if my interpretation is correct).

If not, you might try what's in the attached vi.

Hope it helps

(The same can be done for horizontal scrolling if you're looking for that too)
Message 2 of 3
(2,632 Views)
Thanks.  I figured there was some easy way to do it, but I'm on the steep part of the learning curve for programming in LabView.  Very different than anything I've done before, but I really like it.
0 Kudos
Message 3 of 3
(2,620 Views)