Sale!

T8461 Serial communication interface

¥900.00

Brand: ICS Model:T8461
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 T8461

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

T8461 Serial communication interface
T8461 Serial communication interface
Module Clips Drive controller servo moto

The ICS TRIPLEX T8461 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 T8461 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 T8461 digital input module to adapt to various application scenarios.

In addition, the T8461digital 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 T8461modules 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 T8461 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 T8461 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

Practical application of ABB industrial information control system 800xA in main shaft hoist control
introduction

The mine hoist is an important transportation equipment for mining enterprises. Its main function is to transport the ore, personnel or equipment that need to be transported to the destination by the lifting container. Therefore, it plays a very important role in the mining production process. Usually the mine hoist control system consists of a driving part and a control part. The working mechanism of the driving part is: the motor unit drives the mechanical hoisting device, and the frequency converter or other types of hoisting control systems drive the motor unit: the working mechanism of the control part is: Each component of the hoist is coordinated and controlled by the Distributed Control System (DCS). In addition to completing basic process control, it can also integrate intelligent instruments, intelligent transmission and motor control, and even production management and safety systems into one operation and engineering environment. middle. Therefore, the mine hoist requires a control system with high performance, high reliability, and high integration.

1ABB800xA system and AC800M controller introduction

1.1ABB800xA system introduction

The 800xA system is an industrial information control system launched by ABB. The core of its architecture is object-oriented (ObjectOriented) technology. Due to the adoption of ABB’s unique Aspect0object concept, enterprise-level information access, object navigation and access can become standardized and simple.

In order to provide a unified information platform for enterprise managers and technical personnel, the 800xA system provides a base platform (BasePlatform), which relatively separates the process control part and production control management and organically combines them together. As shown in Figure 1, the middle part is the basic platform, the upper part is the production control management part, and the lower part is the process control part. The basic platform provides standard interfaces for these two parts for data exchange.

1.2 Introduction to ABBAC800M controller and its programming configuration tools

AC800M controller is ABB’s latest controller series, which includes a series of processors from PM851 to PM865. The AC800M controller itself has a pair of redundant TCP/IP interfaces. It can use the MMs protocol to communicate with other control devices and 800xA operator stations through Ethernet. It can also use the Modbus protocol and Point-Point protocol through 2 serial ports. communication. The programming and configuration tool of AC800M is ControlBuilderM, referred to as CBM. It supports standard ladder diagram, function block language, text description language and assembly language to write control logic.

2. Improve the design and implementation of control system functions

2.1 Implementation of elevator operating speed curve

One of the main tasks of the lifting control system is to control the lifting motor to operate according to the speed-position curve given by the design, so that the lifting container passes through the acceleration section, the uniform speed section and the deceleration section successively, and stops accurately after completing the specified lifting distance. somewhere in the wellbore. In order to realize the function of precise position calculation, the designed elevator control system must be able to perform high-precision position calculation based on the photoelectric encoder connected to the main shaft of the elevator drum. The calculation formula is as follows:

In the formula, s is the actual position value of the elevator: sp is the distance corresponding to two consecutive encoder pulses: AN is the difference between the encoder count value at the reference position and the current position (signed variable): s0 is the reference position value.

The encoder counts are distributed according to the circumference of the drum. After the number of pulses Np generated by the encoder rotation is known, the diameter of the circumference of the centerline of the wire rope wrapped around the drum must be accurately known, so that it can be calculated according to formula (2) The distance sp corresponding to the two encoder pulses:

In the formula, D is the circumferential diameter of the centerline of the wire rope: Np is the number of pulses for one revolution of the known encoder.

But in formula (2), there is a value D that keeps getting smaller as the system runs. This is because the wire rope used in the elevator is wrapped around the drum, and there is a lining between the wire rope and the drum that increases friction. This liner will become thinner and thinner as the system continues to wear and tear, causing the diameter of the circle formed by the center line of the steel wire rope to gradually become smaller. When the pad wears to a certain extent, it will cause a large position calculation error. In order to solve the above problems, the two parking position switches in the shaft are used to correct the drum diameter, because the distance between the two parking positions can be obtained through actual measurement with high accuracy. During the actual operation, record the encoder count values ​​at the two parking positions respectively. According to formula (3), the actual correction value of sp can be calculated:

