Search
Search Criteria
Products meeting the search criteria
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.
Item | Specifications |
Stepper Motor Size | NEMA11 |
Encoder type | 1000 line encoder |
Working voltage | 8~36VDC |
Driver Current | 0.2-2.0A |
Velocity range | Up to 3000RPM |
Control Method | RS485, Pulse& Direction, Twin-Pulse, I/O, Built-in Program |
Torque value | 0.08 - 0.24Nm |
Nonvolatile storage | Configuration parameters are stored in FLASH inside the MCU |
DI and DO | 2/3 DI, 1 DO |
Protection | Overvoltage, 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 |
IG11008 | 31 | 26 | 5 | 1.0 | 1.5 | 1.1 | 0.08 | 9 | 115 |
IG11018 | 52 | 26 | 5 | 1.3 | 2.4 | 2.3 | 0.18 | 18 | 205 |
IG11024 | 63 | 26 | 5 | 1.5 | 1.8 | 2.1 | 0.24 | 30 | 268 |
Wiring Diagram:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Pulse Type Integrated Stepper Motor, Terminal definition.
Terminal Definition
Terminal | Name | Description | |
1 | V | 8-36VDC | |
2 | V- | GND | |
3 | X0 (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 | |
4 | X0-(PU-) | ||
5 | X1 (DR ) | ||
6 | X1-(DR-) | ||
7 | X2(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 | |
8 | X2(EN-) | ||
9 | Y0 (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 | |
10 | Y0-(AL-) | ||
11 | Y1 | Default function is in-place output | |
12 | Y1- |
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2. RS485 Type Integrated Stepper Motor, Terminal definition.
Terminal Definition
Terminal | Name | Description | |
1 | V | 8-36VDC | |
2 | V- | GND | |
3 | X0 (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 | |
4 | X0-(PU-) | ||
5 | X1 (DR ) | ||
6 | X1-(DR-) | ||
7 | X2(EN ) | ||
8 | X2-(EN-) | ||
9 | Y0 (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 | |
10 | Y0-(AL-) | ||
11 | 485A | RS485 Communication port, default baud rate is 115200, | |
12 | 485B |
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 Step-Config
1. Extract the zip file, open CommFile and Click Step-Config.exe
2. Right Click Modbus_485, and Click Property:
3. Click Property ComNN, Choose COM port, Baud rate and click Save and OK.
4. 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:
The IG6 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.
Item | Specifications |
Stepper Motor Size | NEMA8 |
Encoder type | 1000 line encoder |
Working voltage | 6~24VDC |
Driver Current | 0.2-1.5A |
Velocity range | Up to 3000RPM |
Control Method | RS485, Pulse& Direction, Twin-Pulse, I/O, Built-in Program |
Torque value | 0.08 - 0.24Nm |
Nonvolatile storage | Configuration parameters are stored in FLASH inside the MCU |
DI and DO | 2/3 DI, 1 DO |
Protection | Overvoltage, 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 |
IG8002 | 28 | 18 | 4 | 0.6 | 6 | 3 | 0.015 | 2.5 | 80 |
IG8004 | 38 | 18 | 4 | 1.0 | 3.2 | 1.3 | 0.04 | 3.3 | 100 |
Wiring Diagram:
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
1. Pulse Type NEMA6 Integrated Stepper Motor, Terminal definition.
~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~~
2. TTL Type NEMA11 Integrated Stepper Motor, Terminal definition.
Terminal Definition
Terminal | Name | Description | |
1 | V | 6 ~ 24VDC | |
2 | V- | GND | |
3 | X0(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 Pulse/Direction | |
4 | X1(DR) | ||
5 | X2(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 | |
6 | COM- | Input common ground | |
7 | Y0 (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 | |
8 | Y0-(AL-) |
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:
UIM243 Series Voltage Control Type Stepper Motor Controller
● Miniature size 42.3mmx42.3mm x14.5mm
● Integral design to fit motors, work standalone as well
● Wide range input voltage 10-40VDC
● 0-2A/ 1.5-4A/ 3-8A adjustable phase current
● 1 to 16th micro stepping
● Dual full H-bridge with PWM constant current control
● Accurate micro-stepping and current control
● Die-cast aluminum enclosure, improved heat dissipation and durability
Voltage Control Type Stepper Motor Controller Model Number Confirmation
Correspondence between Max. Supply Voltage and Peak Current
Max. Supply Voltage Peak Current | L: (DC28V) | C: (DC38V) | H: (DC48V) |
2A | √ | √ | × |
4A | × | √ | × |
8A | × | √ | × |
Connector Type: P or T
P: P lug Socket (including cables) | T: Screw Terminal |
Model No. Example: UIM243L02AT ; UIM243C04AP; UIM243C08AT.
Stepper Motor Controller Features
− 10 - 38VDC *input voltage, Max 2A ~ 4A adjustable phase current
− 16th micro-stepping
− Dual full H-bridge with PWM constant current control
− UIM243L02: 10 - 28VDC,UIM243C04: 10 – 38VDC
UIM243XXA Wiring Terminal
On-board potentiometer equipped with a million-cycled speed adjusting trimmer.
UIM243 series stepper motor controller setup Phase Current
UIM243L02: A mapped voltage “Va” of 0 - 4V proportionally represents 0 ~ 2A.
UIM243C04: A mapped voltage “Va” of 0 - 4V proportionally represents 0 ~ 4A.
UIM243XXA, adjusting the onboard trimmer will give the desired motor speed,
The working Speed Range High/Low can be customized as requirement.
UIM243 series stepper motor controller setup working speed range.
High Speed Range:
Low Speed Range:
Note: Only UIM243L02 series support change working speed range via Jumpers.
Video guidance for UIM243 Series Stepper Motor Controller
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-10 | 1.0 | 57-56 | 1000 line Encoder, Magnetic or Optoelectronic |
AR57-20 | 2.0 | 57-76 | |
AR57-30 | 3.0 | 60-90 |
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:
AR57 Modbus Stepper Motor Controller User Manual
Software Modbus Poll
AdamPower Software
More Information on detail, please feel free to contact me
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-03 | 0.35 | 40 | 1000 line Encoder, Magnetic or Optoelectronic |
AR42-05 | 0.50 | 48 | |
AR42-07 | 0.70 | 60 |
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 Serial Stepper Motor Controller, Design for NEMA23 Stepper Motors.
● Standard RS485 communication protocol and built-in motion control instructions.
● Multi-axes control, extending up to 32 axes for simultaneous control.
● DC input voltage 15~50VDC, recommended working voltage 36VDC.
● Continuous output current 4.0A max, max peak current 5.6A.
● Integrated design, mounted with NEMA23/NEMA34 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.
● Serial port RS232/RS485 debugging function.
1.VDC: Positive power input: DC voltage 15-50VDC
2.GND: Negative power input: DC voltage GND
3.COM IO signal level common anode common terminal, amplitude 5VDC,
4.LIM1- Reverse limit signal port, valid for rising edge
5.LIM2- Reverse limit signal port, valid for rising edge
6.STA: Start and stop signal port, valid on rising edge
7.RSA: RS485 group A signal
8.RSB: RS485 group B signal
Working Principle:
ADM57 stepper motor driver, using 6 DIP switch for set the communication baud rate and drive site:
Device ID | SW1 | SW2 | SW3 | SW4 |
Broadcast | ON | ON | ON | ON |
1 | OFF | ON | ON | ON |
2 | ON | OFF | ON | ON |
3 | OFF | OFF | ON | ON |
4 | ON | ON | OFF | ON |
5 | OFF | ON | OFF | ON |
6 | ON | OFF | OFF | ON |
7 | OFF | OFF | OFF | ON |
8 | ON | ON | ON | OFF |
9 | OFF | ON | ON | OFF |
10 | ON | OFF | ON | OFF |
11 | OFF | OFF | ON | OFF |
12 | ON | ON | OFF | OFF |
13 | OFF | ON | OFF | OFF |
14 | ON | OFF | OFF | OFF |
15 | OFF | OFF | OFF | OFF |
Note: The formula for calculating the ID: ID=1*SW1 2*SW2 4*SW3 8*SW4.
The default ID value is 0. broadcast mode accept data but not return data.
Communication baud rate setting:
Baud Rate | SW5 | SW6 |
9600 | ON | ON |
19200 | OFF | ON |
38400 | ON | OFF |
57600 | OFF | OFF |
ADM57S Series RS485 Serial Stepper Motor Controller, NEMA23 Integrated Stepper Motor.
ADM57S RS485 Serial Stepper Motor Controller Manual
More Information on detail, please feel free to contact me
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;
}
RS485 Serial Stepper Motor Controller, Design for NEMA17 Stepper Motors.
● Miniature size 42.3mmx42.3mm x21mm
● Standard RS485 communication protocol and built-in motion control instructions.
● Multi-axes control, extending up to 32 axes for simultaneous control.
● 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.
● Serial port RS232/RS485 debugging function.
1.VDC: Positive power input: DC voltage 12-32VDC
2.GND: Negative power input: DC voltage GND
3.COM IO signal level common anode common terminal, amplitude 5VDC,
4.LIM1- Reverse limit signal port, valid for rising edge
5.LIM2- Reverse limit signal port, valid for rising edge
6.STA: Start and stop signal port, valid on rising edge
7.RSA: RS485 group A signal
8.RSB: RS485 group B signal
Working Principle:
ADM42 Series RS485 Stepper Motor Controller with NEMA17 size plastic flange
When the RS485 Stepper Motor Controller without this NEMA17 Plastic Flange,
It can be assembled to NEMA17 Stepper Motor directly.
NEMA17 Integrated Stepper Motor, More concise and aesthetically pleasing.
RS485 Stepper Motor Controller, using 6 DIP switch for set the communication baud rate and device ID.
Device ID | SW1 | SW2 | SW3 | SW4 |
Broadcast | ON | ON | ON | ON |
1 | OFF | ON | ON | ON |
2 | ON | OFF | ON | ON |
3 | OFF | OFF | ON | ON |
4 | ON | ON | OFF | ON |
5 | OFF | ON | OFF | ON |
6 | ON | OFF | OFF | ON |
7 | OFF | OFF | OFF | ON |
8 | ON | ON | ON | OFF |
9 | OFF | ON | ON | OFF |
10 | ON | OFF | ON | OFF |
11 | OFF | OFF | ON | OFF |
12 | ON | ON | OFF | OFF |
13 | OFF | ON | OFF | OFF |
14 | ON | OFF | OFF | OFF |
15 | OFF | OFF | OFF | OFF |
Note: The formula for calculating the ID: ID=1*SW1 2*SW2 4*SW3 8*SW4.
The default ID value is 0. broadcast mode accept data but not return data.
Communication baud rate setting:
Baud Rate | SW5 | SW6 |
9600 | ON | ON |
19200 | OFF | ON |
38400 | ON | OFF |
57600 | OFF | OFF |
More Information on detail, please feel free to contact me
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;
}
Pulse & direction stepper motor driver, support to Spontaneous pulses.
Spontaneous pulses Stepper Motor Driver with fixed working speed range.
● Miniature size 42.3mmx42.3mm x17mm
● 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~40VDC, recommended working voltage 24VDC.
● Continuous output current 1.4A max, max peak current 2.2A.
● Integrated design, mounted with NEMA17/NEMA16 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.
● AP42 stepper driver can be assembled for NEMA17 Integrated Stepper Motors
Pin No. | Name | Description |
1 | VDC | Supply voltage: 12-32VDC, Recommend DC24V |
2 | GND | Supply Voltage Ground: GND/0V |
3 | RXD | To the RX pin on user device (not for communication, set parameter only) |
4 | TXD | To the TX pin on user device (not for communication, set parameter only) |
3 | PUL | Differential PULSE signal input, Allow receiving 5V signals, Rising edge is Effective |
4 | PUL- | |
5 | DIR | Differential DIRECTION signal input, Allow receiving 5V signals, Rising edge is Effective |
6 | DIR- | |
7 | ENA | Differential ENABLE signal input, Allow receiving 5V signals, Rising edge is Effective |
8 | ENA- | |
9 | OUT | Alarm signal output, OC circuit, can receive up voltage up to 24V |
10 | OUT- |
If the control signal is 12V, a 1K resistor needs to be connected.
If the control signal is 24V, it is necessary to connect 2.2K resistors.
In addition to Differential wiring, AP42 Driver also supports common anode connection and common cathode connection:
Dip Switch Settings:
SW1 SW2 SW3 set Current,
SW4 SW5 SW6 Set Micro-Step,
SW8 Set direction CW/CCW.
SW9 SW10, Choose Working Mode
1. Set working current by SW1, SW2, SW3:
The default peak current at the factory is 0.5A, can be set through the serial port before sale,
The adjustable current range is any value between 0.1A and 2.2A (peak).
Set Stepper Motor's default rotation direction
SW8=on, CW
SW8=off, CCW
Note: the default rotation direction according to the wiring,
Swap wiring phase A A-(or B B-) will change the rotation direction.
Set Working Mode by SW9, SW10:
SW9 | SW10 | Working Mode |
on | on | Spontaneous pulses |
on | off | self-test |
off | on | double pulse |
off | off | Pulse & Direction |
Set Micro-Step and working speed by SW4,SW5,SW6 SW7:
Note: set SW9,SW10 for Spontaneous pulses mode, working speed will be effective when connect the 5V pulse signal.
More Information on detail, please feel free to contact me
Pulse & direction stepper motor driver, support to Spontaneous pulses.
Spontaneous pulses Stepper Motor Driver
ADH42 | ||||
minimum value | Typical value | Maximum value | Unit | |
Supply Voltage (DC) | 12 | 24 | 40 | VDC |
Control Signal | 7 | 10 | 16 | mA |
Step pulse frequency | 0 | - | 200 | KHz |
insulation resistance | 50 |
|
| MΩ |
● Miniature size 42mmx42mm x21.5mm
● 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~40VDC, recommended working voltage 24VDC.
● Continuous output current 1.4A max, max peak current 2.1A.
● 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.
● ADM42H stepper driver can be assembled for NEMA17 Integrated Stepper Motors
Pin No. | Name | Description |
1 | PU | Pulse Control Signal Input: 5V ~ 24V, Rising Edge effective, Make sure pulse signal effective, pulse width ≥ 2μs Add the resistance for power supply. |
2 | PU- | |
3 | DR | Direction Signal: high/low level signal: 5V ~ 24V, direction signal should be at least 5 μs earlier than pulse signal, High/Low level. |
4 | DR- | |
5 | EN | Enable Signal:enable/disable. If ENA connect 5V & ENA- connect low level(or Internal optocoupler on), stepper controller will turn off the current, motor in free state, no feedback even send pulses. |
6 | EN- | |
7 | AM | Alarm signal output: When overvoltage, undervoltage, phase loss, or position deviation alarms occur, the alarm signal output is effective; Maximum driving current 50mA |
8 | AM- | |
9 | GND | Supply Voltage Ground: GND/0V |
10 | DC | Supply voltage: 12-40VDC, Recommend DC24V |
Wire support common anode connection and common cathode connection, controlled by PLC or Pulse Generators.
DIP Switch SW1 SW2 SW3 SW4 SW5 SW6 ↑
1. Set working current by SW1:
SW1 | Peak(A) | RMS(A) |
off | 1.4 | 1.0 |
on | 2.1 | 1.5 |
2. Set Working Mode by SW2:
SW2 | Working Mode |
off | Pulse & Direction |
on | Spontaneous pulses |
2.1. Pulse & Direction working mode:
Set Micro-step by SW3,SW4,SW5 SW6:
2.1. Spontaneous pulses working mode:
In this working mode, the PU PU- connect to the power supply 5~24VDC and GND,
make sure the stepper motors rotates instantly when power on, please check below wiring diagram:
Set Working Speed by SW3,SW4,SW5 SW6:
More Information on detail, please feel free to contact me
EtherCAT integrated servo motor, actually it is closed Loop EtherCAT Integrated Stepper Motor.
IEC57/60/86 is a newly introduced one-bus type close-loop stepping driver of Ether CAT,
which adopts the latest floating-point 32-bit MCU digital processing technology, and adopts the
advanced variable current technology and the advanced frequency conversion technology to
control the driver, motor vibration small, smooth operation, high-speed performance. The user
can set any ID address within 1-255, which can meet the needs of most applications. medium
and high-speed operation is very smooth, ultra-low noise.
Characteristics
- New floating-point 32-bit MCU technology
- Whole machine dust and water resistant design, IP65 rating
- 1 channel optocoupler isolated OC output
- With serial port settings and debugging functionality
- Current control reduces motor heating significantly
- Encoder with 4000 lines (standard)
- 57 closed-loop stepper motor, 1N.M, 2.8N.M
- 3 channels of optically-isolated signal input, with 2 channels being high-speed optocoupler isolated
- Communication frequency of 100MHz
- Current can vary between 0.5-8A with load variations
- 1.2 times overload capability
- Factory default subdivision is set to 50000 (modifiable via software)
Application
Suitable for a variety of small and medium-sized automatic equipment and instruments, such as:
Engraving Machine, marking machine, cutting machine, medical equipment, laser phototypesetting,
plotter, CNC machine tools, automatic assembly equipment. Ideal for applications where the user
expects low noise, low vibration, low heat and high speed.
Electrical Characteristics
Explanation | IEC57/60/86 | |||
Minimum Value | Typical Value | Maximal Value | Unit | |
Continuous output current | 0.5 | - | 8.0 | A |
Power Supply Voltage (DC) | 20 | 24/36 | 50 | Vdc |
Control signal input current | 6 | 10 | 16 | mA |
Logic input voltage | 5 | 5 | 24 | Vdc |
OC output pull-up voltage | 5 | - | 24 | Vdc |
EtherCAT frequency | - | 100 | - | MHz |
Insulation Resistance | 100 | - | - | MΩ |
Structure installation of the EtherCAT integrated Stepper Motor:
waterproof plug, waterproof seal, waterproof paint, and Neodymium magnet rotor, 4000 line Encoder.
Model No.
Model No | Holding Torque | Controller Encoder Stepper Motor Length | Weight |
N.M | mm | kg | |
IEC57-10 | 1.2 | 107±1 | 1.9 |
IEC86-45 | 2.8 | 133±1 | 2.2 |
IEC60-40 | 4.0 | 142±1 | 2.2 |
IEC86-45 | 4.5 | 136±1 | 2.3 |
IEC86-85 | 8.5 | 173±1 | 3.8 |
Structure installation of the EtherCAT integrated Stepper Motor:
EtherCAT integrated Stepper Motor Dimensions, Torque vs Speed Curve:
IEC57 dimensions:
IEC60 dimensions:
IEC86 dimensions:
Schematic diagram of wiring
Port Definition
Protocol specification
6060H=1, PP Mode, profile position mode
6060H=3, PV Mode, profile velocity mode
6060H=6, HM Mode, Homing mode
6060H=8, CSP Mode, Synchronous position mode
...
IEC Series EtherCAT Integrated Stepper Motor User Manual
Pulse & direction stepper motor driver, support to connect magnetic encoder and photoelectric encoder.
RS232 SERIAL STEPPER MOTOR CONTROLLER, PULSE AND DIRECTION STEPPER DRIVER,
ADM57 IS DESIGN FOR NEMA23 INTEGRATED STEPPER MOTORS.
Pin No. | Name | Description |
1 | VDC | Supply voltage: 12-50VDC |
2 | GND | Supply Voltage Ground: GND/0V |
3 | PUL | Pulse Control Signal Input: Rising Edge effective, PUL high level: 4~5V,, Low level : 0~5V . Make sure pulse signal effective, pulse width ≥ 1.2μs Add the resistance for power supply. |
4 | PUL- | |
5 | DIR | Direction Signal: high/low level signal:pulse width>5μs , High level: 4~5V,Low level: 0~0.5V |
6 | DIR- | |
7 | ENA | Enable Signal:enable/disable. If ENA connect 5V & ENA- connect low level(or Internal optocoupler on), stepper controller will turn off the current, motor in free state, no feedback even send pulses. |
8 | ENA- | |
9 | TXD | To the TX pin on user device (not for communication, set parameter only) |
10 | RXD | To the RX pin on user device (not for communication, set parameter only) |
Set working current:
Output Peak Current | Mean Current | S1 | S2 | S3 |
Default 1.5A | 1.1A | ON | ON | ON |
2.1A | 1.5A | OFF | ON | ON |
2.7A | 1.9A | ON | OFF | ON |
3.2A | 2.3A | OFF | OFF | ON |
3.8A | 2.7A | ON | ON | OFF |
4.3A | 3.1A | OFF | ON | OFF |
4.9A | 3.5A | ON | OFF | OFF |
5.6A | 4.0A | OFF | OFF | OFF |
Set Micro-step:
Adm57 miniature integrated stepper motor driverWith same size as nema23 stepper motor, built-in 32-bit DSP digital chip.
Using new control algorithms such for vibration suppression and low heat-generation
Ensure the motor runs smoothly, with low noise and temperature controllable.
Adm57 stepper driver with maximum output current: 5.6a, meet all of NEMA23 stepper motor application requirement.
Achieve high subdivision effects through internal algorithms, even in the low micro-step condition, which widely applied in laser wire solutions.
Integrated automatic matching function for motor parameters, optimize the operating parameters, make sure the motors in good performance.
Adm57 stepper controller can be assembled as nema23 integrated stepper motor.
Make the integrated NEMA23 stepper motor directly via simple screw:
Input signal Single ended cathode connection:
Input signal Single ended common anode connection:
Input signal Single ended cathode connection:
ADM57 Pulse & Dircetion type stepper motor driver User Manual
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
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA34 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 |
34K280-02ED1000 | 1.8 | 95.8 | 3.0 | 4.5 | 2.1 | 14 |
34K280-03ED1000 | 1.8 | 95.8 | 4.5 | 4.5 | 2.1 | 14 |
34K280-04ED1000 | 1.8 | 95.8 | 6.0 | 4.5 | 2.1 | 14 |
34K2120-02ED1000 | 1.8 | 134.1 | 3.0 | 8.5 | 3.6 | 14 |
34K2120-03ED1000 | 1.8 | 134.1 | 4.5 | 8.5 | 3.6 | 14 |
34K2120-04ED1000 | 1.8 | 134.1 | 6.0 | 8.5 | 3.6 | 14 |
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:
NEMA34 Stepper Motor with encoder, 34K280ED1000
DC60V Torque Speed Curve:
NEMA34 Stepper Motor with encoder, 34K2120ED1000:
DC60V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA24 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 |
24K256-02ED1000 | 1.8 | 67.7 | 2.0 | 1.5 | 0.8 | 8.0 |
24K256-03ED1000 | 1.8 | 67.7 | 3.0 | 1.5 | 0.8 | 8.0 |
24K256-04ED1000 | 1.8 | 67.7 | 4.0 | 1.5 | 0.8 | 8.0 |
24K286-03ED1000 | 1.8 | 97.2 | 3.0 | 3.0 | 1.3 | 8.0 |
24K286-04ED1000 | 1.8 | 97.2 | 4.0 | 3.0 | 1.3 | 8.0 |
24K286-05ED1000 | 1.8 | 97.2 | 5.0 | 3.0 | 1.3 | 8.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:
NEMA24 Stepper Motor with encoder, 24K256ED1000
DC48V Torque Speed Curve:
NEMA24 Stepper Motor with encoder, 24K286ED1000:
DC48V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA23 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 |
23K255-01ED1000 | 1.8 | 77.3 | 1.0 | 1.2 | 0.72 | 6.35 |
23K255-02ED1000 | 1.8 | 77.3 | 2.0 | 1.2 | 0.72 | 6.35 |
23K255-03ED1000 | 1.8 | 77.3 | 3.0 | 1.2 | 0.72 | 6.35 |
23K276-02ED1000 | 1.8 | 98.3 | 2.0 | 2.0 | 1.06 | 6.35 |
23K276-03ED1000 | 1.8 | 98.3 | 3.0 | 2.0 | 1.06 | 6.35 |
23K276-04ED1000 | 1.8 | 98.3 | 4.0 | 2.0 | 1.06 | 6.35 |
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:
NEMA23 Stepper Motor with encoder, 23K255ED1000
DC48V Torque Speed Curve:
NEMA23 Stepper Motor with encoder, 23K276ED1000:
DC48V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. 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-01ED1000 | 1.8 | 67.1 | 0.6 | 0.48 | 0.36 | 5.0 |
17H249-02ED1000 | 1.8 | 67.1 | 1.2 | 0.48 | 0.36 | 5.0 |
17H249-03ED1000 | 1.8 | 67.1 | 1.8 | 0.48 | 0.36 | 5.0 |
17H261-01ED1000 | 1.8 | 79.1 | 0.6 | 0.72 | 0.50 | 5.0 |
17H261-02ED1000 | 1.8 | 79.1 | 1.2 | 0.72 | 0.50 | 5.0 |
17H261-01ED1000 | 1.8 | 79.1 | 1.8 | 0.72 | 0.50 | 5.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.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA34 Stepper Motor, IP65 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 |
34IP290-01 | 1.8 | 87.8 | 3.0 | 4.5 | 2.1 | 14.0 |
34IP290-02 | 1.8 | 87.8 | 4.5 | 4.5 | 2.1 | 14.0 |
34IP290-03 | 1.8 | 87.8 | 6.0 | 4.5 | 2.1 | 14.0 |
34IP2130-01 | 1.8 | 126.1 | 3.0 | 8.5 | 3.6 | 14.0 |
34IP2130-02 | 1.8 | 126.1 | 4.5 | 8.5 | 3.6 | 14.0 |
34IP2130-03 | 1.8 | 126.1 | 6.0 | 8.5 | 3.6 | 14.0 |
Mechanical Dimensions and Wiring Diagram:
NEMA34 Stepper Motor, IP65 Stepper Motor, 34IP290
DC60V Torque Speed Curve:
NEMA34 Stepper Motor, IP65 Stepper Motor, 34IP2130
DC60V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA24 Stepper Motor, IP65 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 |
24IP270-01 | 1.8 | 67.7 | 2.0 | 1.5 | 0.8 | 8.0 |
24IP270-02 | 1.8 | 67.7 | 3.0 | 1.5 | 0.8 | 8.0 |
24IP270-03 | 1.8 | 67.7 | 4.0 | 1.5 | 0.8 | 8.0 |
24IP2100-01 | 1.8 | 97.2 | 3.0 | 3 | 1.3 | 8.0 |
24IP2100-02 | 1.8 | 97.2 | 4.0 | 3 | 1.3 | 8.0 |
24IP2100-03 | 1.8 | 97.2 | 5.0 | 3 | 1.3 | 8.0 |
Mechanical Dimensions and Wiring Diagram:
NEMA24 Stepper Motor, IP65 Stepper Motor, 24IP270
DC48V Torque Speed Curve:
NEMA24 Stepper Motor, IP65 Stepper Motor, 24IP2100
DC48V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA23 Stepper Motor, IP65 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 |
23IP270-01 | 1.8 | 64.8 | 1.0 | 1.2 | 0.7 | 8.0 |
23IP270-02 | 1.8 | 64.8 | 2.0 | 1.2 | 0.7 | 8.0 |
23IP270-03 | 1.8 | 64.8 | 3.0 | 1.2 | 0.7 | 8.0 |
23IP290-01 | 1.8 | 85.8 | 2.0 | 2 | 1.1 | 8.0 |
23IP290-02 | 1.8 | 85.8 | 3.0 | 2 | 1.1 | 8.0 |
23IP290-03 | 1.8 | 85.8 | 4.0 | 2 | 1.1 | 8.0 |
Mechanical Dimensions and Wiring Diagram:
NEMA23 Stepper Motor, IP65 Stepper Motor, 23IP270
DC48V Torque Speed Curve:
NEMA23 Stepper Motor, IP65 Stepper Motor, 23IP290
DC48V Torque Speed Curve:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.
Step Accuracy: | ±5% | Resistance Accuracy: | ±10% |
---|---|---|---|
Inductance Accuracy: | ±20% | Temperature Rise: | 80°C MAX |
Ambient Temperature Range: | -20°C~ 50°C | Storage Temperature Range: | -30°C~ 60°C |
Insulation Resistance: | 100M Ω MIN. 500V DC | Dielectric Strength: | 500V AC 1min |
Radial Play: | 0.02mm MAX. (450g Load) | End Play: | 0.08mm MAX. (450g Load) |
Max. Radial Force: | 20N | Max. Axial Force: | 2N |
NEMA24 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 |
24HS4425 | 1.8 | 45 | 2.5 | 2.5 | 1 | 2.2 | 85 | 3.5 | 200 | 4 | 0.55 |
24HS5425 | 1.8 | 56 | 3.25 | 2.5 | 1.3 | 4.2 | 160 | 4 | 350 | 4 | 0.58 |
24HS5430 | 1.8 | 56 | 2.4 | 3 | 0.8 | 2.4 | 160 | 4 | 350 | 4 | 0.58 |
24HS5442 | 1.8 | 56 | 1.68 | 4.2 | 0.4 | 1.2 | 160 | 4 | 350 | 4 | 0.58 |
24HS6425 | 1.8 | 64 | 3.75 | 2.5 | 1.5 | 4.5 | 180 | 5 | 450 | 4 | 0.85 |
24HS6430 | 1.8 | 64 | 2.4 | 3 | 0.8 | 2.3 | 180 | 5 | 450 | 4 | 0.85 |
24HS6442 | 1.8 | 64 | 2.3 | 4.2 | 0.55 | 1.2 | 180 | 5 | 450 | 4 | 0.85 |
24HS7425 | 1.8 | 76 | 4.5 | 2.5 | 1.8 | 6.5 | 220 | 7 | 550 | 4 | 1.15 |
24HS7430 | 1.8 | 76 | 3 | 3 | 1 | 3.5 | 220 | 7 | 550 | 4 | 1.15 |
24HS7442 | 1.8 | 76 | 2.52 | 4.2 | 0.6 | 1.8 | 220 | 7.2 | 550 | 4 | 1.15 |
24HS9430 | 1.8 | 90 | 4.2 | 3 | 1.4 | 5.5 | 260 | 12 | 780 | 4 | 1.4 |
24HS9442 | 1.8 | 90 | 3.36 | 4.2 | 0.8 | 3 | 260 | 12 | 780 | 4 | 1.4 |
Mechanical Dimensions and Wiring Diagram:
Lead Wire Mode Options:
Shaft Mode can be customized as the requirement.