1.PM2 EtherCAT报警临时取消

2.开腔时卡DI-6,日志修改
This commit is contained in:
HCL 2023-07-18 10:42:40 +08:00
parent 71b20827ee
commit 89cbb9d5db
2 changed files with 2 additions and 2 deletions

View File

@ -404,7 +404,7 @@
<IoSensor id="SensorPSU3dpCommunicationError" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_PSU3dpCommunicationError" infoText="" warningText="" alarmText="Alarm76 PSU-3 dp Communication Error [DI-332]" />
<IoSensor id="SensorSCRdpCommunicationError" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_SCRdpCommunicationError" infoText="" warningText="" alarmText="Alarm77 SCR dp Communication Error [DI-333]" />
<IoSensor id="SensorChamPressAboveATMSW2" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_ChamPressAboveATMSW2" infoText="" warningText="" alarmText="Alarm98 Chamber Press Above ATM [DI-345]" />
<IoSensor id="SensorEtherCATcomError" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_EtherCATTcomError" infoText="" warningText="" alarmText="Alarm99 EtherCATcomError [DI-349]" />
<!--<IoSensor id="SensorEtherCATcomError" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_EtherCATTcomError" infoText="" warningText="" alarmText="Alarm99 EtherCATcomError [DI-349]" />-->
<IoSensor id="SensorHearbeatTimeout" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_HearbeatTimeout" infoText="" warningText="" alarmText="Alarm100 PM Hearbeat Timeout [DI-350]" />
<IoSensor id="SensorMFC01Offline" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_MFC01Offline" infoText="" warningText="" alarmText="Alarm101 MFC01 Offline [DI-351]" />
<IoSensor id="SensorMFC02Offline" module="" display="" schematicId="" unit="" aioType="" textOutTrigValue="true" di="DI_MFC02Offline" infoText="" warningText="" alarmText="Alarm102 MFC02 Offline [DI-352]" />

View File

@ -2034,7 +2034,7 @@ namespace SicModules.PMs
if (SensorDORPressATMSW.Value)
{
EV.PostWarningLog(Module, "Condition:DI-7 Dor Press At ATM !");
EV.PostWarningLog(Module, "Condition:DI-6 Dor Press At Vac !");
return false;
}