XML_GateIRStatus

GateIRStatus message in XML format

<GateIRStatus version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <IREmitter><!--status of active infrared intrusion detector-->
    <triggered><!--required, xs:string, triggering IR ID of the active infrared intrusion detector, it is between 1 and 48--></triggered>
    <triggeredTimeout><!--required, xs:string, triggering timeout IR ID of the active infrared intrusion detector, it is between 1 and 48--></triggeredTimeout>
    <receiveBoardAbnormal><!--required, xs:string, communication exception IR ID of the receiving board, it is between 1 and 48--></receiveBoardAbnormal>
    <sendBoardAbnormal><!--required, xs:string, communication exception IR ID of the sending board, it is between 1 and 48--></sendBoardAbnormal>
    <sendAndReceiveLocateAbnormal><!--required, xs:string, sending and receiving position exception ID, it is between 1 and 48--></sendAndReceiveLocateAbnormal>
  </IREmitter>
  <masterIRAdaptorCommFailed><!--required, xs:string, ID of communication with IR adapter of the main lane controller failed, it can be set to 1 or 2--></masterIRAdaptorCommFailed>
  <slaveIRAdaptorCommFailed><!--required, xs:string, ID of communication with IR adapter of the sub-lane controller failed, it can be set to 1 or 2--></slaveIRAdaptorCommFailed>
</GateIRStatus>