11-02-2024 12:27 PM - edited 11-02-2024 12:28 PM
help me LabVIEW Table Indicator Scroll to Row i attched my vi
Solved! Go to Solution.
11-02-2024 12:28 PM - edited 11-02-2024 12:36 PM
There is nothing attached.
OK, now you attached it.
Explain how you run it and what do you want to scroll where.
You can define the top-right element using the indexvals property but they cannot be negative.
(Your Vi is full of race conditions and unnecessary code. Use shift registers instead of local variables a value property nodes. Stacked sequences should never be used!)
11-02-2024 12:35 PM
in vi have two table indicators one is when i click ok button mean the table was update ad another on is auto update every one sec all working fine but the the table was not scroll down automatic
11-02-2024 12:36 PM
could you plz re write the code
11-02-2024 12:46 PM
any one
11-02-2024 01:19 PM - edited 11-02-2024 01:41 PM
You need to be patient. This is a weekend! You cannot bump a thread every couple of minutes, that very bad forum etiquette!
Assuming you want to scroll so the last entry is visible, see if this can give you some ideas.
Why are your values DBL if you format them as integers?
No local variables! No value property nodes! No sequences! No hidden controls acting as scaffold for locals! No need to reset anything to default if you set the VI to clear indicators when called. Use the column headers instead of polluting the data with header strings! The correct way to append to an array is "Built array", not "insert into array". etc etc.
11-02-2024 09:27 PM - edited 11-02-2024 09:31 PM
Thank you, sir, and I apologize for the quick response. I forgot it was the weekend.