Zone methods call

M_Input

fbZone*.M_Input (xFeedbackInput) The feedback (input signal) represents the state of the zone."GVL_<Sequence_name>_IOs.i_xZone7arrow-up-right", fbZone*.M_Input (timFeedbackInput) A time value is used here to delay the zone feedback. (E.g.: debouncing of sensor signals) fbZone*.M_Input(xManualRelease) Query manual operation is released. "GVL_<Sequence_name>.stSeqIf.xSeqAutomaticReleasedarrow-up-right" (stSequenceInterface) fbZone*.M_Input(aCross) If a cross-zone interlock has been assigned, the feedback state is output by actuating a manual pushbutton and the zones to be monitored."aCrossZone7arrow-up-right" (Zone Call, MXIC parameter, aCrossZone) fbZone*.M_Input(aFeedbackPairCheckInput) If a paircheck zone has been assigned, the paircheck (interlock) is activated by the feedback of the zones to be monitored."aPaircheckZone7arrow-up-right" (Zone Call, Paircheck parameter, aPaircheckZone) fbZone*.P_xGhostModeEnable This property can be used to simulate and bridge signals. fbZone*.P_timGhostMode Time - duration for which the feedback is simulated. fbZone*.P_xGhostModeReleased Release of the ghost mode."GVL_Sequence1_HMI.stHmiIf.xHmiPbGhostModeReleasearrow-up-right" (stHmiSequence)

M_InOutput

fbZone*.M_InOutput Here the return value of the method is assigned to the zone output."GVL_<Sequence_name>_IOs.o_xZone9arrow-up-right" fbZone*.M_InOutput(xManualRelease) Query manual operation is released."GVL_<Sequence_name>.stSeqIf.xSeqManualReleasedarrow-up-right" (stSequenceInterface) fbZone*.M_InOutput (xFeedbackInput) The feedback (input signal) represents the state of the zone."GVL_<Sequence_name>_IOs.i_xZone9arrow-up-right", fbZone*.M_InOutput (xManualPB) Query manual operation button (HMI button) of the zone. "GVL_<Sequence_name>_HMI.xManBtn_Zone_9arrow-up-right" fbZone*.M_InOutput (timFeedbackInput) A time value is used here to delay the zone feedback. (E.g.: debouncing of sensor signals) fbZone*.M_InOutput(aCross) If a cross-zone interlock has been assigned, the feedback state is output by actuating a manual pushbutton and the zones to be monitored."aCrossZone9arrow-up-right" (Zone Call, MXIC parameter, aCrossZone) fbZone*.M_InOutput (aCond) If a cross-zone interlock has been assigned, the zone output (return value of the method) is locked when the zones to be monitored do not have the required state."aCondZone9arrow-up-right" (Zone Call, MXIC parameter, aCondZone) fbZone*.M_InOutput(aFeedbackPairCheckInput) If a paircheck zone has been assigned, the paircheck (interlock) is activated by the feedback of the zones to be monitored."aPaircheckZone9arrow-up-right" (Zone Call, MXIC parameter, aPaircheckZone) fbZone*.P_xGhostModeEnable This property can be used to simulate and bridge signals. fbZone*.P_timGhostMode Time - duration for which the feedback is simulated. fbZone*.P_xGhostModeReleased Release of the ghost mode."GVL_Sequence1_HMI.stHmiIf.xHmiPbGhostModeReleasearrow-up-right" (stHmiSequence)

M_Output

fbZone*.M_Output Here the return value of the method is assigned to the zone output."GVL_<Sequence_name>_IOs.o_xZone12arrow-up-right" fbZone*.M_Output(xManualRelease) Query manual operation is released."GVL_<Sequence_name>.stSeqIf.xSeqManualReleasedarrow-up-right" (stSequenceInterface) fbZone*.M_Output (xManualPB) Query manual operation button (HMI button) of the zone. "GVL_<Sequence_name>_HMI.xManBtn_Zone_12arrow-up-right" fbZone*.M_Output (aCond) If a cross-zone interlock has been assigned, the zone output (return value of the method) is locked when the zones to be monitored do not have the required state."aCondZone12arrow-up-right" (Zone Call, MXIC parameter, aCondZone)

Last updated

Was this helpful?