12345678910111213141516171819202122232425 |
- <?xml version="1.0"?>
- <EventDefine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
- <!-- TM Information -->
- <EventDefinition>
- <Id>10001</Id>
- <Description>RF Interlock not satisfied</Description>
- <Level>Warning</Level>
- <EventEnum>RfInterlockFailed</EventEnum>
- <DetailDesc>RF Interlock failed</DetailDesc>
- <Solution />
- </EventDefinition>
- <EventDefinition>
- <Id>10002</Id>
- <Description>System running mode changed to {0}</Description>
- <Level>Information</Level>
- <EventEnum>RunningModeChanged</EventEnum>
- <DetailDesc>system changed running mode</DetailDesc>
- <Solution />
- <GlobalDescription_en>System running mode changed to {0}</GlobalDescription_en>
- <GlobalDescription_zh>系统运行模式切换到 {0}</GlobalDescription_zh>
-
- </EventDefinition>
- </EventDefine>
|