```pascal // Block Type: GlobalDB // Block Number: 1003 DATA_BLOCK "HMI_Local_CIP_Variables" { S7_Optimized_Access := 'TRUE' } VERSION : 0.1 VAR Cip_Commands : "Struct"; Cip_Recipe : "Struct"; CIP_AnalogValues : "Struct"; CIPRecipeNames : "Struct"; Cip_SimpleEditPhaseNum : Int := 0; CIP_SimpleEditType : Int := 0; END_VAR BEGIN // Data Blocks have no executable code END_DATA_BLOCK ```