- 177357-1: General Ethernet/IP Reamer Post-Mounted Interface
Used within the following reamer assemblies:
| Part#: | Description: | Wiring Diagram: | Current Status: | Replacement Part# |
| 183170-1 | Binzel TCS-LC Reamer Assembly | 184362-2 | Obsolete | 194266-1 |
| 183170-2 | Binzel TCS-LC Reamer Assembly w/ manually operated sprayer | 184362-8 | Phasing-Out | 194266-1 |
| 183172-1 | Binzel TCS-6PP Reamer Assembly | 184362-3 | Obsolete | 194266-1 |
| 183172-2 | Binzel TCS-6PP Reamer Assembly w/ manually operated sprayer | 184362-9 | Phasing-Out | 194266-1 |
| 183174-1 | Tregaskiss TT3 Reamer Assembly W/O Cutter | 184362-1 | Obsolete | 183174-3 |
| 183174-2 | Tregaskiss TT3 Reamer Assembly W/ Cutter | 184362-1 | Obsolete | 183174-4 |
| 183174-3 | Tregaskiss TT4 Reamer Assembly W/O Cutter | 184362-7 | Active | |
| 183174-4 | Tregaskiss TT4 Reamer Assembly W/ Cutter | 184362-7 | Active | |
| 193072-1 | Yaskawa Reamer Assembly | 184362-5 | Active | |
| 194266-1 | Binzel TCS-FP Reamer Assembly | 184362-6 | Active |
Associated Hardware Articles:
- Reamer Hardware
General SimpleConnect Operational Articles:
- Reamer Hardware
Overview:
One of the devices available within the SimpleConnect library is a general purpose “YAI Reamer” which allows various brands of reamers to be paired with the Ethernet/IP enabled interface shown below. This interface bridges between a discrete IO reamer and an Ethernet/IP enabled robot/network. In doing so, SimpleConnect eliminates the need for discrete wiring within the robot cabinet and allows multiple devices to be connected in series without having to wire any of them. Instead, a software interface has been developed to simplify the addition of these type of devices to the robot’s network, assign consistent IP-addresses to each device, and place the device’s inputs and outputs at an expected location so standard ladder programs and jobs can utilized without modifications.
Installation of “YAI-Reamer” to your SimpleConnect Network:
Details of device program placed in “YAI-Reamer” interface:
The program placed within the “YAI-Reamer” interface is built upon the “YAI SimpleConnect template” that’s utilized in all Ethernet/IP devices that utilize the Ethernet/IP IO-modules. The details of what’s commonly implemented as part of the standard template is captured in the following article Link:********************.
Main take-aways from the “YAI SimpleConnect template” include:
- Each IO-Module generates a 4-bit “Heartbeat” which is always incrementing & monitored by the robot to ensure that it’s constantly communicating with the robot
- Each IO-Module reports a “Product_ID” value unique to what program loaded into the module
- Each IO-Module generates two bits indicating if the IO-module is in a new or active alarm state
- The robot reports a 3-bit “Identity” value which allows the device to know which instance it is in the event multiple instances of the same device exist.
- The robot also reports 5-bits of current “operational status” (PLAY,TEACH,REMOTE,OPERATING,ALARM)
- If an error is present at the IO-Module it will be reported to the robot and displayed on the teach pendant as an alarm or message based on its pre-determined severity.
- If an output is commanded on from the robot but communication with the robot is lost while the output is on, the IO-module will automatically shut-off the output until communication with the robot is resumed.
“YAI-Reamer” specific additions to the template:
- This device has NO customizations or non-direct signal IO routings. All IO is mapped 1:1.
- Inputs from the reamer (Ready, Error, X-Beam, Y-Beam,) are all directly routed back to the robot on their associated inputs
- Robot generated outputs intended for the reamer (Start, Clamp, Spray, Cut) are passed to the reamer with no additional logic other than the robot must be connected via Ethernet/IP in order for the output to be issued to the reamer.
IO-Mapping:
Robot Inputs (Reamer/Ethernet/IP module outputs):
The following table details the robot inputs generated at the reamer and set to the robot controller. The table shows all four possible reamers that can be connected and the associated Universal and External Input addresses. Some of the inputs are generated by the Ethernet/IP module itself (labeled “EIP Modl), others are a direct representation of the input status at the reamer (labeled “Reamer”, some are a direct representation of the ToolSight sensor (labeled “Sensor”) and lastly, some inputs are a mirror of the commanded robot outputs & can be used in JBI logic to ensure commands are being honored at the device (labeled “Out Stat”).
| YAI Reamer Output: | Driving Logic: |
Rbt#1 Input: GP IN# (EXT IN#) |
Rbt#2 Input: GP IN# (EXT IN#) |
Rbt#3 Input: GP IN# (EXT IN#) |
Rbt#3 Input: GP IN# (EXT IN#) |
| Bit#0-15 | Standard Template IO See: ____________ for details! |
2801 (23530) -to- 2815 (23547) |
2833 (23570) -to- 2848 (23587) |
2865 (23610) -to- 2880 (23627) |
2897 (23650) -to- 2912 (23667) |
| Bit#16 | Clamp Command Feedback | 2817 (23550) | 2849 (23590) | 2881 (23630) | 2913 (23670) |
| Bit#17 | Start/Engage Command Feedback | 2818 (23551) | 2850 (23591) | 2882 (23631) | 2914 (23671) |
| Bit#18 | Cut Command Feedback | 2819 (23552) | 2851 (23592) | 2883 (23632) | 2915 (23672) |
| Bit#19 | Spray Command Feedback | 2820 (23553) | 2852 (23593) | 2884 (23633) | 2916 (23673) |
| Bit#20 | Ready Input | 2821 (23554) | 2853 (23594) | 2885 (23634) | 2917 (23674) |
| Bit#21 | Error Input | 2822 (23555) | 2854 (23595) | 2886 (23635) | 2918 (23675) |
| Bit#22 | ToolSight X Beam | 2823 (23556) | 2855 (23596) | 2887 (23636) | 2919 (23676) |
| Bit#23 | ToolSight Y-Beam | 2824 (23557) | 2856 (23597) | 2888 (23637) | 2920 (23677) |
| Bit#24-31 | UNUSED IO / RESERVED FOR FUTURE USE! |
2925 (23560) -to- 2928 (23567) |
2857 (23600) -to- 2864 (23607) |
2889 (23640) -to- 2896 (23647) |
2921 (23680) -to- 2928 (23687) |
Additional details regarding the “EIP Modl” generated inputs can be found in the following separate article: LINK:**********************************