MachineControl Struct
- The intention behind this struct is to separate HMI commands and physical inputs from the PLC actions. The value of these MachineControl bits should be set by an appropriate logic processing HMI_Commands and physical inputs (e.g. operator panel button presses) in the MachineControlLogic POU. These bits are then used to execute appropriate PLC logic.
- This struct is identical to> HMI_Command Struct.