
jds8086 (Customer) asked a question.
What is the default address for these drives? I'm wanting to setup a system of 4 steppers that will be controlled via rs485 from an AB PLC. My end goal is to have a system that in the event one of the steppers needs replaced, no configuration has to take place (or any required is automated). The first thought is setting the address. If there is a default address that all of these will ship with i assume i should be able to query a device at this address, and if there is a reply, query the known addresses of the existing drives, storing the address that does not reply (as it is no longer connected), then do {defaultAddress}DA{missingDriveAddress}. From here i should be able to command the new stepper/drive just as i had been with the previous stepper/drive correct?
It is not possible to change the address while other modules are live on the bus. This will cause issues with the other drives on the network. 1DA2 will not work as expected all the time. DA must be performed with one drive at a time with direct point to point communication. The DA SCL command is designed to be for initial setup only, not "on the fly" configuration.