Detailed description
2.12 Block descriptions
Basic logic functions: PLC basic program solution line (P3 sl)
Function Manual, 11/2006, 6FC5397-0BP10-2BA0
239
Call example
CALL FC 24 (
//Slim machine control panel M variants
//signals to interface
BAGNo :=
B#16#1,
//Mode group no. 1
ChanNo :=
B#16#1,
//Channel no. 1
SpindleIFNo :=
B#16#4,
//Spindle interface number = 4
FeedHold :=
m22.0,
//Feed stop signal modal
SpindleHold :=
db2.dbx151.0);
//Spindle stop modal in message data block
SpindleDir:=
m22.1);
//Spindle direction return
With these parameter settings, the signals are sent to the 1st mode group, the 1st channel
and all axes. In addition, the spindle override is transferred to the 4th axis/spindle interface.
The feed hold signal is passed to bit memory 22.0 and the spindle stop signal to data block
DB2, data bit 151.0. The spindle direction feedback signal supplied via parameter
"SpindleDir" can be used as a direction input for an additional FC 18 call.
2.12.26
FC 25: MCP_IFT transfer of MCP/OP signals to interface
Description of Functions
With the FC MCP_IFM (M-variant) from the machine control panel a range of 19 inch e.g.
MCP 483 are transferred to the corresponding signals of the NCK-/PLC-interface:
•
Mode groups
•
Direction keys of four axes
•
WCS/MCS switchover commands
•
Overrides
•
Key-operated switch
In the basic program (FC 2), handwheel selections, modes and other operating signals
continue to be transferred from the operator panel front or HMI to the NCK/PLC interface so
that the modes support selection from the MCP or HMI.
Transfer of HMI signals to the interface can be deactivated by setting the value of the
parameter "MMCToIF" to "FALSE" in FB 1 (DB 7).
Summary of Contents for SINUMERIK 840D sl
Page 282: ...Index Basic logic functions Acceleration B2 64 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 388: ...Basic logic functions Travel to fixed stop F1 Function Manual 11 2006 6FC5397 0BP10 2BA0 52 ...
Page 962: ...Index Basic logic functions Emergency Stop N2 20 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1704: ...Constraints Basic logic functions Spindles S1 94 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1716: ...Index Basic logic functions Spindles S1 106 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 1996: ...Index Basic logic functions Tool Offset W1 208 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2150: ...Table of contents Basic logic functions Appendix 4 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...
Page 2184: ...Glossary Basic logic functions Appendix 38 Function Manual 11 2006 6FC5397 0BP10 2BA0 ...