07-07-2012 06:20 AM
my VI
07-09-2012 04:39 PM
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.
11-12-2014 02:08 AM
I want to generate continous ramp wave from -7v to +7v .can u help me.
11-13-2014 01:59 PM
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.