LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

table showing problem

I have designed a VI.In the front panel I placed a Table control which is used to show the run-time data generated in the running process to user. The data is too much.It will take up many rows of the table control from the first row.When the vi is running ,the vertical scrollbar
can't be dragged to the new row in which the newly-generated data is stored. That is to say ,I wonder how to
view the newly-generated data in the table control since there is too much data which takes up many rows already.
Is there a solution to this problem ? HOPE TO GET HELP! Appreciate your help!
0 Kudos
Message 1 of 3
(2,589 Views)
If you post your code, or atleast a part of it, we can shed some light on it.
- Partha ( CLD until Oct 2027 🙂 )
0 Kudos
Message 2 of 3
(2,588 Views)
Hi kivi,

possible options:
1) add new data in front of older data - this way they new data will show up in the first row of the table...
2) there are property nodes to set the viewable elements of the table! Adjust the appropriate one to show the last element of the table...
3) limit the data shown to the user to some reasonable value as building big (arrays of) string(s) will take it's time and memory space...

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 3 of 3
(2,582 Views)