09-30-2013 02:21 PM
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
10-01-2013 12:40 AM
Any help?
How can I make this waveform
10-01-2013 02:20 AM - edited 10-01-2013 02:27 AM
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...