Standard end
// ########################### STANDARD END ###########################
{region "Description Standard End"}
(*
The Standard End section provides the logic which extracts fault information from
the step sequence fault matrix determining the nature of the fault and subsequent actions.
It also supervises control of the sequence step counter and provides the diagnostic ‘link’ to the ‘HMI’ software.
*)
{endregion}
GVL_<Sequence_name>.iStepCounterLastCycle := GVL_<Sequence_name>.iStepCounter;
fbStandardEnd(
refSeqHmi:= GVL_<Sequence_name>_HMI.stHmiIf,
refSeqIf :=GVL_<Sequence_name>.stSeqIf,
iSeqEndStep := GVL_<Sequence_name>.iEndStep,
iSeqStepCounter := GVL_<Sequence_name>.iStepCounter,
aLampMatrix := aMatrix,
aStepMatrix := aStep,
aTempMatrix := aTemp,
aSeqHmiBits := GVL_<Sequence_name>_HMI.aHmi,
aStepMonitoringMatrix := GVL_<Sequence_name>.aStepMonitoringMatrix,
aStepMonitoringFb := aStepMonitoringFb);Last updated
Was this helpful?

