02-22-2018 08:23 AM
Hello,
I want simulated pulse with respect to time and voltage, the time and voltage reading are addressed in Pulse.png, i have also attached vi.
Regards,
Ali
02-22-2018 08:28 AM
Missing time can be taken as 50ms
02-22-2018 08:37 AM
02-22-2018 08:50 AM
Hello GerdW,
My requirement is at the time period and voltage has to be defined,
For example
at 50ms the voltage should be 12v, at 100ms the voltage should be 12v,120ms the voltage should be 6v etccc..please find the attached requirement doc, and do the need ful
Regards,
Ali
02-22-2018 08:53 AM
The output signal will be given to the daq
02-22-2018 09:01 AM
yes, i need to give this generated signal to the hardware.
02-22-2018 09:22 AM
Hi ali,
For example at 50ms the voltage should be 12v, at 100ms the voltage should be 12v,120ms the voltage should be 6v etccc
You need to append the following ramps:
- from 0ms to 50ms from 0V to 12V
- from 50ms to 100ms from 12V to 12V
- from 100ms to 120ms from 12V to 6V
You need a loop, RampPattern and BuildArray…
Choose the timing resolution (dt of a waveform, number of samples for RampPattern) according to your requirements and hardware specs…
02-22-2018 10:10 AM
Can you please attached an example vi
02-22-2018 12:13 PM
02-23-2018 09:01 AM
I have done a vi which is attached and i want to give this output to DAQ but it was throwing error.is there any way to generate a defined signal.