Structure of a PLC program

Each PLC program must contain the following function blocks:

  1. KRC_ReadAxisGroup
  2. KRC_Initialize
  3. 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.