LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Exploring Rolling Text on instruments possibility!!!

Hello,
 
 I display a string on a powersupply, eg: LABVIEW , WHERE NOTHING IS IMPOSSIBLE , but as the powersupply is limited to display (12 characters at a time), what i see on display is LABVIEW , WH ., well..!! what i thought was to keep the character string rolling on the instrument and was stuck at this point , Any suggestions how this can be done..
 
Cheers,
Abhi
 
 
0 Kudos
Message 1 of 4
(2,735 Views)
Hi Abhi,

so you should just send 12 chars to the device. But you do this in a loop and with each next write command you increment the offset for the string subset function!
When you want to have a "rotating" text it can help to copy the first 12 chars of the string and append them at the end...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 2 of 4
(2,728 Views)
Abhi,

I think one of the early Coding challenges, possibly on the now defunct LTR, was a scrolling text display. I don't have access to my archives form home today, but you might be able to find something by searching.

Lynn
0 Kudos
Message 3 of 4
(2,715 Views)
Hi Abhi,

maybe you want something like the attachment...
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 4 of 4
(2,711 Views)