Multi-Axis Motion Control Made Easy with EZ Steppers and EZ Servos
Streamline your setup by daisy-chaining up to 16 EZ Steppers and EZ Servos on the same RS-485 bus.
With the EZ + platform, motion control becomes simple and scalable. Using EZ Bus cables and EZ Bus stations, you can easily network multiple intelligent devices—whether EZ Steppers or EZ Servos—with minimal wiring and setup time.
Device Addressing Made Simple
Every EZStepper and EZ Servo comes equipped with a built-in address switch. This allows you to assign each device a unique address when connecting more than one to the bus. For example:
- Unit 1 can be set to address 1
- Unit 2 can be set to address 2
To send a command to a specific device, simply use the address after the slash in the command string. For instance:
- /1A10000R sends a command to Unit 1
- /2A10000R sends a command to Unit 2
Global Commands for Simultaneous Action
Need to move all connected devices at once? Use the underscore _ character to send a global command. This instructs every unit on the bus to respond simultaneously. For example:
- /_A0R commands all connected units to perform the same action.