RtEventDefine.xml 883 B

12345678910111213141516171819202122232425
  1. <?xml version="1.0"?>
  2. <EventDefine xmlns:xsi="http://www.w3.org/2001/XMLSchema-instance" xmlns:xsd="http://www.w3.org/2001/XMLSchema">
  3. <!-- TM Information -->
  4. <EventDefinition>
  5. <Id>10001</Id>
  6. <Description>RF Interlock not satisfied</Description>
  7. <Level>Warning</Level>
  8. <EventEnum>RfInterlockFailed</EventEnum>
  9. <DetailDesc>RF Interlock failed</DetailDesc>
  10. <Solution />
  11. </EventDefinition>
  12. <EventDefinition>
  13. <Id>10002</Id>
  14. <Description>System running mode changed to {0}</Description>
  15. <Level>Information</Level>
  16. <EventEnum>RunningModeChanged</EventEnum>
  17. <DetailDesc>system changed running mode</DetailDesc>
  18. <Solution />
  19. <GlobalDescription_en>System running mode changed to {0}</GlobalDescription_en>
  20. <GlobalDescription_zh>系统运行模式切换到 {0}</GlobalDescription_zh>
  21. </EventDefinition>
  22. </EventDefine>