Sale!

T9908 ICS TRIPLEX Digital input module

¥900.00

Brand: ICS Model:T9908
Package/Specification: 2x19x12.8cm
Minimum Packaging Quantity: 1

Function: Control system accessories Features: Easy installation
Name: Digital Input Module Processing Customization:
No
Origin: USA Packaging: brand new and
widely used
Chemical, papermaking, power
generation, oil and natural gas
Quantity: 1-999
Batch Number T9908

Available for sale in Beijing; Tianjin; Hebei;
Shanxi; Inner Mongolia; Liaoning; Jilin;
Heilongjiang;
Shanghai;Jiangsu; Zhejiang; Anhui; Fujian; Jiangxi; Shandong; Henan;
Hubei; Hunan; Guangdong; Guangxi; Hainan;
Chongqing; Sichuan Guizhou; Yunnan; Xizang
;
Shaanxi Gansu; Qinghai; Ningxia; Xinjiang

Purpose TMR redundant structure

Category:
  • Email:3221366881@qq.com
  • Phone:+86 17750010683
  • Whatsapp:+8617750010683

Description

T9908 ICS TRIPLEX Digital input module
T9908 ICS TRIPLEX Digital input module
Module Clips Drive controller servo moto

The ICS TRIPLEX T9908 Digital Input Module is a critical component specifically designed for industrial automation and process control systems, produced by ICS Triplex (now part of Honeywell Process Solutions).

This module has a series of advanced functions and features that enable it to play an important role in various industrial environments.

Firstly, the T9908 digital input module has comprehensive automatic diagnosis and self checking functions. This means that it can monitor the status
and performance of modules in real-time, ensuring the stable operation of the system. This automatic diagnostic function greatly improves the reliability and safety of the system.

Secondly, the module has configurable digital input channels. Users can configure input channel parameters based on actual needs, such as over acceleration
threshold. This flexibility enables the T9908 digital input module to adapt to various application scenarios.

In addition, the T9908digital input module also has high reliability. It uses high-quality materials and advanced production processes, and undergoes strict
quality control and testing to ensure stability and reliability in critical applications.

In order to improve system availability, some T9908modules also have redundant input channels. This means that when one input fails, it can be switched to
a backup input to ensure the continuous operation of the system. This redundancy greatly improves the system”s fault tolerance and reliability.

In addition, the T9908 digital input module also has strong anti-interference and anti-interference capabilities. This enables it to work stably in complex
industrial environments without being affected by external interference.

In terms of specific applications, the ICS TRIPLEX digital input module has been widely used in multiple fields. In the power system, it can be used to monitor
digital signals such as the status, current, and voltage of power equipment to ensure the stability and safety of the power grid.

In the chemical industry, the T9908 digital input module can be used to monitor key parameters in chemical processes, ensuring the safety and efficiency
of the production process. In the oil and gas industry, this module can be used to monitor and control various parameters in the oil and gas production process,

Ensure the normal operation of the equipment.

Contact: Mr. Lai 
Wechat:17750010683 
Whats app:+86 17750010683 
Skype:+86 17750010683 
QQ: 3221366881 
3221366881@qq.com

Figure 4 Tool Framework

2.3Smart component creation

Call the Rotator component: This component is used to allow the rotatable grinding rotor to rotate during simulation to simulate the real grinding scene. In the parameters of the Rotator component, set the reference to object, the reference object to the frame l, and the object to a copy of the rotor. (2) The rotary grinding rotor can be rotated, and the speed is l20mm/s (the speed of the grinding head will affect the quality of the finished product) ), the reference center axis is: axis (based on frame l, centerpoint x, y,: set to 0, 0, 0, Axis set x, y,: 0, 0, l000mm).

Call the Attach component: This component is used to allow the rotatable grinding rotor to be integrated with the tool body. When the tool body is installed on the flange, it can follow the movement of the flange. In the parameters of the Attach component, set the sub-object to be a copy of the rotor (2) for the rotatable polishing rotor, and the parent object is the tool body of a copy of the rotor. The offset and orientation are based on the offset of point B relative to the origin. For setting, you can use the measurement tool in Robotstudio software to measure, and then set the parameters after measurement.

Verification: Install a copy of the rotor tool body onto the robot flange, and then click Execute in the Attach component. You can observe whether the position of the rotatable grinding rotor is correct at this time. If there is a deviation, adjust the position in time, as shown in the figure. 5 shown.

Figure 5 Tool installation

2.4 Create tool coordinate system

Use the six-point method to create the tool coordinate system Too1data on the robot teach pendant at the center of the rotor. Change the tool coordinate system to Too1data in the basic options. At this time, click on the robot manual linear and you can drag the robot to move linearly at will.

2.5 Creating trajectories and programming

Determine the trajectory: According to the requirements of the work task, design the grinding trajectory around the workpiece and determine the trajectory points and transition points required for the grinding trajectory. The grinding action process is shown in Figure 6.

