Structure of a PLC program
Each PLC program must contain the following function blocks:
- KRC_ReadAxisGroup
- KRC_Initialize
- KRC_WriteAxisGroup
Any number of function blocks can be inserted between the KRC_Initialize and KRC_WriteAxisGroup function blocks, e.g. KRC_AutomaticExternal, KRC_MoveDirectAbsolute, etc.