Author Topic: Stepper Motor  (Read 7690 times)

ngcontrol

  • Newbie
  • *
  • Posts: 2
  • I'm a llama!
    • View Profile
Stepper Motor
« on: November 05, 2008, 12:25:26 PM »
In the Internet Trilogi V 5.2 Programmer's Reference page 8-14, it says you can drive a two phase stepper motor directly from the PLC outputs.   How would you wire this to get the polarity to reverse?

support

  • Global Moderator
  • Hero Member
  • *****
  • Posts: 3174
    • View Profile
    • Internet Programmable PLCs
Re:Stepper Motor
« Reply #1 on: November 05, 2008, 01:50:16 PM »
The stepper motor have to be driven by unipolar driver so only a 5-wire or 6-wire stepper motor may be used, as shown below:



Note that using the sequencer to drive the stepper motor is only meant for very low speed operation and you can't do much to control the acceleration and deceleration. Also STEPMOVE, STEPSPEED commands do not apply to this.

A new F-series PLCs that scheduled for official release around first quarter of 2009 features 3 channels of built-in stepper motor drivers that is controlled by the STEPMOVE and STEPMOVEABS comamnds. Stay tuned for the announcement.
« Last Edit: November 06, 2008, 10:55:48 AM by support »
Email: support@triplc.com
Tel: 1-877-TRI-PLCS

ngcontrol

  • Newbie
  • *
  • Posts: 2
  • I'm a llama!
    • View Profile
Re:Stepper Motor
« Reply #2 on: November 06, 2008, 07:10:23 AM »
Thanks for the quick response.   I am currently using a 4 wire bipolar motor and using a separate driver.  I will try one of the F models when available.