|
@@ -640,7 +640,7 @@ namespace Terminal
|
|
|
Log.WriteLog(LogType.process, LogFile.ERROR, "停车流程中断");
|
|
|
Monitor.Monitor.SetNotification("停车流程中断", parkMonitor.model.TextColor.Warning);
|
|
|
Thread.Sleep(2000);
|
|
|
- ClearTerminal(term.terminalID,false);
|
|
|
+ ClearTerminal(term.terminalID, false);
|
|
|
ResetCompleteSignal();
|
|
|
//流程终端清除记录的号牌
|
|
|
try { idLicMap.Remove(currentTerm); }
|
|
@@ -678,7 +678,7 @@ namespace Terminal
|
|
|
try
|
|
|
{
|
|
|
idLicMap.Remove(currentTerm);
|
|
|
- ClearTerminal(term.terminalID,false);
|
|
|
+ ClearTerminal(term.terminalID, false);
|
|
|
}
|
|
|
catch { }
|
|
|
Monitor.Monitor.SetNotification("无车位或凭证号,车位:" + parkingSpaceID + ",凭证号:" + receipt, parkMonitor.model.TextColor.Warning);
|
|
@@ -729,7 +729,7 @@ namespace Terminal
|
|
|
// Thread.Sleep(1000);
|
|
|
//}
|
|
|
//中控清除车牌、凭证号、号牌验证等信息
|
|
|
- ClearTerminal(term.terminalID,false);
|
|
|
+ ClearTerminal(term.terminalID, false);
|
|
|
//停车流程确保已清除中控块完成信号
|
|
|
Thread.Sleep(2000);
|
|
|
ResetCompleteSignal();
|
|
@@ -776,9 +776,9 @@ namespace Terminal
|
|
|
{
|
|
|
license = Monitor.Monitor.numMachineLinker.GetLicensePlate(terminalInfo[index].terminalID);
|
|
|
}
|
|
|
- Monitor.Monitor.SetNotification(terminalInfo[index].terminalID + "号车位收到地感,拍到" + license, parkMonitor.model.TextColor.Log);
|
|
|
if (license != "")
|
|
|
{
|
|
|
+ Monitor.Monitor.SetNotification(terminalInfo[index].terminalID + "号车位收到地感,拍到" + license, parkMonitor.model.TextColor.Log);
|
|
|
//map中加入或更新号牌,供完成时写入数据库用
|
|
|
if (idLicMap.ContainsKey(terminalInfo[index].terminalID))
|
|
|
{
|
|
@@ -1286,7 +1286,7 @@ namespace Terminal
|
|
|
{
|
|
|
Log.WriteLog(LogType.process, LogFile.INFO, "取车流程中断");
|
|
|
Monitor.Monitor.SetNotification("取车流程中断", parkMonitor.model.TextColor.Warning);
|
|
|
- ClearTerminal(terminalInfo[termIndex].terminalID,false);
|
|
|
+ ClearTerminal(terminalInfo[termIndex].terminalID, false);
|
|
|
//停车流程确保已清除中控块完成信号
|
|
|
Thread.Sleep(2000);
|
|
|
ResetCompleteSignal();
|
|
@@ -1316,7 +1316,7 @@ namespace Terminal
|
|
|
//Log.WriteLog(LogType.process, LogFile.INFO, "检测到凭证号已被清除");
|
|
|
FetchInfo fi = null;
|
|
|
UpdateAllParkingSpace(false);
|
|
|
- ClearTerminal(terminalInfo[termIndex].terminalID,false);
|
|
|
+ ClearTerminal(terminalInfo[termIndex].terminalID, false);
|
|
|
//停车流程确保已清除中控块完成信号
|
|
|
Thread.Sleep(2000);
|
|
|
ResetCompleteSignal();
|