From 04:00 PM CDT – 08:00 PM CDT (09:00 PM UTC – 01:00 AM UTC) Tuesday, April 16, ni.com will undergo system upgrades that may result in temporary service interruption.

We appreciate your patience as we improve our online experience.

LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

String Display

Solved!
Go to solution

Hello,

i want to display a string, but not so, that it shows the actual value. It should show all data sent. Is this possible?

I can only find the block to display the actual value.

 

Thank you in advance!

Best reards

0 Kudos
Message 1 of 5
(1,083 Views)

Hi mihamm,

 


@mihamm wrote:

i want to display a string, but not so, that it shows the actual value. It should show all data sent. Is this possible?


Yes, sure!

You just need to collect "all data sent" in a wire (and a shift register) before displaying it in an indicator…

 

Keep in mind: collecting huge amounts of data and displaying that amount of data may slow down your VI.

Best regards,
GerdW


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

Perhaps you mean that you want to display non-displayable characters? Then you can right-click on the string indicator and select "Hex Display", for example. A little bit more info of what you want would be good. Some code would help (a VI).

Certified LabVIEW Architect
0 Kudos
Message 3 of 5
(1,068 Views)
Solution
Accepted by topic author mihamm

@mihamm wrote:

Hello,

i want to display a string, but not so, that it shows the actual value. It should show all data sent. Is this possible?

I can only find the block to display the actual value.

 

Thank you in advance!

Best reards


Right-click on the string.  Select: Create -> Invoke Node -> Append String.

"If you weren't supposed to push it, it wouldn't be a button."
Message 4 of 5
(1,048 Views)

Hi Paul,

 

thanks, learned something new (for me).

In LV2011 that method is missing, but available in LV2017…

 

(I still prefer to collect string data using a shift register instead of letting the FP element handle potentially large amounts of data.)

Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
0 Kudos
Message 5 of 5
(1,041 Views)