PLCopen®

Kollmorgen Automation Suite supports the International PLCopen® motion standard.

KAS supports PLCopen motion in these program formats: FBDClosed "Function Block Diagram" A function block diagram describes a function between input variables and output variables. A function is described as a set of elementary blocks, FFLDClosed "Free Form Ladder Diagram", ILClosed "Instruction List" This is a low-level language and resembles assembly, SFCClosed "Sequential Function Chart" It can be used to program processes that can be split into steps. The main components of SFC are: - Steps with associated actions - Transitions with associated logic conditions - Directed links between steps and transitions, and STClosed "Structured text" A high-level language that is block structured and syntactically resembles Pascal.

  • PLCopen blocks in KAS start with MC (e.g., MC_MoveAbsolute).
    • MC blocks are an alternative to using the ML Motion function blocks (e.g., MLAxisAbs) and associated Pipe Networks in many applications.
  • Using MC Motion function blocks does not require a separate motion editor.

Concept Link IconSee Also