LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Sawtooth wave with with delay between periods

Solved!
Go to solution

Hello everyone, I am writing a program to generate different types of waves. For now I am using the default "Formula Waveform" where I can generate simple waveforms. My goal would be to generate a continuous wave with an adjustable delay between periods (example in the picture).

 

sawtooth .jpg

 

Does anyone have an idea of how I could do this?

0 Kudos
Message 1 of 3
(300 Views)
Solution
Accepted by topic author mauro9977

Hi Mauro,

 


@mauro9977 wrote:

My goal would be to generate a continuous wave with an adjustable delay between periods (example in the picture).

 

Does anyone have an idea of how I could do this?


  1. Create a ramp for the sawtooth.
  2. Create another ramp (with same start and end value) for the "adjustable delay".
  3. Append both waveforms to get one cycle of your "sawtooth with delay" waveform…
Best regards,
GerdW


using LV2016/2019/2021 on Win10/11+cRIO, TestStand2016/2019
Message 2 of 3
(280 Views)

Hallo GerdW,

 

Thanks for the advice I succeeded, I attach the working code if anyone would like to do the same thing!

 

Best regards - Mauro

 

 

0 Kudos
Message 3 of 3
(249 Views)