LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Waveform graph displayed vertically on front panel

Hello everybody

I would like to know if it is possible to display waveform graphs vertically on front panel and if enventually could someone tell me how to do it.

Thanks vey much for help.
0 Kudos
Message 1 of 5
(5,579 Views)
You'll have to use an XY graph, and do some programming. You could use the attached vi that simulates a vertical chart as source of inspiration.
Chilly Charly    (aka CC)
Message 2 of 5
(5,565 Views)

If you need to do more than just display the graph, then CC approach should be used.

If you JUST need to display it (without access to scale range, etc) then you could do a an invoke node "get Image" rotate it and then display it in a picture.

Christian posted code to rotate an image in this post (see 6-18-2005).

If all else fails an XControl could be developed (but that ain't easy  ).

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 3 of 5
(5,559 Views)
Thanks for your answers. Your comments were very helpfull and I used them to solve my problem.


0 Kudos
Message 4 of 5
(5,513 Views)

To make things easier in the future, don't forget to vote for this idea. 😄

0 Kudos
Message 5 of 5
(3,438 Views)