LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

string to diagram

Hello

I want  display a string in a diagram ( The string contains hexadecimals values). I hope you can help me.


Bye TomyZak

0 Kudos
Message 1 of 6
(2,847 Views)

Just put a string constant (on your string palette) on the diagram, right click on it and select Hex Display.

Check out the resources available for learning LabVIEW basics at http://zone.ni.com/devzone/cda/tut/p/id/5199.

0 Kudos
Message 2 of 6
(2,843 Views)
Hello Dennis Knutson,

I want display the String-Values in a Graph(Diagram).

0 Kudos
Message 3 of 6
(2,831 Views)
(if I understand the situation)
If the string contains hexidecimal data you can convert the string to an array of bytes and then plot the bytes on a graph.
0 Kudos
Message 4 of 6
(2,824 Views)
 Thank you, I will immediately try.

0 Kudos
Message 5 of 6
(2,821 Views)
Paul gave you the correct answer. You need to understand LabVIEW terms. A diagram in LabVIEW is the window where your source code is. A graph is an indicator on the front panel. The front panel is where the user interface is created.
0 Kudos
Message 6 of 6
(2,808 Views)