UDP Stepper Drive Controller| UDP Servo Drive Controller| UDP Motion Controller | Integrated Motion Control Algorithm | UDP Stepper Motor | UDP Servo Motor

Unleash the power of automation, empower every line of code, and bid farewell to repetitive labor.


What Can It Do?

Through the UDP interface, enter a powerful and intuitive motion control command interpreter to program and call motion control commands, complete flexible actions, automate tedious tasks, build complex workflows, and improve your efficiency to new heights. Let you forget the trivial details of motor parameters, driver parameters, and motion controllers.

Fast Command

  • A: Absolute position movement. A10000, Indicates that the motor has moved to the absolute position of 10000 pulses
  • D: Motor negative direction relative movement command. D1000, The motor moves 1000 pulses in the negative direction at the current position
  • P: Command for relative movement in the positive direction of the motor. P1000, The motor is in its current position, moving 1000 pulses in the positive direction
  • V: Specify the motor movement speed in RPM. V1000A1000, Move to the 1000 pulse position at a speed of 1000 RPM
  • Z: Return to zero instruction. Z100, Indicates that the motor is starting to search for the origin limit, and after finding it, it is offset by 100 pulses as the current origin 0 point
  • v: Return to zero speed. V100 Z2000 means returning to zero at a speed of 100RPM. When the return to zero is completed, offset by 2000 pulses, it is considered as the zero point of the motor
  • z: Forcefully set the current motor position when the motor is not moving. z100, Set the current motor position to 100 pulses.
  • /Motor address command. /0 A0/1 A100/2 A200 means that motor 0 moves to 0, motor 1 moves to 100, and motor 2 moves to 200 (for multi motor cascading)
  • … there are more

Code Sample

  • A0 A1000 motor moves to 0 and then to 1000, once
  • g A0 A1000 G10 Motor moves to 0 and then to 1000, repeating 10 times
  • g A0 A1000 G motor moves to 0 and then to 1000, continuously cycling
  • A0 W1000 A1000 W500 motor moves to 0 and waits for 1000ms, then moves to 1000 and waits for 500ms
  • V100 Z1000 returns to zero at a speed of 100RPM. The zero offset is 1000.
  • V100 Z1000 V500 A1000 returns to zero at a speed of 100RPM, with a zeroing offset of 1000. The zeroing is completed and moves to 1000 at a speed of 500RPM
  • /0 A0/1 A100/2 A200 means that motor 0 moves to 0, motor 1 moves to 100, and motor 2 moves to 200
  • For more examples, please contact us ..

Lets Bgein

Based on UDP protocol for stepper drivers and servo motor drivers, we provide powerful, flexible, and reliable motor drive control solutions for the industry, solving pain points such as poor control compatibility, fixed functions, complex wiring, external controller requirements, and complex debugging for traditional stepper motors and servo motors.

The driver and controller are integrated into one, reducing the threshold for wiring and debugging. No external controller required, no need to consider compatibility with different brands of drivers

Hardware Carrier

  • Stepper Drive Controller ST-Series, supporting NEMA17, 23, 24, 34 (42, 57, 60, 86) , Fully compatible with open-loop stepper motors, closed-loop stepper motors, and braking functions.
  • Servo Drive Controller SV-Series, supporting power ranges of 100W, 200W, 400W, 750W, 1000W, and 1500W Supports braking function, absolute value encoder, reset can be completed without external sensors
  • Motion Controller MC-Series:Supports third-party driver motors, stepper, servo, and any power specification

