{TML} Send a TML command to another axis or a group of axes |
Syntax [Axis/Group] {TML command; }
Operands Axis/Group:
TML command: any single axis TML instruction Binary code
Remark: You may specify between { } multiple commands, separated by semicolons “;”. The TML compiler splits them in single commands, each having the above binary code. The single commands are sent in the same order as set in the command between { }
Execution Send the “TML Command” between { } to the destination
[G1]{CPOS=2000;}; // send a new CPOS command to all axes from group 1 [G1]{UPD}; // send an update command to all the axes from group 1 // all axes from group 1 will start to move simultaneously [B]{STOP;}; // broadcast a STOP command to all axes from the network |