ConfigMfcGas.TcDUT 482 B

1234567891011121314151617181920
  1. <?xml version="1.0" encoding="utf-8"?>
  2. <TcPlcObject Version="1.1.0.1" ProductVersion="3.1.4024.12">
  3. <DUT Name="ConfigMfcGas" Id="{ae602d1f-2ce2-4228-9957-852ff31caa04}">
  4. <Declaration><![CDATA[TYPE ConfigMfcGas :
  5. STRUCT
  6. Enable:BOOL;
  7. GasName:STRING;
  8. DefaultSV:SVINT;
  9. FlowRegulationFactor:SVINT;
  10. EnableAlarm:BOOL;
  11. AlarmRange:SVINT;
  12. AlarmTime:SVINT;
  13. WarningRange:SVINT;
  14. WarningTime:SVINT;
  15. WriteMode:SVINT;
  16. END_STRUCT
  17. END_TYPE
  18. ]]></Declaration>
  19. </DUT>
  20. </TcPlcObject>