|
@@ -382,7 +382,7 @@ namespace Terminal
|
|
|
}
|
|
|
else
|
|
|
{
|
|
|
- ts.licVerification = 2;//验证失败
|
|
|
+ ts.licVerification = 1;//验证失败
|
|
|
Monitor.Monitor.PLC.WriteToPLC(ts, PLCDataType.central);
|
|
|
status = 2;
|
|
|
Log.WriteLog(LogType.process, LogFile.WARNING, "号牌验证失败");
|
|
@@ -548,7 +548,7 @@ namespace Terminal
|
|
|
paymentStatus = -1,
|
|
|
parkingFee = -1,
|
|
|
userType = -1,
|
|
|
- licVerification = (short)2
|
|
|
+ licVerification = (short)1
|
|
|
};
|
|
|
Monitor.Monitor.PLC.WriteToPLC(ts, PLCDataType.central);
|
|
|
Thread.Sleep(500);
|
|
@@ -594,7 +594,7 @@ namespace Terminal
|
|
|
}
|
|
|
if (term.btnStatus == (short)0)
|
|
|
{
|
|
|
- ts.licVerification = 2;
|
|
|
+ ts.licVerification = 1;
|
|
|
Monitor.Monitor.PLC.WriteToPLC(ts, PLCDataType.central);
|
|
|
Log.WriteLog(LogType.process,LogFile.ERROR,"空按钮状态拍号牌");
|
|
|
}
|
|
@@ -661,6 +661,9 @@ namespace Terminal
|
|
|
{
|
|
|
if (!idLicMap.ContainsKey(currentTerm))
|
|
|
{
|
|
|
+ Thread.Sleep(500);
|
|
|
+ ClearTerminal(term.terminalID, false);
|
|
|
+ ResetCompleteSignal();
|
|
|
Log.WriteLog(LogType.process, LogFile.ERROR, "停车结束时未找到号牌");
|
|
|
}
|
|
|
break;
|