Master_StateMachine_Internal

The "Master_StateMachine_Internal" machine module is the master in the basic program. The machine module contains the folders for the various modes in which the state actions are programmed. It contains a folder for additional functions and the following 3 standard actions: Cyclic, events, and init.

The "Master_StateMachine_Internal" machine module defines the sequence of steps and acts as the master of the machine. It can be used as implemented in the basic program or modified for specific projects. SEW‑EURODRIVE recommends using "Master_StateMachine_Internal" if there is no higher-level PLC. The code is open and can be modified by the user.