LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

help me LabVIEW Table Indicator Scroll to Row

Solved!
Go to solution

help me LabVIEW Table Indicator Scroll to Row i attched my vi 

0 Kudos
Message 1 of 7
(309 Views)

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!)

 

 

 

0 Kudos
Message 2 of 7
(304 Views)

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

 

0 Kudos
Message 3 of 7
(291 Views)

could you plz re write the code 

0 Kudos
Message 4 of 7
(287 Views)

any one 

0 Kudos
Message 5 of 7
(275 Views)
Solution
Accepted by rajapalani

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.

 

altenbach_0-1730571324521.png

 

0 Kudos
Message 6 of 7
(245 Views)

Thank you, sir, and I apologize for the quick response. I forgot it was the weekend.

0 Kudos
Message 7 of 7
(183 Views)