LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Table Scrolling while Vi executes...

how do I get the table to scroll downward as my program fills the table up?  I have a VI that writes to a table on the front panel, once the number of rows exceeds what is visible, you loose site of the data.  I need it to scroll down and continue showing the updates.  how do I do it?  everything I've tried so far has not worked   Smiley Sad
0 Kudos
Message 1 of 6
(3,753 Views)
You can find a vi that does that very well in the Developer Zone's Community section:
 
Michael Munroe, CLD, CTD, MCP
Automate 1M+ VI Search, Sort and Edit operations with Property Inspector 5.0, now with a new Interactive Window Manager!
Now supports full project automation using one-click custom macros or CLI.
0 Kudos
Message 2 of 6
(3,749 Views)
thank you kind sir... works like a champ.
0 Kudos
Message 3 of 6
(3,747 Views)

Hi Michael,

Will setting the Index Value of the table not suffice to achieve this?

- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 4 of 6
(3,611 Views)
Hi Partha,

yes (it uses the "IndexVal" property!), but have you read the text in the link? ("allows the user to manually scroll backwards and see the previous data without it snapping back to the bottom")


Message Edited by GerdW on 04-01-2008 12:38 PM
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 6
(3,608 Views)
I've been using it for a couple of months now and it works great... 
0 Kudos
Message 6 of 6
(3,583 Views)