LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

signal generation

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

Download All
0 Kudos
Message 1 of 12
(3,667 Views)

Missing time can be taken as 50ms

0 Kudos
Message 2 of 12
(3,665 Views)

Hi ali,

 

there is a full palette of signal generation functions.

All you need are some ramps…

Best regards,
GerdW


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

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

0 Kudos
Message 4 of 12
(3,646 Views)

The output signal will be given to the daq

0 Kudos
Message 5 of 12
(3,642 Views)

yes, i need to give this generated signal to the hardware.

0 Kudos
Message 6 of 12
(3,640 Views)

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…

Best regards,
GerdW


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

Can you please attached an example vi

0 Kudos
Message 8 of 12
(3,620 Views)

Hi ali,

 

here's a simple example:

check.png

What have you tried so far?

Where are you stuck?

Best regards,
GerdW


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

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.

 

0 Kudos
Message 10 of 12
(3,594 Views)