25개 이상의 토픽을 선택하실 수 없습니다.
Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
|
- <?xml version="1.0" encoding="utf-8" ?>
- <configuration>
- <configSections>
- <sectionGroup name="FlexBatchSystem">
- <section name="Alarm" type="System.Configuration.NameValueSectionHandler"/>
- </sectionGroup>
- </configSections>
- <FlexBatchSystem>
- <Alarm>
- <add key="DB1.DBX2004.0" value="急停"/>
- <add key="DB1.DBX2004.1" value="配料罐搅拌异常"/>
- <add key="DB1.DBX2004.2" value="反应釜搅拌异常"/>
- <add key="DB1.DBX2004.3" value="真空泵异常"/>
- <add key="DB1.DBX2004.4" value="一体机柜急停按下"/>
- <add key="DB1.DBX2004.5" value="空压机异常"/>
- </Alarm>
- </FlexBatchSystem>
- </configuration>
|