NET_ITC_POST_RS485_PARAM

Trigger parameter structure of RS-485 vehicle detector in the checkpoint.

Structure Definition

struct{
  BYTE                         byRelatedLaneNum;
  BYTE                         byTriggerSpareMode;
  BYTE                         byFaultToleranceTime;
  BYTE                         byRes1;
  NET_ITC_PLATE_RECOG_PARAM    struPlateRecog;
  NET_ITC_LANE_PARAM           struLane[MAX_ITC_LANE_NUM/*6*/];
  BYTE                         byRes[32];
}NET_ITC_POST_RS485_PARAM,*LPNET_ITC_POST_RS485_PARAM;

Members

byRelatedLaneNum

Number of linked lanes.

byTriggerSpareMode

Trigger mode for spare (when the coil trigger is in fault): 0-none, 1-wireless virtual coil mode, 2-mixed checkpoint mode.

byFaultToleranceTime

Error tolerance time, unit: minute, which is used to check if the vehicle detector has normally worked for maximum time period.

byRes1

Reserved.

struPlateRecog

ANPR parameters, refer to the structure NET_ITC_PLATE_RECOG_PARAM for details.

struLane

Linked lane parameters, refer to the structure NET_ITC_LANE_PARAM for details.

byRes

Reserved.