Motion Control Products

Wide Variety of Motion Control Solutions

Same Day Shipping - Over 1,200 products available to ship same day.

Committed to Professional Support - Online, on the phone and in-person.

Global Sales and Support

2-Year Warranty

Support & Information

Free Shipping Offer*

With over 1,200 of our most popular products available for same day shipping (up to 10 pieces) and thousands more available within 7 business days, Oriental Motor can easily meet your delivery needs. Now Oriental Motor is offering FREE UPS Ground shipping for all online orders.*

*Terms & conditions apply.

Technical Support
Technical Support

1-800-GO-VEXTA
(468-3982)

Operator Manuals

To download an operator manual please click the link below and search for the product you require. If you are unable to locate a particular opertor manual or have questions regarding the availability of certain manuals please contact Technical Support at 1-800-GO-VEXTA (468-3982).

Click here to search for an Operator Manual.

Product Lead Time

Product Lead Time can be found in the Online Product Catalog listed under Specifications as "Available to Ship". For lead time on quantities larger than 10 pieces please contact your local sales office.

For products available to ship same day, orders must be received no later than 12pm PST.

RoHS Compliant Products
RoHS

Oriental Motor offers RoHS versions of all of our most popular product lines. To learn more about RoHS and the products we offer contact your local sales office or visit our RoHS section.

All RoHS compliant products available online have the RoHS mark. In addition you may use the RoHS complaint product choice in the Search Products section.

Safety Standards

The following marks are indicated on the nameplates of approved products. Learn More.

ULUL recognized component.

ULRecognized to Canadian safety requirements under the component Recognition Program of Underwriters Laboratories Inc.

ULRecognized to Canadian Safety requirements and UL under the component Recognition Program of Underwriters Laboratories Inc.

CSACSA certified component.


ENEN and IEC certified component (indicates that VDE, TÜV Rheinland or DEMKO has certified that the product meets EN or IEC standards.)


CECertified CE marking for compliance with EC Directives (safety).

JETJapanese Safety Standards for Electrical Equipment Certified by Japan Electrical Safety & Environment Technology Laboratories.

CCCChina Compulsory Certification safety license for selling or exporting to China.

Technical Seminars

Responding to customer requests for in-depth training, Oriental Motor offers Free Motion Control and Technical Seminars. Targeted towards the needs of local industries, Motion Fair included technical seminars, one-on-one engineering assistance and product displays. Motion Fair is a technical training and information-sharing event for customers and partners of Oriental Motor. Motion Fairs are held throughout the year at various location in the United States.

For more information on the next Motion Fair in your area register for the FREE technical seminars and an Oriental Motor representative will contact you with the details.

Customer Feedback

Customer Satisfaction is more than a tagline for Oriental Motor it is our mission. We are continuously improving our online resources to provide you with the best internet experience possible. Let us know how we're doing. Oriental Motor is committed to total customer satisfaction. Click here to send us your feedback.

 

