LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Appending data to a string control and the cursor should be at the end

hi,

     my requirement is to append data to a string control continously and the cursor should be at the end of the string control. I am using a string control to give the status of a test that is running continously. How can i use it to give the status. It is similar to  a chat window application or a hyperterminal window which gives the status.

 

 

Thanks

Jay

0 Kudos
Message 1 of 2
(2,449 Views)

Hi Jay,

you can use a loop with shift registers. Create your string there and write it to your string indicator. To see the last line you can use the scrollposition property.

 

Hope it helps.

Mike

Message 2 of 2
(2,420 Views)