END End of TML program main section |
Syntax
Binary code
Remark: The END instruction does not modify the control loops. Use TML commands AXISON / AXISOFF to enable / disable the control loops, the reference generator and the PWM outputs.
Example BEGIN; // Starting point of a TML program ... ENDINIT; //End of initialization ... END; //end of main section of a TML program |