LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

how to build a custom waveform

Hi , I have an array cluster that contain value, time, time tol+ and time tol-, these values should make a waveform as attached to this email. Could you please help me to implement this in LabVIEW .

 

In the attached picture.

 

value 1: 3  

Time 1: 2

Tol+ = 0.5

Tol -=0.5

 

value 2: 3.5  

Time 1: 5

Tol+ = 1

Tol -=1

 

Thanks

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

Any help?

 

How can I make this waveform

 

0 Kudos
Message 2 of 3
(2,231 Views)

Hi tintin,

 

you have to calculate all time values (t-dt, t+dt) to set Y values at the correct X mark.

 

When you really need a waveform (in the LabVIEW definition of a Waveform) you have to choose a waveform-dt, that is the GCD of your t-tolerance values...

 

Instead of begging for help you should have started to code and you should have provided your current state of VI...

Best regards,
GerdW


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