Video Tutorial of Ethernet IP Setup Process
Table of Contents:
Section 1: Robot System Config Settings
Section 2: Robot Host Communication
Section 3: Robot Ethernet IP Adapter Config
Section 4: Studio 5000 Generic Ethernet Module Setup
These need to be set to allow for the robot to be controlled by an external device using the UOP signals.
Menu –> System –> Config
(#6) Enable UI Signals – Set to True
(#41) Remote/Local Setup – Set to Remote
Menu –> Setup –> Host Comm
Highlight TCP/IP and select Detail (F3)
Set the Port#1 IP Address
Subnet Mask needs to match that of the other devices (typically 255.255.255.0)
The second section is where you list names and IP addresses of the devices you are connecting to (PLC or PC)
Select Menu –>I/O–> Ethernet I/P
If Ethernet I/P is not on option on your controller, this means the software option is not installed.
Notice under the “TYP” Column it says “ADP”
If there are multiple ethernet scanners connected to the robot (PLC and PC), each scanner will use a different slot # (Slot 1 and 2)
Highlight “Connection1” and select “CONFIG”
Here is where you configure the amount of data to transmit between devices, the default will be 4 words for both the input and output.
To change the parameters in the adapter config menu, the connection must be disabled first.
Create a new Studio 5000 file and establish communication with the PLC
Right click the ethernet connection and select “New Module”
Search “Generic Ethernet Module” and select the option shown below:
Below is the default module that will appear in Studio 5000:
Populate the new module with the information below:
Make sure that the size of the input and output is the same as the robot side (4 words) otherwise there will be communication issues.
Select the RPI based on the system needs, I usually just use 30msec
Unicast Connection is correct
Once finished, you will see the new module in the controller organizer.
Put the controller in run mode to make sure the module connects properly.
To see the tags produced by the new module, double click “Controller Tags”
Robot Controller Tags from New Module
Notice there are four 16 bit words produced under both the Robot:I.Data and Robot:O.Data
When mapping the DI/DO and UOP signals from the robot, the start bit will determine where on the four 16 bit words the signal will be mapped to:
May 12, 2022 Pete VanCamp Robot Tutorials
© 2024 petervancamp . All rights reserved.