Hello all, I’ve been reading this board with great interest…have not seen this topic covered elsewhere.
I have an SSC32 board connected on COM1 port of a computer, in a daisy-chain configuration with 6 other stepper motor controllers. For various reasons it’s most convenient to use a single com port to control all of them from the application software.
Anyway, the 6 stepper motor controllers (provided by allmotion) can be addressed separately because their command structure allows a board address for commands. So I can send the string /1 A1000 which tells board 1 to move the moter so many steps, etc. All the other boards (boards addressed 2-6) know that they should ignore this command because it’s not addressed to them.
If I send a command string to the SSC32 board, no problem, the stepper motor boards will ignore it because they expect to see all commands prefaced by the / symbol and will ignore anything otherwise.
But how do I prevent the SSC from reacting to portions of the stepper motor commands? There may be all kinds of letters (Q, VA, etc) in the stepper motor command strings and I’m afraid the SSC will see those characters on the serial line and think they are commands to be acted on.
Thanks for any help!