LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Vertical scroll bars update?

I have a VI that I want to update the vertical scroll bars after the table has enough data that the scroll bars can be used. By default as far as I can tell the data in the table does not cause the scroll bars to move automatically to show the latest data in the table. I came up with a way to do it but was wondering if there is a better way of doing it. The VI that I came up with is attached. Let me know if there any any other ideas with this.
 
Thanks,
Troy
0 Kudos
Message 1 of 25
(5,111 Views)
Hi Troy
 
Could you post it as LV7.0?
 
Thomas
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 2 of 25
(5,096 Views)
Here it is saved as version 7.0.
0 Kudos
Message 3 of 25
(5,092 Views)

You could do it this way as well, which does not mean that this solution is better. Just another way to do the same.

 

Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 4 of 25
(5,089 Views)
And here's a simpler version without any sequence structure, writing to a Boolean, or the case statement.
Message 5 of 25
(5,083 Views)

Becktho-Thanks for the VI. This is a good solution as far as another way of making it variable.

 

Troy

0 Kudos
Message 6 of 25
(5,057 Views)
Dennis what happens with negative values in your examples (e.g. if the size of returns a value smaller than the constant you wired)?
Using LV8.0
--------------------------------------------------------------------
Don't be afraid to rate a good answer... 😉
--------------------------------------------------------------------
0 Kudos
Message 7 of 25
(5,078 Views)
I am guessing that if the value is negative since the requirement is an unsigned 32 bit integer, it is ignored and set to the minimum of 0.
0 Kudos
Message 8 of 25
(5,050 Views)

Dennis - Thanks for your response as well. I see what you are doing here to eliminate extra programming.

 

Troy

0 Kudos
Message 9 of 25
(5,043 Views)
It's ignored.
Message 10 of 25
(5,070 Views)