XML_Cap_ChannelControllerCfg

XML message about the configuration capability of lane controller

<ChannelControllerCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema">
  <gatePassingMode opt="ByChannelController,ByRightController"><!--required, xs:string, turnstile passing mode: "ByChannelController"-based on the lane controller's local DIP settings, "ByRightController"-based on the main controller's settings--></gatePassingMode>
  <freePassAuthEnabled opt="enable,disable"><!--required, xs:string, whether the authentication is required for free passing: "enable"-yes, "disable"-no--></freePassAuthEnabled>
  <openAndCloseSpeed min="1" max="10"><!--required, xs:integer, barrier's opening and closing speed, it is between 1 and 10, which represents the speed from 10% to 100%--></openAndCloseSpeed>
  <alarmSoundTime min="0" max="599"><!--required, xs:integer, alarm prompt sound duration, unit: second. The value is between 0 and 599, and 0 refers to continuously playing alarm prompt sound--></alarmSoundTime>
  <tempUnit opt="Centigrade,Fahrenheit"><!--required, xs:string, temperature unit to be displayed: "Centigrade"-Celsius (°C), "Fahrenheit"-Fahrenheit (°F)--></tempUnit>
  <alarmAreaNoAuth opt="true,false"><!--optional, xs:boolean, whether opening door is prohibited in the alarm area--></alarmAreaNoAuth>
  <gateWingMaterial opt="Acrylic,StellPipe,SinglePUGate,DoublePUGate"><!--optional, xs:string, barrier material: "Acrylic"-acrylic, "StellPipe"-steel pipe, "SinglePUGate"-single PU gate, "DoublePUGate"-two PU gates--></gateWingMaterial>
  <channelLength min="550" max="1400"><!--optional, xs:integer, barrier length, unit: mm--></channelLength>
  <motorDirection opt="Clockwise,AntiClockwise"><!--optional, xs:string, motor rotation direction: "Clockwise", "AntiClockwise"--></motorDirection>
  <lampBoardLight min="" max=""><!--optional, xs:integer, light board brightness, it is between 0 and 100--></lampBoardLight>
  <openSpeed min="" max=""><!--optional, xs:string, barrier's opening speed, it is between 1 and 10 which represents the speed from 10% to 100%, and the default speed is 50%. If openAndCloseSpeed and openSpeed are both configured, the barrier's opening speed is determined by openSpeed--></openSpeed>
  <closeSpeed min="1" max="10"><!--optional, xs:integer, barrier's closing speed, it is between 1 and 10 which represents the speed from 10% to 100%, and the default speed is 40%. If openAndCloseSpeed and closeSpeed are both configured, the barrier's closing speed is determined by closeSpeed--></closeSpeed>
  <runMode><!--optional, xs:string, running mode: "doubleGateWing"-two barriers mode (default), "singleGateWing"-single barrier mode--></runMode>
</ChannelControllerCfg>