PLC commissioning
7.2 Creating a PLC program
CNC Part 1 (NCK, PLC, drive)
56 Commissioning Manual, 11/2006, 6FC5397-2AP10-2BA0
7.2.2 Modifying Ethernet machine control panel in OB100
Introduction
The PLC basic program automatically transfers the machine control panel signals (MCP
signals) and the addresses of the MCP in the HW config if the configuration is set up as laid
out below.
Operating steps
• Under "Blocks", double-click on "OB100" to open it.
In OB100, the parameters below have to be preset:
MCPNum := 1
MCP1IN := P#E 0.0
MCP1OUT := P#E 0.0
MCP1StatSend := P#E 8.0
MCP1StatREc := P#E 12.0
MCPBusAdresse := 6
MCPBusType = B#16#55
You have completed the configuration of the PLC basic program.
In the next step, you will load the project to the PLC.