Hello, I wrote an object for a temperature control unit. There is a command set parameters , start and stop. This means it is possible that the temperature control unit is running but the unit is in ExecState ready. In OnUnitOperational, I evaluate the status of the device and, if necessary, trigger an error message. The error message can be seen in the HMI and the ExecState of the Object unit goes to Error, but automatic mode continues. How can I stop the operating mode from inside the object? I thought there is a Cancel through the Backbone...
... View more