LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Signal Generator by Duration

Hi, I'm trying to use this function to generate four different types of wave but, it only works for low frequencies and always shows only one second even when i change the duration of the wave. I don't understand what the problem is. Smiley Sad
0 Kudos
Message 1 of 5
(2,868 Views)

This is not true.

What kind of wave you are trying to create, what frequency.......

I don't know what you want to do, but i suggest to use a graph, not a chart, and turn "autoscale x" ON

0 Kudos
Message 2 of 5
(2,855 Views)
I'm trying to show only two cycles to represent a voltage. But the wave, for example a sine, shows the the number of cycles according to the frequency I introduce. I would like that the time in the x axis change according to the frequency, because when frequency=50Hz it is seen 50 cycles. I already use the waveform graph and the autoscale ON.
0 Kudos
Message 3 of 5
(2,849 Views)
For 50Hz, to display 2 cycles use duration=0.04
0 Kudos
Message 4 of 5
(2,846 Views)
Note that the x axis is the time in units:
1 Unit = duration in sec (/) nr of samples
So with duration=0,04 and nr of samples=100 , you have a time unit of 0,0004 sec.
 
0 Kudos
Message 5 of 5
(2,825 Views)