LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to display Hex Wave in labVIEW screen

I want to display multi-channel digital signals in the way much like the following graph:
________ ___________ _________________
\/ \/
__8A____/\____9E_____/\______BF________

Can I find a way to do that on the LabVIEW screen?
You can see the wave more clearly in the attachment.
0 Kudos
Message 1 of 2
(2,595 Views)
The only way I think of to do this is with a picture control. To simplify the task as much as possible create drawing functions that draw the trapazoidal shapes in the bottom two rows given a length and a location. The upper 4 rows are just simple straigh lines so the existing drawing primatives should work for them.

Mike...

Certified Professional Instructor
Certified LabVIEW Architect
LabVIEW Champion

"... after all, He's not a tame lion..."

For help with grief and grieving.
0 Kudos
Message 2 of 2
(2,595 Views)