Chapter 3. Application System Architecture
GFK-2928
December 2017
9
Figure 4: Fault Table Display
The message provides the slot number (
S08
in the example) in which the PROFINET Controller is installed, the
device number (
D004
) for the Bus A GCG, the serial bus address (
SBA02
) for the Genius device, and either Loss
of Device (
LOD
) or Addition of device (
AOD
).
3.4
Development Environment
The software components require Proficy Machine Edition, version 9.5 or later.
3.5
Simplified Description of Project Upgrade Steps
•
Convert the existing Series 90 project into an RX3i project.
•
Import Software Components for Dual Bus into the
Proficy Machine Edition Toolchest
.
•
Edit the Primary/Secondary Hardware Configurations.
•
Drag the Dual Bus application components from the
Toolchest
into the project’s PLC Program Blocks.
•
Add/Edit the Dual Bus Application Blocks:
o
Add an instance of the ladder block
BUSSES
in
_Main.
o
Enter
GBusses
for the name.
o
Edit
INIT_GB00
in
BUSSES
to match the configuration of the Genius devices on the first dual
bus pair.
o
If there are more dual busses then:
▪
Copy, then paste the block named
INIT_GBnn
in
BUSSES.
▪
Rename
INIT_GBnn
by changing
nn
to the next bus number.
▪
Edit the block contents to accommodate the configuration settings for the PNC,
GCG, and Genius device reference addresses.
▪
Add a new instance of the function block
DBUS.
▪
Name the instance using
DBnn
by changing
nn
to the next bus number.
▪
Repeat for the remaining busses, if any.