Setting I/O and programming: Yalong IY-l3-LA industrial robot deburring and grinding system control and application equipment adopts 0sDC-52 6/o communication board, the address is 10, Do1 is the digital output signal, the address is 1 . First set the I/O board, then set the I/O digital output signal Di1, and then program on the simulation teaching pendant. The procedure is as follows:

PRoCmain()

setDo1: Set the Do1 signal to allow the external grinding rotor to start rotating.

waitTime1: The robot stays in place and does not move, waits for 1s, and lets the polishing rotor turn to the specified speed, transition

MoveAbsjjpos10NoEoffs,v1000,z50,Too1data1: The robot moves to the initial point jpos10 above point p10. Point jpos10 is used as the starting point and end point of the robot’s action.

Move4p10,v1000,z50,Too1data1: Move straight line grinding to point p10

Move4pL0,v1000,z50,Too1data1: Move straight line grinding to pL0 point

Move4p30,v1000,z50,Too1data1: Move straight line grinding to point p30

Move4p40,v1000,z50,Too1data1: Move straight line grinding to p40 point

Move4p10,v1000,z50,Too1data1: Move straight line grinding to point p10

MoveAbsjjpos10NoEoffs,v1000,z50,Too1data1: The robot moves to the initial point jpos10 above point p10

waitTime1: wait 1s, transition

ResetDo1: Reset the Do1 signal to stop the rotor ENDPRoC

2.6 Simulation design and verification

Simulation design: Create a smart component to input the Di1 signal, and use the Di1 signal to simulate the external polishing start signal to execute the Rotator component and Attach component of the smart component to achieve the visual effect of rotating and polishing the polishing rotor. In the workstation logic design, the smart component input Di1 signal is associated with the robot Do1 signal, so that the robot signal Do1 can control the smart component input Di1 signal, thereby controlling the start and stop of the rotation of the polishing rotor.

Verification: In the program of the teaching pendant, first set the pp command to move to Main, and then set the robot startup mode to automatic. Click play in the simulation of Robotstudio software to verify whether the trajectory is consistent with the assumption, and optimize the path in time for problems existing in the simulation.

3Summary and outlook

This design is based on the programming simulation of the Yalong Y4-1360A industrial robot deburring system to control the grinding robot workstation. It covers aspects such as creating a workstation, setting up tools, creating smart components, creating tool coordinate systems, creating trajectories, programming, simulation design, and verification. Starting with it, the polishing simulation of the workstation is realized through the smart component function of Robotstudio software. The animation effect is intuitive and lifelike, which not only facilitates teaching demonstrations, but also facilitates program debugging, and has application value for both production and teaching.

In the planning and design of the workpiece grinding trajectory, according to the different roughness and grinding amount process requirements of the workpiece, the rotation speed, feed speed, feed amount, and grinding angle of the grinding rotor are also different. The feed amount can be adjusted in time according to the on-site conditions. , feed speed, rotor speed, grinding angle and other parameters. After appropriate adjustments, the motion trajectory is written with the corresponding program on the Robotstudio software to further reduce the possibility of robot collisions and singular points contained in the trajectory during the actual debugging process. ,Optimize paths and improve debugging efficiency.

