LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

data diaplay

hi,
 
I received the continuous data and diplay in front panel. how to automatically scroll down and i can always see the last dispaly.
 
many thanks
0 Kudos
Message 1 of 7
(3,102 Views)
Hi srt,
 
Create a property node for the text indicator and set the property to Text.ScrollPos.
 
You can update this with the line you want to be displayed.

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 2 of 7
(3,089 Views)

Thanks,

I have create the property node and set it to text.scrollpos.

But ut didn't display the last line in the indicator.

what's meanning for "update the line to be displayed"

 

0 Kudos
Message 3 of 7
(3,058 Views)
What numeric value did you wire to the property node? If you you wire some arbitrarily high number (much higher than the number of lines than you might expect), the indicator will automatically scroll to the last line.
Message 4 of 7
(3,046 Views)

Hi Dennis,

I wired a counter indicator, incrementing when data was added to the text window, to the property node.

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 5 of 7
(3,033 Views)

Thanks,

I try to wire a number to the property node, but it only can wire a indicator, not control. so i am still confused.

how can i wire it to a number value.

 

0 Kudos
Message 6 of 7
(3,019 Views)

Hi srt,

right-click on the property node and select "Change to write".

This will allow you to wire a constant or control to it.

Charlie Rodway | Principal Software Engineer | Certified TestStand Architect (CTA)

Computer Controlled Solutions Ltd | NI Silver Alliance Partner | GDevCon#1 Sponsor

Message 7 of 7
(3,012 Views)