Function Points

  • Built in UDP protocol stack, can directly control commands through a single ordinary Ethernet cable, supports WiFi control.
  • Integrated motion control, acceleration and deceleration curves, start stop, and fault error handling functions, without the need for additional motion control cards, pulse modules, or dedicated bus gateways,
  • No platform restrictions, Windows、Android、IOS、Linux、 Embedded platform… can control motor movement
  • Multi axis synchronization, arbitrary cascading (cascading up to 10000+levels) Say goodbye to traditional wiring and embrace software defined motion control
  • Pure SDK (Python/C #/C++) is provided. Developers can directly write control logic in high-level language on PC, industrial personal computer or edge computing box, and directly control the motor through Ethernet. ​
  • Say goodbye to low-level hardware programming, no need for PLC, allowing software engineers to quickly get started with motion control
  • Seamless integration into existing TCP/IP based IoT or AI systems.
  • Equipped with data retransmission and verification mechanisms, effectively responding to network fluctuations. Supports multiple network configuration modes such as static IP and DHCP to adapt to complex industrial environments.
  • Support step and servo hybrid cascade control
  • Online firmware upgrade (OTA)
  • Support software customization and development

Usage

Single

Multiple


Product

Perfectly combining industrial grade motion control accuracy with UDP protocol, integrating motion control algorithms, without the need for PLC, and flexibly selecting various software platforms to complete motor control.

Value

  • Simplified Integration: No need for complex intermediate controllers, drive the motor directly using the DMX512 protocol.
  • Enhance Creative freedom: Support multiple sports modes and DIY software to achieve infinite possibilities of dynamic effects.
  • Ensuring Reliability: Industrial grade PCB design, supporting braking function to ensure stable operation.
  • Software Flexibility: supports customized software development.

Function

  1. Excellent motion control performance
    • Integrated motion control algorithm, supporting S/T acceleration and deceleration. Support emergency stop and deceleration stop. Supports symmetric acceleration and deceleration, as well as asymmetric acceleration and deceleration curves.
    • Absolute position movement, relative position movement, Jog velocity movement, supports associative movement.
    • Home limit, positive limit, negative limit, ensure mechanical protection.
    • Software limit protection, event triggered stop protection, maximum speed limit.
  2. Support Multiple HOME Mode(reset)
    • Photoelectric Sensor returns to HOME
    • Absolute Encoder returns to HOME (Servo System)
    • Torque return to HOME
    • Skip HOME
    • Customized Home
    • User value: Adopt appropriate zeroing modes for different mechanical structures
  3. Wide Compatibility and Flexibility
    • Stepper Controller ST-Series Supports a wide range of power supply voltages (24V-48V DC) and can be adapted to various sizes of 42, 57, 60, 86 stepper motors from NEMA17 to NEMA34, providing you with great project design flexibility. Covering small and medium power scenarios
    • Servo Controller SV-Series: Powered by AC220V and AC110V, it can adapt to 100W, 200W, 400W, 750W, 1000W, and 1500W servo motors, providing you with great project design flexibility. Covering small and medium power scenarios
    • Motion Controller MC-Series, supporting third-party drivers, motors, stepping, servo, and any power specification
  4. Advanced Software and Maintainability
    • Support Online Upgrade, firmware upgrade can be easily completed through network interface. Get the latest features and performance optimizations without disassembling the equipment, worry free for the future.
    • Powerful Software DIY function
      • We provide user-friendly PC configuration software that allows users to deeply customize motor parameters (such as micro step resolution, current, acceleration curve), zeroing mode, DMX channel allocation, mode mapping, etc.
      • Advanced users can perform secondary development through the provided protocol interface to achieve fully customized control logic.
  5. UDP protocol is fully compatible
    • Fully supports UDP protocol
    • Support controller hand in hand cascading, and enable routers and switches to complete larger scale cascading.
  6. Built in command interpreter, accepting efficient and easy UDP control commands
    • A: Absolute position movement command, etg. A10000
    • D: Relative negative movement command, etg. D10000
    • P: Relative positive movement command, etg. P100
    • T: Stop command ,etg,T0,T1

Interface

ST-Series Stepper

ST-Series Servo


MiniMum System

ST-Series Stepper

SV-Series Servo


Single Network Connection


Multi Network Connection


Specifications

Control Protocol: UDP
Motor Type: stepper motor, servo motor
Control Modes: UDP Text Command(ADP Instruction)
Communication Interface:  Ethernet
Protection Function: overcurrent, overvoltage, undervoltage, short circuit protection
Working Temperature: 0~70 ° C
Cooling Method: natural cooling or forced cold air
Usage: Try to avoid dust, oil mist, and corrosive gases as much as possible
Storage temperature: -20 ° C~80 ° C


Technology​

  • No missing steps, precise positioning
  • 100% rated torque drive motor
  • Variable current control technology, high current efficiency
  • Low vibration, smooth low-speed operation
  • Rich output control, alarm, brake control, in place output
  • Closed loop mode, supports silent mode
  • Built in acceleration and deceleration control improves start stop smoothness.
  • Supports S-curve, symmetric acceleration and deceleration, and asymmetric acceleration and deceleration
  • Overcurrent protection, overvoltage protection, and over tolerance protection
  • Software online upgrade, software supports non-standard customization
  • Supporting software: PC configuration tool (channel setting, parameter adjustment, firmware upgrade)
  • Standard PC debugging software

Other Information

*Confirmation is required for value-added selection

*is Option

Scroll to Top
     
商务Business
     QR
     
电话 Telephone

173 0755 XYZA