Product Details
Product Details
Product Description
Product Description
Brand:TRICONEX
Type:AIH 3723X
Origin:the United States
Warranty: 365 days
Colour: new/used
Shipping method: Courier delivery
Products are widely used in metallurgy, petroleum, glass, aluminum manufacturing, petrochemical industry, coal mine, papermaking, printing, textile printing and dyeing, mechanical, electronic manufacturing, automobile manufacturing, plastic machinery, electric power, water conservancy, water treatment/environmental protection, boiler heating, energy, power transmission and distribution and so on.
Spare parts spare parts, the main DCS control system of PLC system and the robot system spare parts,
Brand advantage: Allen Bradley, BentlyNevada, ABB, Emerson Ovation, Honeywell DCS, Rockwell ICS Triplex, FOXBORO, Schneider PLC, GE Fanuc, Motorola, HIMA, TRICONEX, Prosoft etc. Various kinds of imported industrial parts
Float Flag: "N" tells the master to ignore the floating values and treat each register data as a data point composed of 1 word, 2 bytes or 16 bits. Float Start: Ignored. DB Addr - same as when Float Flag: Y. Reg Count - Tells the master how many data points to send to the slave. Swap Code - same as when Float Flag: Y. Func Code - same as when Float Flag: Y. Addr in Dev - same as when Float Flag: Y as long as the slave's Float Flag = Y. In the above example, the master's Modbus command to transmit inside the Modbus packet is as follows. Slave Address Function Code Address in Device Reg Count Byte Count Data DEC 01 16 7100 2 4 85.37 HEX 01 10 1B BC 00 02 04 BD 71 42 AA In this example, the master's Modbus packet contains the data byte and data word counts that have NOT been doubled from the amount specified by Reg Count due to the Float Flag set to N. The slave looks for the byte count in the data packet to know the length of the data to read from the wire. Because of insufficient byte count, some slaves read only half the data from the master's transmission. Other slaves read all 8 bytes in this example because they know where in the packet the data starts and ignore the byte count parameter inside the Modbus packet.
Float Flag: Not applicable with Modbus Function Code 3. Float Start: Not applicable with Modbus Function Code 3. DB Addr - Tells the master where in its data memory to store the data obtained from the slave. Reg Count - Tells the master how many registers to request from the slave. Swap Code - same as above. Func Code - Tells the master to read the register values from the slave. FC3. Addr in Dev - Tells the master where in the slave's database to obtain the data. In the above example, the master's Modbus command to transmit inside the Modbus packet is as follows. Slave Address Function Code Address in Device Reg Count DEC 01 3 6100 2 HEX 01 03 17 D4 00 02 In the above example the (Enron/Daniel supporting) slave's Modbus command to transmit inside the Modbus packet is as follows. Slave Address Function Code Byte Count Data DEC 01 3 8 32.75 275.69 HEX 01 03 08 00 00 42 03 D8 52 43 89 In the above example the (a NON-Enron/Daniel supporting) slave's Modbus command that is transmitted inside the Modbus packet is as follows. Slave Address Function Code Byte Count Data DEC 01 3 4 32.75 HEX 01 03 04 00 00 42 03