Adampower

Sort By:  
CANopen Stepper Motor Driver
$98.00
Multi-turn Absolute Encoder, 4096 line Encoder
$190.00
Stepper Motor with encoder
$52.00
2 phase hybrid stepper motor
$39.00
Stepper Lead Screw Linear Actuators
$75.00
Stepper Lead Screw Linear Actuators
$55.00
CANopen Stepper Motor Driver
$128.00
NEMA14 Closed Loop Integrated Stepper Motor (IG1412)


The IG14 series integrated motor is the perfect combination of drive and stepper motor,
which perfectly integrates stepper motor and drive technology, also built in 1000 line encoder,
it can save installation space, Simultaneously saving design and production costs,
supporting RS485 and TTL communication.

ItemSpecifications
Stepper Motor SizeNEMA14
Encoder type1000 line encoder
Working voltage8 ~ 36VDC
Driver Current0.2-2.0A
Velocity rangeUp to 3000RPM
Control MethodRS485, Pulse& Direction, Twin-Pulse,
I/O, Built-in Program
Torque value0.2 - 0.4Nm
Nonvolatile storageConfiguration parameters are stored in FLASH inside the MCU
DI and DO
2/3 DI, 1 DO
ProtectionOvervoltage, undervoltage, overcurrent, open winding, position deviation

Digital Input (2/3)Receive 3.3-24VDC
Digital Output(1)Maximum withstand voltage of 30V,
Maximum input or output current 30mA


Motor Parameters
Pulse type NEMA14 integrated Stepper Motor:

Model No.length
mm L
Shaft length
mm
Shaft dia.
mm
Phase current
A
Resistance
Ω
inductance
mH
Hold torque
N.m
Inertia
g.cm²
Weight
g
IG1418322451.51.51.60.1815200
IG1425372451.51.52.00.2526250
IG1440502451.81.12.50.4038350

RS485 type NEMA14 integrated Stepper Motor:

Model No.length
mm L
Shaft length
mm
Shaft dia.
mm
Phase current
A
Resistance
Ω
inductance
mH
Hold torque
N.m
Inertia
g.cm²
Weight
g
IG1412262451.01.51.90.128230
IG1420342451.52.12.10.2014290
IG1425402451.52.52.80.2520340
IG1435532451.82.94.80.3531440


Wiring Diagram:

1. Pulse Type Integrated Stepper Motor, Terminal Definition


Terminal Definition

TerminalNameDescription
1V8-48VDC
2V-GND
3X0 (PU )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
The maximum pulse frequency is 400KHz, which can be used as a universal input port for Pulse/Direction
4X0-(PU-)
5X1 (DR )
6X1-(DR-)
7X2(EN )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 100us,
The maximum pulse frequency is 10KHz, which can be used as a universal input port for Enable
8X2(EN-)
9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
10Y0-(AL-)
11Y1Default function is in-place output
12Y1-

2. RS485 Type Integrated Stepper Motor, Terminal Definition


Terminal Definition

TerminalNameDescription
1V8-48VDC
2V-GND
3X0 (PU )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
The maximum pulse frequency is 400KHz, which can be used as a universal input port or a high-speed pulse input port
4X0-(PU-)
5X1 (DR )
6X1-(DR-)
7X2
8X2-
9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
10Y0-(AL-)
11485ARS485 Communication port, default baud rate is 115200,
12485B

