Recipe - recipe management

The recipe management of the TF8550 Recipe Helper is based on the implementation of the FB_PlcStateToHmi class and the implemented handshake procedure. For this purpose, the class is already instantiated in the GVL HmiCommunication.

{attribute 'qualified_only'}
VAR_GLOBAL

// ==============================================
// communication PLC <> HMI

    fbPlcStateToHmi:                    FB_PlcStateToHmi;
    
// ==============================================

END_VAR