In the formula, sd is the distance between two parking positions: Abs is the absolute value operation: N is the encoder count value when there are two parking positions.

In this way, the initial sp value is first set according to the given design parameter value, and then the value is corrected according to the actual operating conditions, which can effectively ensure the accuracy of position calculation. At the same time, sp’ can also be substituted into formula (2), and the D value can be obtained in turn, which can be used as a basis for judging whether the liner is seriously worn.

After obtaining the elevator position value, the speed control curve can be calculated according to formula (4):

2N3A3620-B   TOSHIBA  Assembly Controller Board
ABDT-PDP 3183203131  ANYBUS  Decentralized control system
2N3A8130-A TOSHIBA  module
C2RPS-PSM  ENTERASYS power-supply module
CC-TCF901 HONEYWELL  Hardware Firewall Termination Panel
CC-TDIL01 51308386-175 HONEYWELL  Digital Input Module
CC-TDOB11 51308373-175 HONEYWELL Digital Output Module
IBA 940143201 ABB Analogue input board
IDPG 940128102 ABB Positive logic module
MTL MTL838B-MBF Analog Receiver RS485 Modbus
SC-UCMX01 51307198-175 HONEYWELL  RTU2020 controller
PROFIBUS DP-V1 ABCC-DPV1  PROSOFT  communication module
RMC-131D2  DEIF  Current relay
UR6AH  GE  Universal Relay Module
T8300  ICS TRIPLEX  Trusted Expander Chassis
TP857 3BSE030192R1 ABB  TP857 Baseplate for BC810
1TGE120021R0110  ABB  Communication Gateway
3HNM07686-1 ABB  Controller module
140CHS11000  Schneider  HOT STANDBY S911
123M4610  Bently Nevada  A to B USB Cable 10 Foot
140CRA93100  Schneider  QUANTUM RIO DROP ADAPTOR
140CPU11303 Schneider PROCESSOR 512K RAM 16K USER LOGIC 1XMB+
140DDI35300  Schneider  DISCRETE INPUT MODULE
086318-002 ABB  PARTS ON LINE
AAP3798102-00037  CAMERON  UNIVERSDAL CONTROL MODULE
AX722F DC732F PM783F CM772F CP-E 24 1.25 ABB
DSQC355A  ABB  Robot spare parts
IC660BBA020 GE  Combination I/O module
IC695CHS016 GE  16-Slot Universal Backplane
TB711FC1 3BDH000365R0001  CPU Terminal Base
TSX08CD08R6AC Schneider  power-supply module
TTH300 ABB  Head-mount temperature transmitter
UNDK30P3712S14  Baumer  ULTRASONIC SENSOR
UNS3670A-Z,V2 HIEE205011R000  ABB Converter Electronics
140ACO13000 Schneider ANALOG OUTPUT MODULE
850040060P  PROMESS  Motion control card
531X305NTBAPG1 GE  NTB/3TB Terminal Board
1797-IRT8  Allen-Bradley  FLEX Ex RTD Thermocouple I/O Module
ILS1B853S1456  SCHNEIDER  actuating motor
CC-TCNT01 HONEYWELL C300 Controller Input Output Termination Assembly
FC-9821X MODEL2 NEC
MCP750  MOTOROLA  CompactPCI Single Board Computer
NFT-401RM1A-S   DDK  Tightening machine
P3798102-00010 CN-UIM2 COOPER  touch screen
RMU811 ABB Module_Termination_Unit
SDCS-AMC-DC-D2  ABB  Inverter spare parts
SAN3-24   DDK  SERVO DRIVE
CP320260  KOLLMORGEN  Servo driver
8922-RB-IS  GE  Railbus signal isolator
TVOC-2-240 1SFA664001R1001 ABB Arc Monitor
F3322  HIMA  Digital Output Module
F3236  HIMA  16-Channel Digital Input Module
EABT3 B9302 997009302  HIMA  XFRMR laminated via
F6217  HIMA  8-Channel Analog Input Module
F7133  HIMA  4 Channel Power Distribution Module

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