LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

ramp-generate

0 Kudos
Message 11 of 14
(1,490 Views)

I'm not quite sure what exactly you're trying to do. There's no reason you cannot use a case structure with a for loop, unless I'm really misunderstanding what it is you're trying to do. 

 

It's possible you may find this example helpful: https://decibel.ni.com/content/docs/DOC-14687

 

They generate their ramp in a different way, but the idea is still the same: generate the waveform that you want to output and then send it to a device as many times as you want it repeated by using a for loop.

0 Kudos
Message 12 of 14
(1,451 Views)

I want to generate continous ramp wave from  -7v to +7v .can u help me.

0 Kudos
Message 13 of 14
(1,312 Views)

Have you tried the example BriceS posted? It seems to be what you're looking for. You can just change the min and max voltages to -7V and 7V respectively.

0 Kudos
Message 14 of 14
(1,277 Views)