XML message about lane controller parameters
<ChannelControllerCfg version="2.0" xmlns="http://www.isapi.org/ver20/XMLSchema"> <gatePassingMode><!--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><!--required, xs:string, whether the authentication is required for free passing: "enable"-yes, "disable"-no--></freePassAuthEnabled> <openAndCloseSpeed><!--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><!--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><!--required, xs:string, temperature unit to be displayed: "Centigrade"-Celsius (°C), "Fahrenheit"-Fahrenheit (°F)--></tempUnit> <alarmAreaNoAuth><!--optional, xs:boolean, whether opening door is prohibited in the alarm area--></alarmAreaNoAuth> <gateWingMaterial><!--optional, xs:string, barrier material: "Acrylic"-acrylic, "StellPipe"-steel pipe, "SinglePUGate"-single PU gate, "DoublePUGate"-two PU gates--></gateWingMaterial> <channelLength><!--optional, xs:integer, barrier length, unit: mm--></channelLength> <motorDirection><!--optional, xs:string, motor rotation direction: "Clockwise", "AntiClockwise"--></motorDirection> <lampBoardLight><!--optional, xs:integer, light board brightness, it is between 0 and 100--></lampBoardLight> <openSpeed><!--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><!--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>