LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How to create custom square digital waveform

Solved!
Go to solution

Hello i'm very new to Labview and i would like to ask for some help.

I'm trying to generate a customizable square digital wavefrom. I know how to create a simple repeating high to low to high etc. signal, but how would i generate a signal like this which doesn't just go from high to low and back? I want to be able to repeat high or low values multiple times.

Ideally i would want a binary sequence as an input which would generate the following signal as seen in the picture. How could i accoplish this?

 
image.png

 

0 Kudos
Message 1 of 3
(1,100 Views)
Solution
Accepted by eeeeeeeeeeehelp

You could just build a boolean array and transpose it. Then wire it to the block Boolean Array to Digital Waveform.

 

BoolWF.PNG

 

BoolWF2.PNG

 

 

0 Kudos
Message 2 of 3
(1,050 Views)

just what i needed, thank you

0 Kudos
Message 3 of 3
(1,012 Views)