12-16-2010 02:11 AM
Hello. My name is Alan and im doing practical education on faculty of electrical engenering in Ljubljana,Slovenia. Im new to labview(using 8.5 version) and i have to make a voltage ramp looking pretty much the same as the one i attached.I need this ramp to send via ni6212 into a pwm device to control a motor automatically,without manually correcting parameters on the pwm during testing,all automatic and record parameters using ctscope. Any help appreciated. Thank you.
12-16-2010 08:35 AM
PID will be the best thing to use.
B.
12-16-2010
08:51 AM
- last edited on
03-27-2025
09:01 AM
by
Content Cleaner
While creating a waveform as you show is relatively easy (you just need an array of values), the automatic control of the parameter during testing is the clincher. I agree that using a PID system is what you should look into. If you don't know about PIDs you can read up on them (plenty of material on the web). NI also has a PID Control Toolkit.
12-16-2010 01:09 PM
Bether than an array will be to have setpoint and time to achiev this setpoint.
By doing like this, you will be able to easily create different profile with different ramp.
setpoint1=10
time1=120sec
setpoint2=25
time2=35sec
B.