Obsidean_VM/04-SIDEL/00 - MASTER/Source/source/CIPRecipe_14.md

33 lines
617 B
Markdown

```pascal
// Block Type: GlobalDB
// Block Name (Original): CIPRecipe#14
// Block Number: 514
DATA_BLOCK "CIPRecipe_14"
{ S7_Optimized_Access := 'TRUE' }
VERSION : 0.1
VAR
LinkProgram : STRUCT
_LinkName : String[32];
CIP_Simple_Prog : STRUCT
CIP_SimpleCode : Int;
CIP_SetPoint_Temp : Real;
CIP_SetPoint_Cond : Real;
CIP_SetPoint_Time : Int;
CIP_Chemical : "Struct";
CIP_HotWaterPreLoad : Bool;
CIP_ChemicalRecovery : Bool;
CIP_WaterRecovery : Bool;
END_STRUCT;
END_STRUCT;
END_VAR
BEGIN
// Data Blocks have no executable code
END_DATA_BLOCK
```