Detailed description
2.12 Block descriptions
Basic logic functions: PLC Basic program powerline (P3 pl)
256 Function Manual, 11/2006, 6FC5397-0BP10-2BA0
Declaration of the function
FUNCTION FC 25: VOID
// NAME:
MCP_IFT
VAR_INPUT
BAGNo : BYTE ;
ChanNo: BYTE ;
SpindleIFNo: BYTE ;
END_VAR
VAR_OUTPUT
FeedHold : BOOL ;
SpindleHold : BOOL ;
END_VAR
BEGIN
END_FUNCTION
Description of the formal parameters
The table below shows all formal parameters of the "MCP_IFT" function:
Signal Type Type Value range Remark
BAGNo I BYTE 0 - b#16#0A
and
b#16#10 -
b#16#1A
No. of mode group to which the mode signals
are transferred.
BAGNo >= b#16#10 means access to the
second machine control panel.
ChanNo I BYTE 0 - B#16#0A Channel no. for the channel signals
SpindleIFNo I BYTE 0 - 31
(B#16#1F)
Number of the axis interface declared as a
spindle
FeedHold A BOOL Feed stop from machine control panel, modal
SpindleHold A BOOL Spindle stop from machine control panel, modal