终端一体化运控平台
You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
 
 
 

18 line
675 B

  1. <?xml version="1.0" encoding="utf-8" ?>
  2. <configuration>
  3. <configSections>
  4. <sectionGroup name="FlexBatchSystem">
  5. <section name="Alarm" type="System.Configuration.NameValueSectionHandler"/>
  6. </sectionGroup>
  7. </configSections>
  8. <FlexBatchSystem>
  9. <Alarm>
  10. <add key="DB1.DBX2004.0" value="急停"/>
  11. <add key="DB1.DBX2004.1" value="配料罐搅拌异常"/>
  12. <add key="DB1.DBX2004.2" value="反应釜搅拌异常"/>
  13. <add key="DB1.DBX2004.3" value="真空泵异常"/>
  14. <add key="DB1.DBX2004.4" value="一体机柜急停按下"/>
  15. <add key="DB1.DBX2004.5" value="空压机异常"/>
  16. </Alarm>
  17. </FlexBatchSystem>
  18. </configuration>