LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

HOW CAN I DRAW A PARABOLIC WAVEFORM???

HI..IM USING LABVIEW 7..FOR MY PROJECT I NEED TO DRAW A PAARABOLIC WAVEFORMS HAVING 3 CURVES..i.e., 3 PARABOLAS CONTINUOUSLY..CAN ANYONE HELP ME OUT..PLEASE..
0 Kudos
Message 1 of 20
(7,972 Views)
What are your specific questions?  We won't do your homework for you.
0 Kudos
Message 2 of 20
(7,969 Views)

ayesha wrote:
HI..IM USING LABVIEW 7..FOR MY PROJECT I NEED TO DRAW A PAARABOLIC WAVEFORMS HAVING 3 CURVES..i.e., 3 PARABOLAS CONTINUOUSLY..CAN ANYONE HELP ME OUT..PLEASE..

This question is way too generic. Where exactly did you get stuck? 🙂

 

  • What kind of "project" is this. Can you give some background?
  • Do you know what a parabola is?
  • Do you know how to generate a parabola as array or waveform?
  • What differs between the three curves?
  • Do you know how to graph a single curve?
  • Do you know how to draw one parabola, but fail to draw three?
  • Do you have problems with the word "continuously"?
  • Typically, a parabola gets pretty boring after a while of continous graphing. Should it start over?
  • How well do you know LabVIEW?
0 Kudos
Message 3 of 20
(7,960 Views)

Why are you typing in all caps? You're freakin me out :smileysurprised:

 

Anyway, go to your funtion pallette then:

 Waveform >> Analog Waveform >> Waveform Generation

 

Under this menu, look for the function " Formula Waveform . VI "

 

Using this function, you can graph whatever function you want.

In your case, right click on the input "formula" and create constant.

Then type "t^2" or whatever parabolic function you were yelling about in all caps. 

Cory K
Message 4 of 20
(7,952 Views)

Hi,

Could u please let me know who can I do a parabolic waveform with a vortex of (5, 10) please

0 Kudos
Message 5 of 20
(6,902 Views)
Message 6 of 20
(6,893 Views)

May I ask u to send me the block diagram of that. I will be really grateful

0 Kudos
Message 7 of 20
(6,888 Views)

What specific problem is preventing you from doing it yourself?

0 Kudos
Message 8 of 20
(6,883 Views)

I followed all the steps that u mentioned

 Waveform >> Analog Waveform >> Waveform Generation

 

Under this menu, look for the function " Formula Waveform . VI "

but I do not know who to write the formula in lab view, the parabolic that I want has an equation:-

y = (x-5)^2 + 10

0 Kudos
Message 9 of 20
(6,875 Views)
Just create a ramp pattern (x) over the desired range, apply the formula (y) using plain LabVIEW, and graph on an xy graph.
0 Kudos
Message 10 of 20
(6,863 Views)