Motion Control and Motor Drives

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I control tension with ADC in, stepper out using 7344 and Visual Basic?

I am trying to upgrade an existing web transport which has steppers for wind/unwind motors and an analog signal proportional to tension. Can I do this with the PCI-7344 and Visual Basic?
0 Kudos
Message 1 of 2
(3,746 Views)
This might become a bit tricky with stepper motors as there is no good way to control the torque of stepper motors. It would be a simple task with servo motors. In this case you'd just have to switch the feedback resource to the analog input of each axis, set a value between -2048 and 2047 corresponding to the tension and voila but as the 7344 doesn't provide real PID control for stepper moves it will be much harder with steppers. The only way I can think of to do this with steppers would be to write an onboard program that polls the ADCs and dynamically adjusts the velocity by a PID alorithm you write on your own. That's not as tough as it looks like as a PID algorithm is quite simple math. I think you could reach a loop performance of about 2 msec. And yes, you can d
o this with Visual Basic by just calling into the FlexMotion32.dll. Just search the support area of NI for examples
0 Kudos
Message 2 of 2
(3,746 Views)