BC9xx0 - First steps

Necessary components

Setting the DIP switches

Set DIP switch 1 to ON, leave all other DIP switches OFF. A fixed IP address is used. Restart the BC after setting the DIP switches.
BC9050 then has the IP address 172.16.21.1
BC9020 then has the IP address 172.16.22.1
BC9120 then has the IP address 172.16.23.1

Set the IP address of your programming PC accordingly. For example: 172.16.100.100 (SubNetMask 255.255.0.0).

BC9xx0 - First steps 1:
Setting the IP address of the programming PC

Use the >Ping< command to check whether TCP/IP communication is available. Open the prompt (DOS box) and enter the following, e.g. if a BC9050 is used: Ping 172.16.21.1. If the ping is successful you can continue. If the ping is not answered the communication is faulty. Check the Ethernet connection - right cable, the Controller DIP switch is switched on correctly, the IP address on the PC has changed.

Search BC via the System Manager

Start the System Manager. Select a new target system.

BC9xx0 - First steps 2:
Search BC via the System Manager

Click Search (Ethernet)...

BC9xx0 - First steps 3:
System Manager - broadcast search

Then click Broadcast Search. The BC now appears in the window. The host name is formed based on BC plus the last 3 bytes of the MAC ID and is therefore unique in your system. The MAC ID is printed on a label below the Bus Terminal Controller. Set the options button to IP Address and click Add Route. The Connected field should show a cross or "X". If a password query appears confirm with OK (leave blank). The password function is not implemented in the Bus Terminal Controller.

You can now select the Bus Terminal Controller. Click on the BC and confirm with OK.

BC9xx0 - First steps 4:
Choose Target System

Your BC with name and IP address is shown in red at bottom left in the System Manager. The field next to it should be blue and show Config Mode. If this is the case you can now scan the device. Right-click on IO Devices then Scan Devices.

BC9xx0 - First steps 5:
System Manager - scan devices

The System Manager should find 2 devices. The Ethernet interface and the K-bus interface with the connected Bus Terminals.

Ethernet interface

Click on Upload to upload the current IP configuration.

BC9xx0 - First steps 6:
Upload the current IP configuration

PLC configuration

Append your PLC program here. First open the following example:
BC9xx0 - First steps 7: (sample file) Save the file locally on your computer.

BC9xx0 - First steps 8:
Saving the file locally on your computer

Recompile the file.

BC9xx0 - First steps 9:
Compiling the file

Re-save.

BC9xx0 - First steps 10:
Saving the file again

Change back to the System Manager and append your PLC program (right-click on PLC Configuration).

BC9xx0 - First steps 11:
Adding the PLC program

Search for your file (file type: tpy). Then open the tree. You will see all allocated data. Select the variables and link them to your Bus Terminals.
bIN_1 with KL1104 channel 1
bOUT_1 with KL2134 channel 1
bOUT_2 with KL2134 channel 2
bOUT_3 with KL2134 channel 3

BC9xx0 - First steps 12:
Linking the allocated data to the Bus Terminals

After being linked you should now see the following.

BC9xx0 - First steps 13:
Displaying the linked allocated data

Now activate the configuration in the System Manager. Click on BC9xx0 - First steps 14: to download the configuration to the Bus Terminal Controller. Acknowledge all messages with OK. Finally you will be asked to restart the system. The BC will then reboot. The System Manager will lose the connection with the Bus Terminal Controller. Wait until the System Manager has re-established the connection. After a few seconds the status field in the bottom left corner of the System Manager should be green BC9xx0 - First steps 15:. If it is blue the BC has restarted in Config mode. Check your configuration.

Switch back to PLC Control. Go online and select the target system.

BC9xx0 - First steps 16:
Choose Target System

Log in and start the program.

bc9xx0_demo