Skip to end of metadata
Go to start of metadata

You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

tblAreaShutdown_CauseEquipmentLogicMap

When a  downtime event is triggered, the EXE that created it will attempt to determine the CAUSE and the EQUIPMENT based upon a set of logic stored in this table.

In this example, Area 11 will select top 1 VALUE from tblPLC_3 where DT >= Down  (the time the equipment went down) + ( -1 * SearchXSecondsPriorToEvent ) AND DT <= dtStartTemp.AddMilliseconds(fnGetSearchYMilisecondsAfterEvent)

The Configuration Key in the EXE is SearchXSecondsPriorToEvent by default is 30

The Configuration Key in the EXE is SearchYMilisecondsAfterEvent by default is 0



  • No labels