FCP280 RH924YA Field Control Processor 280 FOXBORO
CC-PAOX01 Hart analog output module HONEYWELL
1394C-SJT22-A/C servo controller Allen-Bradley
IS420UCSBH4A UCSB controller GE
GDB021BE05 HIEE300766R0005 Power module
7ML52020EA0 Ultrasonic liquid level sensor ABB
TU847 3BSE022462R1 Modulebus terminal
IS220PPDAH1B 336A5026ADP14 Gas turbine module GE
8444-1091 Energy meter woodward
CML25.1-3N-400-NN-NNC1-NW drive Rexroth
SUE3000 High Speed Switching Device (HSTD) ABB
UG-8L mechanical hydraulic governor WOODWARD
MKD071B-035-KP1-KN servo motor Rexroth
IC660BRD024 Input/Output module GE
MU-PDIY22 Digital input 24 Vdc processor
TK-IOLI01 Input/output module HONEYWELL
TK-PRR021 Redundant module HONEYWELL
IC694MDL940 16 point relay output module
IC694MDL645 Positive/negative logic input module
W24MT25 ACOPIAN AC DC Single output
HIMA F3330 984333002 8 fold Output module F 3330
IC200PWR102E Expansion power module
1C31227G02 Analog input (voltage) module
1756-L55M12 Processor components
JUSP-NS500 Yaskawa Drive
MSK040C-0600-NN-M2-UG0-NNNN servo motor
IC200UEM001 Ethernet optional module
A06B-6112-H026#H550 Spindle amplifier module
IS215UCCCM04A  Mark VI IS200 CPCI 3U Compact PCI
IS215UCVBG1A Mark VI IS200 Ethernet communication keyboard
IS215UCCAM03A  Mark VI IS200 UCCA Processor
IS215UCCAH3A controller board  Mark VI IS20
IS215UCVEM09B Ethernet connection circuit board GE
AIM0006 2RCA021397A0001F Control Board module
IS210AEBIH3BEC GE Gas turbine card module
A6140 9199-00058 Monitoring module emerson
A6824R 9199-00098-13 ENERSON Vibration module
A2H124-24FX P0973BJ Industrial switch
5SHY3545L0016 3BHB020720R0002 3BHE019719R0101 GVC736BE101
IS215UCVEM01A IS215UCVEH2AF VMIVME+7614-133 350-017614-133 E
TRICONEX MP3009X/TCM 4355X motherboard
REF615C_C HCFFAEAGANB2BAN1XC Feeder protection and measurement and control device
REXRTOH VT-MVTW-1-16/D Communication board
NI PCI-5421  Waveform Generator Device
IS215UCVEM08B GE Mark VI IS200 printed circuit board
ABB 07AC91 GJR5252300R0101 Analog I/O module
RAMIX PMC237C-008EMI Expansion Module for VME Systems
5SHY4045L0001 3BHB018162R0001 3BHE009681R0101 GVC750BE101
3500/53 133388-01 BENTLY Overspeed Detection Module
VMIVME-7750 VMIVME-7750-760000 350-027750-760000 N
GE F650-G-N-A-B-F-2-G-1-HI-C-E Relay protection device
ABB P4LQA HENF209736R0003 16 channel digital output module
SAT CM3142-01-03 CX3147-04 Interface module
SAT CM3141-02-03 CX3149-05 8-channel digital input
SAT RM3141-01-02 CM3141-01-02 Servo control system
Allen-Bradley 1756-IF16 ControlLogix Analog Input Module, Current/Voltage, 16-Ch
ABB PCD231B101 3BHE025541R0101 Excitation system control unit
DEIF DU-2/MKIII ROTECTION AND POWER MANAGEMENT

Company advantage service:
1.Has been engaged in industrial control industry for a long time, with a large number of inventories.
2.Industry leading, price advantage, quality assurance
3.Diversified models and products, and all kinds of rare and discontinued products
4.15 days free replacement for quality problems
All kinds of module card driver controller servo motor servo motor embedded card wires and cables Power module control module is applicable to steel, hydropower, nuclear power, power generation, glass factory, tire factory, rubber, thermal power, paper making, shipping, navigation, etc

ABB — AC 800M controller, Bailey, PM866 controller, IGCT silicon controlled 5SHY 3BHB01 3BHE00 3HNA00 DSQC series
BENTLY — 3500 system/proximitor, front and rear card, sensor, probe, cable 3500/20 3500/61 3500/05-01-02-00-001 3500/40M 176449-01 3500/22M 138607-01
Emerson — modbus card, power panel, controller, power supply, base, power module, switch 1C31,5X00, CE400, A6500-UM, SE3008,1B300,1X00,
EPRO — PR6423 PR6424 PR6425 PR6426 PR9376 PR9268 Data acquisition module, probe, speed sensor, vibration sensor
FOXBORO — FCP270 FCP280 FCM10EF FBM207 P0914TD CP40B FBI10E FBM02 FBM202 FBM207B P0400HE Thermal resistance input/output module, power module, communication module, cable, controller, switch
GE —- IS200/215/220/230/420 DS200/215 IC693/695/697/698 VMICPCI VMIVME 369-HI-R-M-0-0-E 469 module, air switch, I/O module, display, CPU module, power module, converter, CPU board, Ethernet module, integrated protection device, power module, gas turbine card
HIMA — F3 AIO 8/4 01 F3231 F8627X Z7116 F8621A 984862160 F3236 F6217 F7553 DI module, processor module, AI card, pulse encoder
Honeywell — Secure digital output card, program module, analog input card, CPU module, FIM card
MOOG — D136-001-007 Servo valve, controller, module
NI — SCXI-1100 PCI – PXIE – PCIE – SBRIO – CFP-AO-210 USB-6525 Information Acquisition Card, PXI Module, Card
Westinghouse — RTD thermal resistance input module, AI/AO/DI/DO module, power module, control module, base module
Woodward — 9907-164 5466-258 8200-1300 9907-149 9907-838 EASYGEN-3500-5/P2 8440-2145 Regulator, module, controller, governor
YOKOGAWA – Servo module, control cabinet node unit

Main products:
PLC, DCS, CPU module, communication module, input/output module (AI/AO/DI/DO), power module, silicon controlled module, terminal module, PXI module, servo drive, servo motor, industrial display screen, industrial keyboard, controller, encoder, regulator, sensor, I/O board, counting board, optical fiber interface board, acquisition card, gas turbine card, FIM card and other automatic spare parts