CRC Check Routine (C#)

UInt16 Funct_CRC16(unsigned char * puchMsg, UInt16 DataLen)
{
UInt16 i,j,tmp;
UInt16 crcdata=0xFFFF;
for(i=0;i<DataLen;i )
{

crcdata=(*puchMsg)^crcdata;
puchMsg ;
for(j=0;j<8;j )
{
tmp=crcdata&0x0001;
crcdata=crcdata>>1;
if(tmp){
crcdata=crcdata^0xA001;
}
}
}
return crcdata;
}


Software Tools for RS485 Control

Modbus Poll 

Software in google drive 

Step-Config
1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe

2. Open Project.

3. Click Browse

4. Select the Project.prj  in the Project folder, in the same path as CommFile.

5. Double Click the Project.prj path


 6. Right Click Modbus_485, and Click Property:
     
 7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
   

 8. Start to use software control the RS485 Integrated stepper motor by below buttons:

RS485 Stepper Motor Controller Manual 


Block Diagram:

2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
X0:  pulse input, IO start/stop, limit, direction, universal input.
X1  pulse input, IO start/stop, limit, direction, universal input.
...

1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
 Y0 : alarm output, universal output, and factory default alarm output.
 
LED indicator and status:


more Information on detail, please feel free to contact me  

RS485 and Pulse Type
$110.00
NEMA11 Closed Loop Integrated Stepper Motor (IG11008)


The IG11 series integrated motor is the perfect combination of drive and stepper motor,
which perfectly integrates stepper motor and drive technology, also built in 1000 line encoder,
it can save installation space, Simultaneously saving design and production costs,
supporting RS485 and TTL communication.

ItemSpecifications
Stepper Motor SizeNEMA11
Encoder type1000 line encoder
Working voltage8~36VDC
Driver Current0.2-2.0A
Velocity rangeUp to 3000RPM
Control MethodRS485,  Pulse& Direction, Twin-Pulse, 
I/O,   Built-in Program
Torque value0.08 - 0.24Nm
Nonvolatile storageConfiguration parameters are stored in FLASH inside the MCU
DI and DO
2/3 DI,  1 DO
ProtectionOvervoltage, undervoltage, overcurrent, open winding, position deviation

Digital Input (2/3) Receive 3.3-24VDC
Digital Output(1)Maximum withstand voltage of 30V,
Maximum input or output current 30mA


Motor Parameters
NEMA11 integrated Stepper Motor:

Model No.length
mm L
Shaft length
mm
Shaft dia.
mm
Phase current
A
Resistance
Ω
inductance
mH
Hold torque
N.m
Inertia
g.cm²
Weight
g
IG11008312651.01.51.10.089115
IG11018522651.32.42.30.1818205
IG11024632651.51.82.10.2430268

 Wiring Diagram:

1. Pulse Type Integrated Stepper Motor, Terminal Definition

 

Terminal Definition

TerminalNameDescription
1V8-36VDC
2V-GND
3X0 (PU )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
The maximum pulse frequency is 400KHz, which can be used as a universal input port for Pulse/Direction
4X0-(PU-)
5X1 (DR )
6X1-(DR-)
7X2(EN )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 100us,
The maximum pulse frequency is 10KHz, which can be used as a universal input port for Enable
 8X2(EN-)
9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
10Y0-(AL-)
11Y1Default function is in-place output
12Y1-

2. RS485 Type Integrated Stepper Motor, Terminal Definition


Terminal Definition

TerminalNameDescription
1V8-36VDC
2V-GND
3X0 (PU )Optoelectronic isolation, differential,
High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
The maximum pulse frequency is 400KHz, which can be used as a universal input port or a high-speed pulse input port
4X0-(PU-)
5X1 (DR )
6X1-(DR-)
7X2(EN )
8X2-(EN-)
9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
10Y0-(AL-)
11485ARS485 Communication port, default baud rate is 115200,
12485B

CRC Check Routine (C#)

UInt16 Funct_CRC16(unsigned char * puchMsg, UInt16 DataLen)
{
UInt16 i,j,tmp;
UInt16 crcdata=0xFFFF;
for(i=0;i<DataLen;i )
{

crcdata=(*puchMsg)^crcdata;
puchMsg ;
for(j=0;j<8;j )
{
tmp=crcdata&0x0001;
crcdata=crcdata>>1;
if(tmp){
crcdata=crcdata^0xA001;
}
}
}
return crcdata;
}


Software Tools for RS485 Control

Modbus Poll 

Software in google drive 

Step-Config
1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe

2. Open Project.

3. Click Browse

4. Select the Project.prj  in the Project folder, in the same path as CommFile.

5. Double Click the Project.prj path


 6. Right Click Modbus_485, and Click Property:
     
 7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
   

 8. Start to use software control the RS485 Integrated stepper motor by below buttons:

RS485 Stepper Motor Controller Manual 


Block Diagram:

2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
X0:  pulse input, IO start/stop, limit, direction, universal input.
X1  pulse input, IO start/stop, limit, direction, universal input.
...

1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
 Y0 : alarm output, universal output, and factory default alarm output.
 
LED indicator and status:


more Information on detail, please feel free to contact me  

RS485 and Pulse Type
$80.00
UC42 CANopen Stepper Motor Controller (UC42)

CANopen Stepper Motor Controller, It supports the CiA301 and CiA402 sub-protocols
of the CANopen protocol.

UC42 uses the latest 32-bit DSP digital chip and has advanced drive control algorithms and noise
suppression technology to ensure smooth motor operation. Stable, low noise, and temperature controllable.
Users can set any ID address within 1-255 and any current value within 0-8A through the host computer.
Maximum output peak current of the UC42 bus driver is 2.5A.


UC42 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform 
step intervals and no large or small step problems.

3 input signal ports and 2 output signal ports, supporting position, speed, and return-to-origin control modes.
with highest communication rate in 1Mbps.
 
Input signal Wiring diagram and Output Signal wiring diagram↑

UC42 is designed for NEMA17 stepper motor, we supply NEMA17 integrated stepper motor with
torque 0.35, 0.50 and 0.7Nm:
 
if just choose UC42 stepper motor controller with requirement for low vibration, please inform us for 
setting parameters before sale. 

Model No.Holding Torqure(Nm)Motor Length(mm)
UC42-030.3540
UC42-050.5048
UC42-070.7060



Port Definition

It can be connected to PLC, industrial computer, controller and other host computers with only two
communication lines. Through the built-in motion Control instructions can realize a network of up to
100-axis stepper motors.
especially suitable for long-distance multi-axis applications, which can reduce wiring and enhance
the reliability of drive operation.


Mainly used in electronic equipment, semiconductors, medical instruments, environmental protection equipment,
automatic detection equipment, small automatic processing equipment and other automation equipment with 
multiple motor shaft applications and compact requirements for equipment space

CANopen Standard Command Read and Write:

UC42 CANopen Stepper Motor Controller User Manual 
CANOpen Software 
More Information on detail, please feel free to contact me  

CANopen Stepper Motor Driver
$98.00
MODBUS RTU NEMA34 Integrated Stepper Motor (IM34ET)


The IM34ET Series Integrated Motors represent a perfect integration of stepper drivers and stepper motors, combining the technologies of both in a single unit. They are fully compatible with 1599-revolution mechanical absolute encoders, which not only save installation space but also streamline wiring connections. By reducing your design and production costs, they stand as the premier choice for your stepper system solutions.

Frame Size: NEMA34
Holding Torque: 4.5–12.5 N·m
Supply Voltage: 18–70 VAC
Supported Protocols: Modbus/RTU, RS485
Built-in Programmable Multi-Turn Feedback: 1599 revolutions; supports user-defined home position with memory, no sensor required
Software Limit Function Supported: More reliable than mechanical limit switches
Closed-Loop Control: 4096-line (16384 counts) encoder feedback
Torque Modes Supported: Homing on collision, constant torque, object gripping
Input Compatibility: 5–24 VDC; Output: Open-collector (OC) output, withstanding voltage up to 30 VDC
Comprehensive Protection Features: Over-voltage, under-voltage, over-current, winding open-circuit, and position deviation protection
Non-Volatile Memory: Configuration parameters stored in the on-chip FLASH of the MCU
Wide Filter Frequency Range: 50 kHz–5 MHz adjustable, factory default at 300 kHz
User-friendly PC interface with full-featured functionality

Motor Parameters

Model No.Length L
(mm)
Total Length
(mm)
Shaft Length
(mm)
Shaft Dia.
(mm)
Phase Current
(A)
Resistance
(Ω)
Inductance
(mH)
Holding Torque
(N.m)
Inertia
(g.cm²)
Weight
(g)
IM344578.1102.6321460.372.84.518002200
IM346598.6122.1321460.454.06.528003000
IM3485117.6142.1321460.595.58.536003700
IM34125156.1180.6321460.6798.212.554005500

RS485 Multi-turn Absolute Encoder type Integrated Stepper Motor

Terminal Definition

TerminalColorNameDescription
1RedV24~100VDC(or 18-70VAC)
2BlackV-GND
3YellowX comCOM /VCC COM, compatible with 5–24 VDC
4Yel/BLKX03 Programmable Inputs (Active Low)
Port functions configurable via commands or host computer.
Pulse Mode: X0 = Pulse, X1 = Direction
5BlueX1
6Blu/BLKX2
7GreenY2Y0: Default alarm output, Normally Closed (NC), Y1: Default position reached output, Normally Closed (NC)
Y2: Undefined,Users may configure or redefine the functions of the corresponding ports via commands.
Y2 can be customized to input X3 upon request before delivery; it defaults to an output port.
8Gre/BLKY1
9PurpleY0
10Pur/BLKY comCOM GND
11Orange485ARS485 Communication port, default baud rate is 115200
12Ora/BLK485B


3-channel isolated digital signal input, the function of each input channel can be configured via software or commands, with the correspondence between input signals and functions as follows:

SignalInterfaceFunction
X0X0,Xcom• General Input (Default)
• Pulse / Limit / Home / Emergency Stop / Speed Switch / Interrupt Positioning / Forward Rotation
X1X1,Xcom• General Input (Default)
• Pulse / Direction / Limit / Home / Emergency Stop / Speed Switch / Interrupt Positioning / Reverse Rotation
X2X2,Xcom• General Input (Default)
• Limit / Home / Emergency Stop / Speed Switch / Interrupt Positioning

XCOM is the common positive terminal for single-ended input signals and shall be connected to the positive pole of the power supply.
It only accepts sinking NPN signals.
The figure below illustrates the typical wiring configurations for the X0–X2 input ports.

3-channel isolated digital signal output, the function of each output channel can be configured via software or commands, with the correspondence between output signals and functions as follows:

SignalInterfaceFunction
Y0Y0, Ycom• Alarm Output (Default)
• Alarm / Position Reached / Running Status
Y1Y1, Ycom• Position Reached Output (Closed Loop Default)
• Running Status Output (Open Loop Default)
• Alarm / Position Reached / Running Status
Y2Y2, Ycom• General Purpose Output (Default)
• Alarm / Position Reached / Running Status

The figure below illustrates the typical wiring configurations for the Y0–Y2 output ports.

Warning: Output terminal → DC voltage < 30V, Inflow current ≤ 50mA.


CRC Check Routine (C#)

UInt16 Funct_CRC16(unsigned char * puchMsg, UInt16 DataLen)
{
  UInt16 i,j,tmp;
  UInt16 crcdata=0xFFFF;
  for(i=0;i<DataLen;i )
  {
    crcdata=(*puchMsg)^crcdata;
    puchMsg ;
    for(j=0;j<8;j )
    {
      tmp=crcdata&0x0001;
      crcdata=crcdata>>1;
      if(tmp){
        crcdata=crcdata^0xA001;
      }
    }
  }
  return crcdata;
 }


RS485 Integrated Stepper Motor Commissioning and Control Software:

Modbus Poll

Adampower 


Quick Start Guide – Follow the steps below:

1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe
  
2. Open Project.

3. Click Browse

4. Select the Project.prj in the Project folder, in the same path as CommFile.

5. Double Click the Project.prj path


6. Right Click Modbus_485, and Click Property:
    
7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
  

8. Start to use software control the RS485 Integrated stepper motor by below buttons:

Optional: USB-TTL debugging cable

RS485 Stepper Motor Controller Commands Manual

 

LED indicator and status:

more Information on detail, please feel free to contact me

Multi-turn Absolute Encoder, 4096 line Encoder
$190.00
NEMA17 Closed Loop Stepper Motor (17IE)

Step Accuracy:±5%Resistance Accuracy:±10%
Inductance Accuracy:±20%Temperature Rise:80°C MAX
Ambient Temperature Range: -20°C~ 50°CStorage Temperature Range: -30°C~ 60°C
Insulation Resistance:100M Ω MIN. 500V DCDielectric Strength:500V AC 1min
Radial Play:0.02mm MAX. (450g Load)End Play:0.08mm MAX. (450g Load)
Max. Radial Force:20NMax. Axial Force:2N

NEMA17 Stepper Motor, Closed Loop stepper motor

Electrical Specifications:

Mode No.Step
Angle
Motor
Length
mm
Rated
Current
A
Holding
Torque
(MIN)
N.m
Motor
Weight
kg
Shaft 
Dia.
mm
17H249-01ED10001.867.10.60.480.365.0
17H249-02ED10001.867.11.20.480.365.0
17H249-03ED10001.867.11.80.480.365.0
17H261-01ED10001.879.10.60.720.505.0
17H261-02ED10001.879.11.20.720.505.0
17H261-01ED10001.879.11.80.720.505.0

Stepper motor with 1000 Line Encoder:
1.  Black                    :   EGED
2.  RED                      :  5VCC
3.  Blue/White           :   EA-
4    Blue                     :   EA
5.   Orange/White     :   EB-
6.   Orange                :   EB

Mechanical Dimensions and Wiring Diagram:
NEMA17 Stepper Motor with encoder, 17H249ED1000

DC24V Torque Speed Curve:




NEMA17 Stepper Motor with encoder, 17H261ED1000:


DC24V Torque Speed Curve:


Lead Wire Mode Options:


Shaft Mode can be customized as the requirement.




More Information on detail, please feel free to contact me  

Stepper Motor with encoder
$52.00
NEMA14 Integrated Stepper Motor with Multi-turn Absolute Encoder (IS14010)


The IS14 series integrated motor is the perfect combination of drive and stepper motor,
which perfectly integrates stepper motor and drive technology, also built in a battery free
1023 turn mechanical absolute value encoder, it can save installation space,
Simultaneously saving design and production costs, supporting RS485 instruction control.

ItemSpecifications
Stepper Motor SizeNEMA14
Encoder type1023 ring absolute encoder
Working voltage8-36V
Driver Current0.2-2.0A
Velocity rangeUp to 3000RPM
Control MethodRS485 √   Pulse& Direction, Twin-Pulse, 
I/O,   Built-in Program
Torque value0.1 - 0.4Nm
Nonvolatile storageConfiguration parameters are stored in FLASH inside the MCU
DI and DO
2 DI, 1 DO
ProtectionOvervoltage, undervoltage, overcurrent, open winding, position deviation

 

Digital Input (2) Receive 3.3-24VDC
Digital Output(1)Maximum withstand voltage of 30V,
Maximum input or output current 30mA

Motor Parameters

Model No.length
mm L
Shaft length
mm
Shaft dia.
mm
Phase current
A
Resistance
Ω
inductance
mH
Hold torque
N.m
Inertia
g.cm²
Weight
g
IS14010522451.02.552.00.112240
IS14020622451.51.652.10.220300
IS14040802451.81.852.80.435350


     Wiring Diagram:


    Terminal Definition

    TerminalNameDescription
    1V8-36VDC
    2V-GND
    3X0 (PU )Optoelectronic isolation, differential,
    High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
    The maximum pulse frequency is 400KHz, which can be used as a universal input port for Pulse/Direction
    4X0-(PU-)
    5X1 (DR )
    6X1-(DR-)
    7X2(EN )Optoelectronic isolation, differential,
    High level can directly receive 3.3-24VDC, with a minimum pulse width of 100us,
    The maximum pulse frequency is 10KHz, which can be used as a universal input port for Enable
     8X2-(EN-)
    9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
    10Y0-(AL-)
    11485ARS485 Communication port, default baud rate is 115200
    12485B

    Block Diagram:

    2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
    X0:  pulse input, IO start/stop, limit, direction, universal input.
    X1  pulse input, IO start/stop, limit, direction, universal input.


    1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
     Y0 : alarm output, universal output, and factory default alarm output.

    LED indicator and status:


    CRC Check routine by C# :

    Uint16 Funct_CRC16(unsigned char * puchMsg, Uint16 DataLen)
    {
    Uint16 i,j,tmp;
    Uint16 crcdata=0xFFFF;
    for(i=0;i<DataLen;i )
    {

    crcdata=(*puchMsg)^crcdata;
    puchMsg ;
    for(j=0;j<8;j )
    {
    tmp=crcdata&0x0001;
    crcdata=crcdata>>1;
    if(tmp){
    crcdata=crcdata^0xA001;
    }
    }
    }
    returncrcdata;
    }

    Software Modbus Poll 

    Software Adampower 

    1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe

    2. Open Project.

    3. Click Browse

    4. Select the Project.prj  in the Project folder, in the same path as CommFile.

    5. Double Click the Project.prj path


     6. Right Click Modbus_485, and Click Property:
         
     7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
       

     8. Start to use software control the RS485 Integrated stepper motor by below buttons:






    RS485 Stepper Motor Controller Manual 

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Block Diagram:

    2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
    X0:  pulse input, IO start/stop, limit, direction, universal input.
    X1  pulse input, IO start/stop, limit, direction, universal input.
    ...

    1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
     Y0 : alarm output, universal output, and factory default alarm output.
     
    LED indicator and status:


    more Information on detail, please feel free to contact me  

    multi-ring absolute encoder
    $350.00
    NEMA23 RS-485 Integrated Stepper Motor (IRO23)

    IRO23 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication
    protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two
    communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion
    control commands.

    IRO can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
    high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform
    step intervals and no large or small step problems.

    1 Electrical Characteristics

    ExplanationIRO23
    Minimum ValueTypical ValueMaximal ValueUnit
    Continuous output current0.5-5.6A
    Power Supply Voltage (DC)1524/3650VDC
    Control signal input current61016mA
    Control signal input Voltage-5-VDC
    Overvoltage point545556VDC
    Step frequency1-1000KHz
    Insulation Resistance100--

    2.2 Suitable for Standard Motor

    The integrated driver can be used for NEMA23 open-loop hybrid stepper motors and linear screw stepper motors of different specifications from major motor manufacturers.

    The driver can be sold separately.

    If you need to purchase our driver and motor complete set of products, we generally recommend the following two standard models.

    Other models of stepper motors or suitable screw stepper motors can be customized according to customer needs.

    Model No.Holding Torque (N.m)Motor Length (mm)Driver Thickness (mm)Weight (kg)
    IRO23-101.056±121.5±10.9
    IRO23-202.080±121.5±11.2

    IRO23 RS485 stepper motor driver dimensions:

    IRO23-10 RS485 integrated stepper motor specifications and motor torque-frequency characteristic curve:

    IRO23-20 RS485 integrated stepper motor specifications and motor torque-frequency characteristic curve:

    2.3 Use Environment

    Cooling ModeNatural Cooling or forced air cooling

    Service Environment

    Occasion

    Keep away from heating equipment, dust, oil mist,

    high humidity & strong vibration.
    No flammable gas or conductive dust.

    Temperature-10℃ ~ 50℃
    Humidity40 ~ 90% RH
    Vibration5.9 m/s² MAX
    Storage temperature-20℃ ~ 60℃
    Use ElevationBelow 1000 meters
    Weight0.7 KG

    The control signal and the power supply input port use the 8Pin 2.0 mm terminal.

    PinSignal NameFunction Description
    1VDCPower positive input: DC VOLTAGE 15-50VDC
    2GNDNegative power input: GND of DC voltage
    3PULReceiving level 5VDC, pulse control signal input (negative) (left limit)
    4PUL--
    5DIRReceiving level 5VDC, direction control signal input (negative) (back to zero)
    6DIR--
    7ENAReceiving level 5VDC, enable control signal input (negative) (right limit)
    8ENA--
    9TXDSerial port RS485 TXD
    10RXDRXD serial port RS485
    Note: The pulse, direction, and enable interface signal levels can only accept 5V TTL level.
    If 24V is needed, a current limiting resistor of 2kΩ/1W should be connected in series before the signal input port,
    or inform us at the time of ordering to order products which can only accept 24V TTL signal level.

    Return to Zero with Positive Limit Signal as Zero

    Return to Zero with Negative Limit Signal as Zero


    IRO23 RS-485 Stepper Motor Controller User Manual
    Software Modbus Poll
    AdamPower Software

    More Information on detail, please feel free to contact me

    MODBUS RTU, RS485
    $109.00
    NEMA23 MODBUS-RTU Integrated Stepper Motor (AR57)

    AR57 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication
    protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two
    communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion
    control commands.

    AR57 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
    high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform
    step intervals and no large or small step problems.
    Can be set between 1-256 subdivisions, with uniform motor step spacing; Stable output at 1/12 rpm


    AR57 is designed for NEMA23 stepper motor.

    The NEMA23 integrated stepper motor with torque 1.0 and 2.0Nm:

    Model No.Holding Torque(Nm)Motor Length L(mm)Shaft diameter(mm)Encoder Type
    AR57-101.056mm81000 line Magnetic Encoder
    AR57-202.076mm8
    NEAM23 Integrated stepper motor with Optical Encoder, the length will add 15mm
    AR57-10L1.056mm81000 line Optical Encoder
    AR57-20L2.076mm8

    Port Definition

    OUT /OUT- as defferential output port, Max.receive voltage is DC24V, and instaneous ouput
    current is 100mA, continuous output current is 50mA.


    Set ID address, Baud Rate and Ouptut current by SW1~SW10:


    Set ID address:

    Note: The formula for calculating the ID table is: ID=1*SW1 2*SW2 4*SW3 8*SW4 16*SW5.
    The default ID is 0, 0 means broadcast address for global control

    Set Baud Rate:

    Note: When the communication baud rate in the table cannot meet the usage requirements, the baud rate can be
    customized by the host computer when SW6 and SW7 are turned ON.

    Set Output Current:


    Zero-return function with two trajectory A and when limit signal is triggered and not:



    AR57 Modbus Stepper Motor Controller User Manual
    Software Modbus Poll
    AdamPower Software

    More Information on detail, please feel free to contact me

    MODBUS RTU, RS485
    $139.00
    NEMA17 MODBUS-RTU Integrated Stepper Motor (AR42)

    AR42 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication
    protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two
    communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion
    control commands.

    AR42 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
    high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform 
    step intervals and no large or small step problems.
    Can be set between 1-256 subdivisions, with uniform motor step spacing; Stable output at 1/12 rpm


    AR42 is designed for NEMA17 stepper motor, The NEMA17 integrated stepper motor with
    torque 0.35, 0.50 and 0.7Nm:

    Model No.Holding Torque(Nm)Motor Length L(mm)Shaft diameter(mm)Encoder Type
    AR42-030.3540mm51000 line Magnetic Encoder
    AR42-050.5048mm5
    AR42-070.7060mm5
    NEAM23 Integrated stepper motor with Optical Encoder, the length will add 15mm
    AR42-03L0.3540mm51000 line Optical Encoder
    AR42-05L0.5048mm5
    AR42-07L0.7060mm5


    Port Definition

    OUT /OUT- as defferential output port, Max.receive voltage is DC24V, and instaneous ouput
    current is 100mA,  continuous output current is 50mA.


    Set ID address, Baud Rate and Ouptut current by SW1~SW10:



    Zero-return function with two trajectory A and  when limit signal is triggered and not:



    AR42 Modbus Stepper Motor Controller User Manual 
    Software Modbus Poll 
    AdamPower Software

    More Information on detail, please feel free to contact me 

    MODBUS RTU
    $123.00
    NEMA23 Stepper Motor, 57mm Stepper Motor (HS23)

    Step Accuracy:±5%Resistance Accuracy:±10%
    Inductance Accuracy:±20%Temperature Rise:80°C MAX
    Ambient Temperature Range: -20°C~ 50°CStorage Temperature Range: -30°C~ 60°C
    Insulation Resistance:100M Ω MIN. 500V DCDielectric Strength:500V AC 1min
    Radial Play:0.02mm MAX. (450g Load)End Play:0.08mm MAX. (450g Load)
    Max. Radial Force:20NMax. Axial Force:2N

    NEMA23 Stepper Motor, 1.8° step angle stepper motor

    Electrical Specifications:

    Mode No.Step
    Angle
    Motor
    Length
    mm
    Rated
    Voltage
    v
    Rated
    Current
    A
    Phase
    Resistance
    Ω
    Phase
    Indutance
    Mh
    Holding
    Torque
    (MIN)
    N.cm
    Detent
    Torque
    (MAX)
    N.cm
    Rotor
    Torque
    g.cm2
    Lead
    Wire
    Motor
    Weight
    kg
    Shaft 
    Dia.
    mm
    23HS44061.8417.440.621224552.515040.476.35
    23HS46101.8415.215.25.5402.515O60.476.35
    23HS46201.8412.821.41.4392.112060.456.35
    23HS44281.84122.80.71.4552.112040.456.35
    23HS46301.8411.930.630.6392.112060.456.35
    23HS56101.8516.616.68.2723.627560.656.35
    23HS56201.8513.321.652.2723.627560.656.35
    23HS54251.85132.51.23.21102.819040.526.35
    23HS54281.8512.32.80.832.21013.627540.656.35
    23HS56301.8512.230.740.9723.627560.656.35
    23HS66101.8567.417.41090430060.76.35
    23HS66201.8563.621.82.590430060.76.35
    23HS64251.8563.252.51.34.21103.528040.686.35
    23HS64301.8562.430.82.41103.528040.686.35
    23HS66301.8562.330.751.190430060.76.35
    23HS64421.8561.684.20.41.21103.528040.686.35
    23HS74101.8647.517.520150538040.856.35
    23HS74251.8643.752.51.54.5150538040.856.35
    23HS74301.8642.430.82.3150538040.856.35
    23HS74421.8642.314.20.551.2150538040.856.35
    23HS86101.8768.618.6141356.8480616.35
    23HS86151.8766.751.54.57.8140644061.056.35
    23HS86201.8764.522.253.61356.8480616.35
    23HS84251.8764.52.51.86.5180644041.056.35
    23HS86301.8763311.61356.8480616.35
    23HS84211.8764.22.126.4180644041.056.35
    23HS84301.8763313.5190648041.056.35
    23HS84421.8762.54.20.61.8180644041.056.35
    23HS14301.81004.231.45.52501068041.256.35
    23HS14421.81003.364.20.832501068041.256.35
    23HS24301.81124.831.66.82801280041.48
    23HS24421.81123.784.20.93.82801280041.48


    Mechanical Dimensions and Wiring Diagram:

    Lead Wire Mode Options:


    Shaft Mode can be customized as the requirement.



    More Information on detail, please feel free to contact me  

    2 phase hybrid stepper motor
    $39.00
    NEMA11 RS485 Stepper Motor Driver, Integrated Stepper Motor (AR11)

    AR28 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion control commands.

    AR28 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform step intervals and no large or small step problems.
    Can be set between 1-256 subdivisions, with uniform motor step spacing; Stable output at 1/12 rpm

    AR28 is designed for NEMA11/NEMA14 stepper motor, The NEMA11/NEMA14 integrated stepper motor with torque 0.06 ~ 0.35Nm:

    1. Electrical Specifications

    ParameterAR28 (5V IO)Unit
    MinTypicalMax
    Continuous Output Current01.5A
    Power Supply Voltage (DC)152428VDC
    Control Signal Input Current61016mA
    Overvoltage Protection Voltage32VDC
    Insulation Resistance100

    2. Operating Environment and Parameters

    ParameterSpecification
    Cooling MethodNatural cooling or forced air cooling
    Operating Environment - Location Keep away from heating equipment, dust, oil mist, high humidity & strong vibration.
    No flammable gas or conductive dust.
    Operating Environment - Temperature-5℃ ~ 45℃
    Operating Environment - Humidity40 ~ 90% RH
    Operating Environment - Vibration10 ~ 55Hz/0.15mm
    Storage Temperature-20℃ ~ 65℃
    Operating Altitude≤1000m
    WeightDriver section approx. 50g (excluding motor)

    3. Product Dimensions and Motor Matching

    AR28 series closed-loop integrated motor basic parameters:

    Product ModelMotor Holding TorqueShaft Length LMotor Length LMotor Specification
    AR28-006IE0.06 Nm20mm32mmNEMA11
    AR28-012IE0.12 Nm20mm51mmNEMA11
    AR28-015IE0.15 Nm24mm34mmNEMA14
    AR28-025IE0.25 Nm24mm47mmNEMA14

    AR28-006IE / AR28-012IE Dimension Drawing (Refer to NEMA11 diagrams)

    AR28-015IE / AR28-025IE Dimension Drawing (Refer to NEMA14 diagrams)

    4. Heat Dissipation Precautions

    The reliable operating ambient temperature for closed-loop integrated motors is typically within -5℃ ~ 45℃. Normal operating temperature is 50-80℃. If exceeding 80℃, it is necessary to evaluate whether the operating conditions and integrated motor selection are appropriate. If necessary, install a fan near the driver for forced cooling to ensure the driver operates within the reliable working temperature range.

    5. LED Status Indicator

    The red LED serves as both power indicator and fault display. When the driver is powered on, the LED is constantly on; when the driver is powered off, the LED is off. When a fault occurs, the indicator flashes in a 5-second cycle; when the fault is cleared by the user, the LED remains constantly on. The number of flashes within 5 seconds represents different fault information, as shown in the following table:

    No.Flash CountFault Description
    11Overcurrent or inter-phase short circuit fault
    22Overvoltage fault
    33Undervoltage alarm
    47Position deviation alarm (excessive error)
    59Driver error, requires maintenance
    64Network congestion fault, requires power cycle (flashes 4 times, does not cycle)

    When a fault occurs, the driver will stop and display the corresponding fault code (item 3 network congestion has no code). The user must re-enable the driver or power cycle to clear the fault. When the driver detects a fault, it saves the latest fault to the EEPROM in a queue format. The driver can save up to 10 latest historical faults.

    6. OUT Output Port Wiring Diagram

    OUT /OUT- ports are differential output ports, allowing maximum voltage of 24V. Port instantaneous output current is 100mA, continuous output current is 50mA. To protect the port, when connecting external brakes, solenoid valves, relays, etc., freewheeling diodes must be connected across the devices to prevent port damage.

    7. Zero-return Function

    Zero-return function with two trajectory A and when limit signal is triggered and not:

    8. Communication Protocol

    Communication uses standard MODBUS protocol, supporting 0x03 (read register), 0x06 (write single register), 0x10 (16) (write multiple registers). Serial communication format: baud rate 9600~115200, 8 data bits, no parity, 1 stop bit.

    AR28 Modbus Stepper Motor Controller User Manual

    Software Modbus Poll

    AdamPower Software

    More Information on detail, please feel free to contact me

    MODBUS RTU, RS485
    $66.00
    NEAM17/23 Size Stepper Motor Driver, Pulse & Direction Stepper Motor Driver (ADM42/UIM42)

    Pulse & direction stepper motor driver, support to connect magnetic encoder and photoelectric encoder.

    Set working current:

    Set Micro-step:

    ● Miniature size 42.3mmx42.3mm x21mm

    ● Pulse & direction stepper driver also support the standard RS232 serial command, and built-in 32bit digital chip.

    ● Using new control algorithms such for vibration suppression and low heat generation

    ● DC input voltage 12~32VDC, recommended working voltage 24VDC.

    ● Continuous output current 1.58A max, max peak current 2.2A.

    ● Integrated design, mounted with 42/39mm stepper motor.

    ● Low vibration, low noise, stable operation, low motor heating.

    ● Any micro-step can be set .

    ● Protection functions such as overvoltage, undervoltage and overcurrent.

    ● Built-in automatic matching function of motor parameter.

    ● ADM42 stepper driver can be assembled for NEMA17 Integrated Stepper Motors

    1.VDC: Positive power input: DC voltage 12-32VDC

    2.GND: Negative power input: DC voltage GND

    3.OPTO: Pules Direction, Enable common anode Input: 5V DC,

    4.PUL-:  Pulse Control Signal Input, Rising Edge effective

    5.DIR-:  Direction Control Signal Input, Rising Edge effective

    6.ENA-: Enable Signal Input, Rising Edge effective

    7.TXD:  To the TX pin on user device

    8.RXD: To the RX pin on user device

    Make the integrated NEMA17 stepper motor directly via simple screw:


    ADM42 Pulse & Dircetion type stepper motor driver User Manual 

    For ADM57 Pulse & Direction Stepper Motor Driver, please click below photo ↓

    More Information on detail, please feel free to contact me  

    $35.00
    NEMA23 RS485 Stepper Motor Driver (AR57)

    AR57 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication
    protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two
    communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion
    control commands.

    AR57 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
    high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform
    step intervals and no large or small step problems.
    Can be set between 1-256 subdivisions, with uniform motor step spacing; Stable output at 1/12 rpm


    AR57 is designed for NEMA23/NEMA24 stepper motor, The NEMA23/NEMA24 integrated stepper motor with
    torque 1.0, 2.0 and 3.0Nm:

    Model No.Holding Torque(Nm)Motor Length(mm)Encoder Type
    AR57-101.057-561000 line Encoder, Magnetic or Optoelectronic
    AR57-202.057-76
    AR57-303.060-90



    Port Definition

    OUT /OUT- as defferential output port, Max.receive voltage is DC24V, and instaneous ouput
    current is 100mA, continuous output current is 50mA.

    DIP Switch Settings


    Set ID address, Baud Rate and Ouptut current by SW1~SW10:


    Set ID address:

    Note: The formula for calculating the ID table is: ID=1*SW1 2*SW2 4*SW3 8*SW4 16*SW5.
    The default ID is 0, 0 means broadcast address for global control

    Set Baud Rate:

    Note: When the communication baud rate in the table cannot meet the usage requirements, the baud rate can be
    customized by the host computer when SW6 and SW7 are turned ON.

    Set Output Current:


    Zero-return function with two trajectory A and when limit signal is triggered and not:



    AR57 Modbus Stepper Motor Controller User Manual
    Software Modbus Poll
    AdamPower Software

    More Information on detail, please feel free to contact me

    MODBUS RTU
    $66.00
    NEMA23 Stepper Lead Screw Linear Actuators (23SS)

    NEMA23 Stepper Lead Screw Linear Actuators

    The NEMA 6 is our smallest hybrid linear actuators.

    This compact unit can be integrated into various

    Applications to provide precise linear positioning while

    occupying less than 1 in2 of mounting footprint and
    providing up to 44.5N of continuous thrust.


    The Working Type for the Different Application Demand:

    E: External Linear   

    N: Non-captive

    C: Captive

    K: Kaptive


    Motor Characteristics:

    MotorVoltage[V]Current[A]Resistance[Ω]Inductance[mH]Weight[g]Lead Wire No.Motor Length[mm]
    23-21106.416.416.4585445
    23-21203.521.754.1585445
    23-21302.430.81.7585445
    23-221011.5111.532880465
    23-222552.525.2880465
    23-22402.840.72880465

    Available Lead Screw and Travel per Step:

    Screw Dia.[inch]Screw Dia.[mm]Lead[inch]Lead[mm]Lead CodeTravel Per Step @ 1.8° [mm]*Travel Per Step @ 0.9° [mm]*
    0.394100.0792G0.010.005
    0.3759.5250.0250.635A0.00320.0016
    0.3759.5250.051.27D0.00640.0032
    0.3759.5250.06251.5875F0.00790.004
    0.3759.5250.0832.1167H0.01060.0053
    0.3759.5250.12.54K0.01270.0064
    0.3759.5250.1253.175L0.01590.0079
    0.3759.5250.1674.2333P0.02120.0106
    0.3759.5250.25.08R0.02540.0127
    0.3759.5250.256.35S0.03180.0159
    0.3759.5250.3759.525V0.04760.0238
    0.3759.5250.3849.7536W0.04880.0244
    0.3759.5250.410.16X0.05080.0254
    0.3759.5250.512.7Y0.06350.0318
    0.3759.525125.4Z0.1270.0635

    NEMA 23 Stepper Lead Screw Linear Actuators (External Type):



    NEMA 23 Stepper Lead Screw Linear Actuators (Non-Captive Type):


    NEMA 23 Stepper Lead Screw Linear Actuators (Captive Type):

    Stroke Specification of Captive Actuactor:

    A(mm)Stroke B
    (mm)
    L(mm)
    SingleStackDoubleStack
    45.7012.704565
    52.0519.054565
    58.4025.404565
    64.8031.804565
    71.1038.104565
    83.8050.804565
    96.5063.504565


    NEMA 23 Stepper Lead Screw Linear Actuators (Kaptive Type):

    Stroke Specification of Kaptive Actuactor:

    Size A
    (mm)
    Stroke B
    (mm)
    C (mm)
    Single Stack
    L=45
    Double Stack
    L=65
    24.2012.705.800.00
    30.5519.0512.152.15
    36.9025.4018.508.50
    43.2531.7524.8514.85
    49.6038.1031.2021.20
    62.3050.8043.9033.90
    75.0063.5056.6046.60

    Speed Thrust Curves:


     Options for screw end machining:


    Catalog for download  

    More Information on detail, please feel free to contact me  

    Stepper Lead Screw Linear Actuators
    $75.00
    NEMA34 Stepper Lead Screw Linear Actuators (34SS)

    NEMA34 Stepper Lead Screw Linear Actuators

    The NEMA 6 is our smallest hybrid linear actuators.

    This compact unit can be integrated into various

    Applications to provide precise linear positioning while

    occupying less than 1 in2 of mounting footprint and
    providing up to 44.5N of continuous thrust.


    The Working Type for the Different Application Demand:

    E: External Linear   

    N: Non-captive

    C: Captive

    K: Kaptive


    Motor Characteristics:

    MotorVoltage[V]Current[A]Resistance[Ω]Inductance[mH]Weight[g]Lead Wire No.Motor Length[mm]
    34-2113121.39.2712370476
    34-21305.731.9152370476
    34-21552.855.50.524.52370476

    Available Lead Screw and Travel per Step:

    Screw Dia.[inch]Screw Dia.[mm]Lead[inch]Lead[mm]Lead CodeTravel Per Step @ 1.8° [mm]*Travel Per Step @ 0.9° [mm]*
    0.62515.8750.12.54K0.01270.0064
    0.62515.8750.1253.175L0.01590.0079
    0.62515.8750.25.08R0.02540.0127
    0.62515.8750.256.35S0.03180.0159
    0.62515.8750.512.7Y0.06350.0318
    0.62515.875125.4Z0.1270.0635

    NEMA 34 Stepper Lead Screw Linear Actuators (External Type):


    NEMA 34 Stepper Lead Screw Linear Actuators (Non-Captive Type):

    Speed Thrust Curves:


     Options for screw end machining:


    Catalog for download  

    More Information on detail, please feel free to contact me  

    Stepper Lead Screw Linear Actuators
    $55.00
    NEMA6 Hollow Shaft Stepper Motor, 14mm Stepper Motor (6hs)



    Step Accuracy:±5%Resistance Accuracy:±10%
    Inductance Accuracy:±20%Temperature Rise:80°C MAX
    Ambient Temperature Range: -20°C~ 50°CStorage Temperature Range: -30°C~ 60°C
    Insulation Resistance:100M Ω MIN. 500V DCDielectric Strength:500V AC 1min
    Radial Play:0.02mm MAX. (450g Load)End Play:0.08mm MAX. (450g Load)
    Max. Radial Force:20NMax. Axial Force:2N

    NEMA6 Hollow Shaft Stepper Motor

    Electrical Specifications:

    Model No.

    Step

     Angle

    Motor

    Length 

    (mm)

    Rated
     voltage
    (v)
    Rated
      Current 
    (A)
    Phase
    Resistance 
    (Ω)
    Phase
     Indutance 
    (Mh)
    Holding
    Torque(MIN) 
    N.m
    Detent
    Toruue(MAX)
    N.cm

    Motor

      Torque  

    (g.cm2)

    6HS20301.8326.60.3223.60.0050.0022.5

     Mechanical Dimensions and Wiring Diagram:

    Torque Performance Curve: 

    Lead Wire Mode Options:


    More Information on detail, please feel free to contact me  

    Hollow Shaft Stepper Motor
    $80.00
    Multi-Turn Absolute Encoder Type NEMA17 Integrated Stepper Motor (IM1705ET)


    The IM17 series integrated motor is the perfect combination of drive and stepper motor, 
    which perfectly integrates stepper motor and drive technology.

    Multi-turn encoder with 14-bit single-turn resolution, counting range: 100 to 1499 turns.
    Simultaneously saving design and production costs, supporting RS485 instruction control.

    ItemSpecifications
    Stepper Motor SizeNEMA17
    Encoder type1023 ring absolute encoder
    Working voltage8-50VDC,  Recommend  DC36V
    Driver Current0.2-3.2A
    Velocity rangeUp to 3000RPM
    Control MethodRS485 √   Pulse& Direction, Twin-Pulse, 
    I/O,   Built-in Program
    Torque value0.2 - 0.6Nm
    Nonvolatile storageConfiguration parameters are stored in FLASH inside the MCU
    DI and DO
    2 DI, 1 DO
    ProtectionOvervoltage, undervoltage, overcurrent, open winding, position deviation

     

    Digital Input (2) Receive 3.3-24VDC
    Digital Output(1)Maximum withstand voltage of 30V,
    Maximum input or output current 30mA
    Accuracy4000 pulses/r

    Motor Parameters

    Model No.length
    mm L
    Shaft length
    mm
    Shaft dia.
    mm
    Phase current
    A
    Resistance
    Ω
    inductance
    mH
    Hold torque
    N.m
    Inertia
    g.cm²
    Weight
    g
    IM1704642452.01.12.00.454380
    IM1705722452.01.352.30.577460
    IM1706842452.01.753.70.6110700
    IM1704L642182.01.12.00.454380
    IM1705L722182.01.352.30.577460
    IM1706L842182.01.753.70.6110700


    Terminal Definition

    TerminalNameDescription
    1V9-48VDC
    2V-GND
    3X comInput COM, compatible 5-24v
    4X0

    3 programmable input ports, which are connected to low-level signals.

    Users can configure the functions of the corresponding ports through instructions or the host computer.

    When set to the pulse mode, X0 is the pulse and X1 is the direction.

    5X1
    6X2
    7Y2

    Y0: default alarm output (normally closed); Y1: default position output (normally closed); Y2: undefined. 

    All port functions configurable via commands or host PC.  Y2 can be factory-set as input X3 (default: output).

     8Y1
    9Y0 
    10Y comOutput COM,
    11485ACommunication Port: The slave drive can be controlled via MODBUS commands from the master station. Ensure the master station's baud rate matches the slave's (factory default: 115200).
    12485B

    Set Device ID by SW1, SW2, SW3, SW4 and SW5


    SW6 is used to set the terminal resistance;   OFF=0 ohms; ON=120 ohms

    Block Diagram:

    2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
    X0:  pulse input, IO start/stop, limit, direction, universal input.
    X1  pulse input, IO start/stop, limit, direction, universal input.


    1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
     Y0 : alarm output, universal output, and factory default alarm output.

    LED indicator and status:


    CRC Check routine by C# :

    Uint16 Funct_CRC16(unsigned char * puchMsg, Uint16 DataLen)
    {
    Uint16 i,j,tmp;
    Uint16 crcdata=0xFFFF;
    for(i=0;i<DataLen;i )
    {

    crcdata=(*puchMsg)^crcdata;
    puchMsg ;
    for(j=0;j<8;j )
    {
    tmp=crcdata&0x0001;
    crcdata=crcdata>>1;
    if(tmp){
    crcdata=crcdata^0xA001;
    }
    }
    }
    returncrcdata;
    }

    Software Modbus Poll 

    Software Adampower 

    1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe

    2. Open Project.

    3. Click Browse

    4. Select the Project.prj  in the Project folder, in the same path as CommFile.

    5. Double Click the Project.prj path


     6. Right Click Modbus_485, and Click Property:
         
     7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
       

     8. Start to use software control the RS485 Integrated stepper motor by below buttons:



    RS485 Stepper Motor Controller Manual 

    ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
    Block Diagram:

    2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
    X0:  pulse input, IO start/stop, limit, direction, universal input.
    X1  pulse input, IO start/stop, limit, direction, universal input.
    ...

    1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
     Y0 : alarm output, universal output, and factory default alarm output.
     
    LED indicator and status:


    more Information on detail, please feel free to contact me  

    multi-turn absolute encoder
    $350.00
    NEMA17 Integrated Stepper Motor with Multi-Turn Absolute Encoder (IS1705A)


    The IS17A series integrated motor is the perfect combination of drive and stepper motor,
    which perfectly integrates stepper motor and drive technology, also built in a battery free
    1023 turn mechanical absolute value encoder, it can save installation space,
    Simultaneously saving design and production costs, supporting RS485 instruction control.

    ItemSpecifications
    Stepper Motor SizeNEMA17
    Encoder type1023 ring absolute encoder
    Working voltage8-50VDC,  Recommend  DC36V
    Driver Current0.2-3.2A
    Velocity rangeUp to 3000RPM
    Control MethodRS485 √   Pulse& Direction, Twin-Pulse, 
    I/O,   Built-in Program
    Torque value0.2 - 0.6Nm
    Nonvolatile storageConfiguration parameters are stored in FLASH inside the MCU
    DI and DO
    2 DI, 1 DO
    ProtectionOvervoltage, undervoltage, overcurrent, open winding, position deviation

     

    Digital Input (2) Receive 3.3-24VDC
    Digital Output(1)Maximum withstand voltage of 30V,
    Maximum input or output current 30mA
    Accuracy4000 pulses/r

    Motor Parameters

    Model No.length
    mm L
    Shaft length
    mm
    Shaft dia.
    mm
    Phase current
    A
    Resistance
    Ω
    inductance
    mH
    Hold torque
    N.m
    Inertia
    g.cm²
    Weight
    g
    IS1704642452.02.04.20.457380
    IS1705722452.01.32.90.582460
    IS1706842452.51.33.20.6116700



       Wiring Diagram:


      Terminal Definition

      TerminalNameDescription
      1V8-48VDC
      2V-GND
      3X0 (PU )Optoelectronic isolation, differential,
      High level can directly receive 3.3-24VDC, with a minimum pulse width of 2us,
      The maximum pulse frequency is 400KHz, which can be used as a universal input port or a high-speed pulse input port
      4X0-(PU-)
      5X1 (DR )
      6X1-(DR-)
      7485A(EN )RS485 Communication port, default baud rate is 115200,
       8485B(EN-)
      9Y0 (AL )The default alarm output port can detect the driver alarm status and provide feedback to the main station. Other functions can be set through communication
      10Y0-(AL-)

      Set Device ID by SW1, SW2, SW3, SW4 and SW5


      SW6 is used to set the terminal resistance;   OFF=0 ohms; ON=120 ohms

      Block Diagram:

      2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
      X0:  pulse input, IO start/stop, limit, direction, universal input.
      X1  pulse input, IO start/stop, limit, direction, universal input.


      1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
       Y0 : alarm output, universal output, and factory default alarm output.

      LED indicator and status:


      CRC Check routine by C# :

      Uint16 Funct_CRC16(unsigned char * puchMsg, Uint16 DataLen)
      {
      Uint16 i,j,tmp;
      Uint16 crcdata=0xFFFF;
      for(i=0;i<DataLen;i )
      {

      crcdata=(*puchMsg)^crcdata;
      puchMsg ;
      for(j=0;j<8;j )
      {
      tmp=crcdata&0x0001;
      crcdata=crcdata>>1;
      if(tmp){
      crcdata=crcdata^0xA001;
      }
      }
      }
      returncrcdata;
      }

      Software Modbus Poll 

      Software Adampower 

      1. Extract the zip file, open CommFile folder and Click Step-Config.exe or Adampower.exe

      2. Open Project.

      3. Click Browse

      4. Select the Project.prj  in the Project folder, in the same path as CommFile.

      5. Double Click the Project.prj path


       6. Right Click Modbus_485, and Click Property:
           
       7. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
         

       8. Start to use software control the RS485 Integrated stepper motor by below buttons:



      RS485 Stepper Motor Controller Manual 

      ~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
      Block Diagram:

      2  Input signals can directly receive 3.3-24V DC levels at high levels, Max. frequency of 400KHZ.
      X0:  pulse input, IO start/stop, limit, direction, universal input.
      X1  pulse input, IO start/stop, limit, direction, universal input.
      ...

      1 Output signal, maximum withstand voltage 30V, maximum input or output current 30mA
       Y0 : alarm output, universal output, and factory default alarm output.
       
      LED indicator and status:


      more Information on detail, please feel free to contact me  

      multi-ring absolute encoder
      $350.00
      NEMA17 RS485 Stepper Motor Driver (AR42)

      AR42 is a high-integrated and compact size stepper driver. It adopts standard RS485 communication
      protocol, can be connected with PLC, HMI, industrial computer and other upper computer with only two
      communication lines. Up to 32 axes of motion platform networking can be achieved with its built-in motion
      control commands.

      AR42 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
      high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform 
      step intervals and no large or small step problems.
      Can be set between 1-256 subdivisions, with uniform motor step spacing; Stable output at 1/12 rpm


      AR42 is designed for NEMA17 stepper motor, The NEMA17 integrated stepper motor with
      torque 0.35, 0.50 and 0.7Nm:

      Model No.Holding Torque(Nm)Motor Length(mm)Encoder Type
      AR42-030.35401000 line Encoder, Magnetic or Optoelectronic 
      AR42-050.5048
      AR42-070.7060



      Port Definition

      OUT /OUT- as defferential output port, Max.receive voltage is DC24V, and instaneous ouput
      current is 100mA,  continuous output current is 50mA.


      Set ID address, Baud Rate and Ouptut current by SW1~SW10:



      Zero-return function with two trajectory A and  when limit signal is triggered and not:



      AR42 Modbus Stepper Motor Controller User Manual 
      Software Modbus Poll 
      AdamPower Software

      More Information on detail, please feel free to contact me  

      RS485
      $59.00
      UC57 CANopen Stepper Motor Controller (UC57)

      CANopen Stepper Motor Controller, It supports the CiA301 and CiA402 sub-protocols
      of the CANopen protocol.

      UC57 uses the latest 32-bit DSP digital chip and has advanced drive control algorithms and noise
      suppression technology to ensure smooth motor operation. Stable, low noise, and temperature controllable.
      Users can set any ID address within 1-255 and any current value within 0-8A through the host computer.
      Maximum output peak current of the UC42 bus driver is 5.6A.


      UC57 can be set to 1-256 subdivisions and adopts built-in micro-subdivision technology, which can achieve
      high subdivision effects even under low subdivision conditions, ensuring that the motor operates with uniform
      step intervals and no large or small step problems.

      3 input signal ports and 2 output signal ports, supporting position, speed, and return-to-origin control modes.
      with highest communication rate in 1Mbps.

      Input signal Wiring diagram and Output Signal wiring diagram↑

      UC57 is designed for NEMA23 stepper motor, we supply NEMA23 integrated stepper motor with 1000 line Magnetic Encoder
      And 1000 line ABZ signal Optoelectronic encoder:
      Holding Torque: 1.0, 2.0, 3.0Nm

      If just choose UC23 stepper motor controller with requirement for low vibration, please inform us for
      setting parameters before sale.

      Model No.Holding Torque (Nm)Motor Length (mm)Overall Length (mm)Encoder
      UC5710IEC1.056751000 line Magnetic Encoder
      UC5720IEC2.07695
      UC5730IEC3.090109
      UC5710IEP1.056901000 line ABZ Optoelectronic encoder
      UC5720IEP2.076105
      UC5730IEP3.090124




      Port Definition

      It can be connected to PLC, industrial computer, controller and other host computers with only two
      communication lines. Through the built-in motion Control instructions can realize a network of up to
      100-axis stepper motors.
      especially suitable for long-distance multi-axis applications, which can reduce wiring and enhance
      the reliability of drive operation.


      Mainly used in electronic equipment, semiconductors, medical instruments, environmental protection equipment,
      automatic detection equipment, small automatic processing equipment and other automation equipment with
      multiple motor shaft applications and compact requirements for equipment space

      CANopen Command Read and Write:

      UC57 CANopen Stepper Motor Controller User Manual

      To control the CANopen driver via a PC, you need an RS232-CAN gateway.

      CANopen Software
      More Information on detail, please feel free to contact me

      CANopen Stepper Motor Driver
      $128.00
      Per Page      21 - 40 of 82