FAQ
Search FAQ GO
Category
  • Stepping Motor Systems
  • EMP Series Programmable Controller
  • AlphaStep Closed Loop Step Motor System
  • RK Series 5-Phase Microstepping System
  • AC Motors & Gearmotors
  • Electromagnetic Brake Motors
  • SB50 Brake Pack
  • Cooling Fans
  • General
  • Gearheads
  • Linear and Rotary Actuators
  • DG Series Hollow Rotary Actuators
  • EZ Limo Linear Actuators
  • DRL Series
  • Speed Control Systems
  • BX Series Brushless DC Speed Control
  • Brushless DC Speed Control Systems
  • BHF Series AC Speed Control
  • AXH Series Brushless DC Speed Control
  • ES Series AC Speed Control
  • Safety Standards
  • Website
  • Questions
    1. Will the homing function bring the system back to the same home location from both directions?
    2. When I type DIS=500 via HyperTerminal, I keep getting a “syntax error”. Why?
    3. Does the AS Plus have sinking or sourcing inputs?
    4. Are the drivers interchangeable with the different motors?
    5. Does the AS Plus driver lose the position data if E-Stop is activated?
    6. In AS Plus driver, How do I stop the motion and the program, and restart from where it was, and then complete the positioning and rest of the program without returning to the mechanical home?
    7. Can I use AS Plus driver as the Master controller in daisy-chain?
    8. How can I command multi-axes to go home with using 1 input?
    9. What is the communication time of Alphastep Plus driver?
    10. Why does the driver output an overtravel alarm after executing the Mechanical Home Seeking command?
    11. Why does the program not run with START input of CN4 activated, while it works fine through Hyper Terminal?
    12. I am unable to communicate with the AS Plus.
    13. For the ASC series, can I use the same 24VDC power supply for the electromagnetic brake and main power?
    14. On the Alphastep series drivers/controllers, can I use one switch to control multiple E-STOPS?


    Questions & Answers
    Will the homing function bring the system back to the same home location from both directions?
    Regardless of where the motor is at any given time, as long as you “seek” home in the same direction every time, you will return to the same home location. The MGHP and MGHN functions will have slightly different home locations due to the width of the sensor.

     
    When I type DIS=500 via HyperTerminal, I keep getting a “syntax error”. Why?
    In the monitor mode (at the prompt sign), you do not need to use an “=” sign, just a space. DIS 500 (for monitor mode) and DIS=500 (for program mode). The manual describes which commands can be used for which mode, or both.

     
    Does the AS Plus have sinking or sourcing inputs?
    The inputs of AS products are user selectable with both sinking and sourcing input option.

     
    Are the drivers interchangeable with the different motors?
    No they are not. Each driver is made specifically for the matching motor.

     
    Does the AS Plus driver lose the position data if E-Stop is activated?
    E-Stop input will stop the program immediately, and the internal pulse counter (PC) still maintains the position data as long as the power to the driver is maintained.

     
    In AS Plus driver, How do I stop the motion and the program, and restart from where it was, and then complete the positioning and rest of the program without returning to the mechanical home?
    You can use PAUSE and RESTART inputs with creating a subroutine of OUTSG function. * The following subroutine is just a sample.

    [1]

    INPAUSE=1

    Assign the Input 1 as the PAUSE input

    [2]

    INRESTART=2

    Assign the Input 2 as the RESTART input

    [3]

    VS=100

    Starting frequency is 100 Hz

    [4]

    VR=3000

    Running frequency is 3000 Hz

    [5]

    DIS=5000

    Index to 5,000 pulses position

    [6]

    MA

    Move absolute location

    [7]

    CALL WAITEND

    Call subroutine named WAITEND

    [8]

    WAIT 20

    Wait for 2 seconds

    [9]

    DIS=10000

    Index to 10,000 pulses position

    [10]

    MA

    Move absolute location

    [11]

    CALL WAITEND

    Call subroutine named WAITEND

    [12]

    WAIT 20

    Wait for 2 seconds

    [13]

    DIS=0

    Index to 0 pulses position

     

     

    (Same to the mechanical home position)

    [14]

    MA

    Move absolute location

    [15]

    CALL WAITEND

    Call subroutine named WAITEND

    [16]

    END

    End of the program


    Program WAITEND Subroutine name

    [1]

    J=OUTSG&5

    Variable J is assigned for OUTSG 5

    [2]

    WHILE(J!=4)

    While J is not 4,

    [3]

    J=OUTSG&5

    Look for until the out signal is 5

     

     

    (Both run=1 and end=4 are on)

    [4]

    WEND

    End while

    [5]

    RET

    Return to grogram


     
    Can I use AS Plus driver as the Master controller in daisy-chain?
    No, you cannot. A PC or a PLC needs to be the master, and specify which axis to move with @ command. For example, @1 MGHP : Move home position of Axis 1 @2 RUN XXX : Run program name XXX of Axis 2

     
    How can I command multi-axes to go home with using 1 input?
    Example: 1) If using daisy-chain configuration, specify the axis you would like to home with the @ command and then perform the home function. For example, @1 Axis1 MGHP Mechanical home seeking is executed in the positive direction @2 Axis2 MGHP Mechanical home seeking is executed in the positive direction 2) If using I/O to command, For example, assign IN1=1, MGHP, OUT1=1 in the first axis, then use OUT1 of the first axis to input to the second axis, and so on. For example, @1 Axis1 MGHP Mechanical home seeking is executed in the positive direction @2 Axis2 MGHP Mechanical home seeking is executed in the positive direction

     
    What is the communication time of Alphastep Plus driver?
    The communication time will be maximum 1 msec per 1 characters. Communication time = Number of characters X 1 msec X Number of axes

     
    Why does the driver output an overtravel alarm after executing the Mechanical Home Seeking command?
    The driver is not recognizing the sensor signal is home. Make sure you have CALL HOMED command and the subroutine program is created. See operation manual Section 6-5 Details of Program Commands.

     
    Why does the program not run with START input of CN4 activated, while it works fine through Hyper Terminal?
    The START input calls for the program named “STARTUP”. Rename the program that you want to run with START input to “STARTUP”. “REN” is the command to rename program. See operation manual Section 6-5 Details of Program Commands If the name is already “STARTUP”, then check the wiring.

     
    I am unable to communicate with the AS Plus.
    Check the Hyper terminal settings to be sure they are set to: 9600 baud rate Data Bits 0 Parity None Stop Bits 1 Flow Control None Make sure that the correct port is selected. 2) Make sure that the inputs are supplied with power. CN4 needs +24V on Pin 1 and either pin 17 or pin 18 and GND to pin 2. See detail on the Chapter 3.3 Connecting external I/O (CN3) of the operation manual. 3) Confirm the COM port setting is properly selected for communication. To check which communication port is available for the hyper terminal, please refer your computer manual. It is typically found from the System in Control Panel. Click START >> Choose Setting >> Open Control Panel >> Open System >> Open Hardware (tab) >> Open Device Manager >> Port >> Communication Port (COM*) If still not able to communicate, please contact tech support at 1-800-468-3982.

     
    For the ASC series, can I use the same 24VDC power supply for the electromagnetic brake and main power?
    No, it is not recommended. The electromagnetic brake is structured with a coil. When you switch the power on and off, serge will be generated. There is a varister provided by us for the brake. This is to be wired between the 24vDC and GND of the power supply within the brake connection. This varister reduces the serge to protect the power supply and other circuits. However, it may affect the function of the driver if the power supply is shared. Therefore, we recommend having separate power supplies.

     
    On the Alphastep series drivers/controllers, can I use one switch to control multiple E-STOPS?
    Yes, with a “multiple circuit switch”.