K-WANG

+086-15305925923
Service expert in industrial control field!
NameDescriptionContent
Adequate Inventory, Timely Service
pursuit of excellence 
Ship control system
Equipment control system
Power monitoring system
Current position:
新闻动态
newS
   
Brand

Allen Bradley 1746-NI8 SLC 500 Analog Input Module

From: | Author:Wang | Time :2025-09-18 | 655 visit: | 🔊 Click to read aloud ❚❚ | Share:

Allen Bradley 1746-NI8 SLC 500 Analog Input Module

Core framework and scope of application of the document

The document follows the logical mainline of "technical principles → practical procedures → fault handling", consisting of 10 core chapters and 4 appendices, with a complete structure and emphasis on practicality. The applicable product is the 1746-NI8 analog input module, which is a single slot module for SLC 500 control systems. It supports 8 analog input channels and can be connected to voltage (such as ± 10V DC, 0-5V DC) or current (such as 4-20mA, 0-20mA) signals. It is suitable for signal acquisition of sensors, transmitters and other devices and is widely used in industrial process parameter monitoring scenarios such as temperature, pressure, flow rate, liquid level, etc.


Core chapter content sorting

(1) Product Overview: Functions and Core Features

Module positioning and hardware composition

Core function: Convert analog input signals (voltage/current) into digital signals through an A/D converter, store them in an input mapping table, and provide them for SLC 500 processors (such as SLC 5/02, 5/03, 5/04) to read. It supports two interface modes: Class 1 (basic configuration) and Class 3 (extended configuration, including user-defined scaling and status monitoring).

Hardware structure: including detachable terminal block (1746-RT25G), 8-channel status LED (green), 1-channel module status LED (green), voltage/current selection DIP switch, cable fixing slot, self-locking buckle, etc. The terminal block supports 18 position wiring and can be connected to shielded twisted pair cables (recommended Belden 8761).

Key technical characteristics

Channel configuration flexibility: 8 channels can be independently configured as single ended input or differential input, and differential input has stronger anti-interference ability; Supports 8 types of digital low-pass filtering frequencies (1Hz-75Hz), which can be selected according to the signal noise situation. Low frequency filtering (such as 1Hz) has good anti-interference effect, and high-frequency filtering (such as 75Hz) has fast response speed.

Self calibration and diagnosis: The module continuously self calibrates the enable channel without the need for manual calibration; Support power on diagnosis (internal circuit, memory detection) and channel diagnosis (open circuit, over range, configuration error detection), with fault status feedback through LED and status words.

Data format diversity: The converted digital data supports 5 formats: engineering units (1mV/step voltage, 1 μ A/step current), PID scaling (0-16383 range, adapted to SLC PID algorithm), proportional counting (-32768-32767), 1746-NI4 compatible format, and user-defined range (Class 3 mode only).

(2) Installation and Wiring: Hardware Deployment Specification

Pre-installation preparation

Environmental requirements: Operating temperature of 0 ° C-55 ° C (not the rightmost slot), 0 ° C-60 ° C (rightmost slot, better heat dissipation), storage temperature of -40 ° C-85 ° C, relative humidity of 5% -95% (no condensation), suitable for industrial environment with pollution level 2, and installed in a closed metal enclosure (protection level reference NEMA 250 or EN/IEC 60529).

Static electricity protection: The module is sensitive to static electricity. When operating, it is necessary to wear a grounding wristband, touch a grounded object to discharge electricity, and do not touch the back panel pins. When idle, it should be stored in anti-static packaging.

Power requirements: Power is obtained through the SLC 500 chassis backplane, with+5V DC (200mA) for digital circuits and+24V DC (100mA) for analog circuits, without the need for external power supply; Calculate the total chassis load to avoid power overload (refer to SLC 500 system manual).

Module installation steps

Slot selection: It can be installed in any slot of SLC 500 modular or extended chassis (except for processor slot 0). When installing multiple modules, it is recommended to place 1746-NI8 in the right slot (for better heat dissipation); The 2-plot expansion chassis (1746-A2) requires reference to the compatibility table, and some module combinations require an external power supply.

Physical installation: Align the module with the upper and lower rails of the chassis, slide it to the self-locking buckle, and ensure that the orange DIN rail locking screw is in a horizontal position (locked state); After installation, cover the unused slot (1746-N2 filler), and cover the exposed interconnection part of the last module with an end cap to prevent electric shock.

Terminal block operation: When disassembling, loosen the release screws on both sides and pull the handle upwards; When installing, first insert the handleless end (arc-shaped buckle) and rotate it to lock. The 1746-RTBS/RTB3S terminal needs to be locked/unlocked with a 3mm screwdriver (1492-N90) at a 73 ° angle.

Wiring specifications

Terminal definition: The terminal block contains 8 channels (each with ± end), 2 shielded terminals (channels 0-3 are connected to the upper shield, 4-7 are connected to the lower shield), and only one end of the shielding layer is grounded (to avoid ground circulation).

Wiring type:

Single ended input: Multiple channels share a common terminal, which can be connected to all "-" terminals through jumper wires, suitable for scenarios where signal sources and modules are grounded together.

Differential input: Each channel has independent ± terminals and strong resistance to common mode noise (common mode voltage range ± 10.5V), suitable for long-distance wiring or complex noise environments.

Wire requirements: Supports 0.25-2.5mm ² (22-14 AWG) solid/stranded copper wire (rated temperature ≥ 75 ° C), insulation layer thickness ≤ 1.2mm, terminal tightening torque ≤ 0.565N · m (5 lb in); The 2-wire/3-wire/4-wire transmitter needs to be matched with an external power supply (the module does not provide loop power).

(3) Run configuration: Address and channel management

Module identification and address allocation

ID code setting: The ID code for Class 1 mode is 3526 (8 input words+8 output words), and for Class 3 mode it is 12726 (16 input words+12 output words), which needs to be configured through programming software (such as RSLogix 500 V1.30+, APS). SLC 5/01 only supports Class 1 and 5/02 and above modes.

Memory Mapping:

Class 1: The output image (O: e.0-O: e.7) stores 8 channel configuration words, and the input image (I: e.0-I: e.7) stores 8 channel data words.

Class 3: The output image contains an additional 4 scaling range words (O: e.8-O: e.11), and the input image contains an additional 8 channel status words (I: e.8-I: e.15), which are used to monitor channel faults (such as open circuit, out of range).

Detailed explanation of channel configuration

Configuration word structure: 16 bit configuration word (O: e.x) defines channel parameters, and the key functions are as follows:

Bit 0-2: Input type (e.g. 101=4-20mA, 011=0-10V DC).

Bit 3-5: Data format (e.g. 000=engineering unit, 001=PID scaling).

Bit 6-7: Open circuit state (00=output 0, 01=upper limit value, 10=lower limit value, only valid for 4-20mA).

Bit 8-10: Filter frequency (100=10Hz, 011=20Hz).

Bit 11: Channel enabled (1=enabled, 0=disabled, data word cleared after disabled).

Configuration process: Define configuration parameters in an integer file (such as N10), write the configuration word to the module output image through the COPY instruction of the ladder program, and trigger configuration transfer with the "first scan bit (S: 1/15)" when powered on.

Data scaling and transformation

Engineering unit scaling: directly corresponding to physical quantities (such as 4-20mA corresponding to 100-500 ° C), data word value x scaling factor x (range/signal range)=actual value, for example: 5500 (1 μ A/step) x (932-212 ° F)/(20-4mA)=247.5 ° F.

PID scaling: 0-16383 corresponds to the full range of the signal, formula: actual value=lower limit value+(upper limit value - lower limit value) × (data word/16383).

User defined scaling (Class 3): Set upper and lower limits through O: e.8-O: e.11, actual value=data word x (range/(upper limit value - lower limit value)).


(4) Diagnosis and Troubleshooting: Problem Localization and Resolution

LED status interpretation

Channel status LED:

Always on: The channel is enabled and functioning normally.

Flashing: Channel malfunction (open circuit, over range, configuration error), needs to be judged in conjunction with the status word.

Off: Channel disabled or not configured.

Module status LED:

Always on: The module is running normally.

Extinguish: Module malfunction (power on diagnosis failure, hardware error), power off and restart required. If ineffective, contact the manufacturer.

Common faults and their solutions

Open circuit fault (4-20mA channel): Set the status word bit 12 to 1, check whether the sensor wiring is loose/broken, whether the sensor is damaged, and the module response time is 0.75-6ms (depending on the number of enabled channels).

Over/Under Range: Set the status words 13/14 to 1, check if the input signal exceeds the configured range (such as 4-20mA signal below 3.5mA or above 20.5mA), adjust the sensor or reconfigure the input type.

Configuration error: Set the status word bit 15 to 1. Check if the configuration word bits 0-7 (input type, data format, open circuit status) are an illegal combination (e.g. bits 6-7=11), and rewrite the configuration word.

Module unresponsive: Check the backplane power supply (+5V/+24V), whether the module is fully inserted into the slot, and whether the chassis is overloaded. If the fault persists after power failure and restart, the module needs to be replaced.

Maintenance and spare parts

Replaceable spare parts: terminal block (1746-RT25G), terminal cover (1746-R13), user manual (1746-6.8).

Maintenance taboos: Do not disassemble the module by yourself, and return it to the manufacturer for repair in case of malfunction; Only use dry anti-static cloth for cleaning, and do not use cleaning agents.

(5) Application example: Practical scenario reference

Basic Example: Current Value Display

Requirement: Collect single-phase motor current (4-20mA transmitter) and display the current value on an LED display (BCD format).

Configuration: Channel 0 is set to 4-20mA, engineering unit, 10Hz filtering, open circuit output 0; Scale 3500-20500 (data word range) to 0-100 (current range) using SCP command, convert TOD command to BCD and send it to the display.

Supplementary example: Multi parameter monitoring

Requirement: Monitor the three-phase motor current (L1-L3), tank pressure, and liquid level, switch the display through a selection switch, and trigger an alarm for low/high liquid level.

Configuration: Channel 0-2 (4-20mA, current), Channel 3 (4-20mA, pressure), Channel 4 (0-10V DC, liquid level); The ladder program includes scaling, BCD conversion, and alarm logic (trigger light for liquid level<12 inches or>110 inches).

Technical specifications and appendix supplements

Core specifications

Electrical parameters: A/D conversion to successive approximation type, common mode rejection ratio (CMRR) ≥ 75dB at DC and ≥ 100dB at 50/60Hz, channel update time 0.75m/s channel, total module update time 6ms (8-channel enabled).

Physical parameters: Size 56.6 × 12.1 × 77.5mm (2.23 × 0.48 × 3.05 inches), weight 30.9g (1.09 ounces), terminal supports 2 channels of 14 AWG wires.

Appendix Resources

Appendix A: Complete Electrical/Environmental/Physical Specification Table.

Appendix B: Channel Configuration Worksheet (including bit definition and setting examples).

Appendix C: ID code, address, and configuration word adaptation method for migrating from 1746-NI4 (4-channel) to 1746-NI8.

Appendix D: Binary Supplement Explanation (Explaining SLC Processor Data Storage Format).

Key precautions

Compatibility check: The compatibility of module combinations (refer to Table 3-2 in the manual) needs to be confirmed for the 2-slot expansion chassis (1746-A2), and some combinations require external power supply; The programming software needs to support Class 3 mode (such as RSLogix 500 V1.30+).

Anti interference measures: The distance between the analog line and the power line should be ≥ 15cm, shielded twisted pair cables should be used, and the shielding layer should be grounded at one end; Choose an appropriate filtering frequency (such as 10Hz filtering in a 60Hz environment) to reduce power frequency noise.

Safety regulations: Installation/disassembly/wiring must be powered off, hazardous environments (such as Class I Zone 2) must meet explosion-proof requirements, module grounding relies on DIN rails (recommended galvanized steel rails), fixed every 200mm.


  • Allen-Bradley 5069-L306ER - SER A CompactLogix Controller PLC
  • Omron CJ1W-CORT21 - CANopen Master Unit PLC Module
  • Danfoss 131B9523 / FC-102P5K5T4E20H1 - 5.5kW VLT HVAC Drive Inverter
  • Schneider Electric LXM32MU90M2 - Lexium 32 Servo Drive Controller
  • Danfoss AKD102P15KT4P21H1 - 15kW 131L2413 ADAP-KOOL Drive Inverter
  • Kollmorgen S70602-NANANA - Servo Drive Controller
  • Allen-Bradley 6189-PS2 - Power Supply Industrial Computer PS
  • Beijer E900T / 03010F - Operator Panel IFC ETTP HMI
  • Schneider Electric LMC20 - PacDrive Motion Controller PLC
  • Sartorius CAW2S1-3DC-NCE - COMBICS 2 Industrial Scale Terminal
  • Kollmorgen / Danaher S30301-NA / S300 - SERVOSTAR343 Servo Drive Controller
  • Siemens A5E00159503 - 12 INCH TFT Touch Panel HMI
  • Siemens 3UF5021-3AB00-1 - SIMOCODE DP Basic Unit Control Module
  • Danfoss 131B8872 / FC-202PK37T4E20H1 - 0.37kW VLT AQUA Drive Inverter
  • Atlas Copco ICB421-2003D / VSK001001 - W9139 ICM431-0025C ICM431-0025D Controller
  • Lenze EV82EV751_4C - Version 4A39 Frequency Inverter Drive
  • Atlas Copco / ABB 3HAB8101-19/07B - Robot Cable Assembly Harness
  • Beijer X2 Pro7-B2 - Operator Panel HMI Touch Screen
  • Honeywell CDW45L - Damper Actuator
  • B&R X67DM9331.L12 - Rev. I0 Digital Mixed Module
  • B&R X67DM9331.L12 - Rev. H0 Digital Mixed Module
  • Sanyo Denki PMM-BA-5604-1 - Pentasyn Stepper Motor Driver
  • SICK AWS1-113 / 1008900 - Evaluation Unit
  • Siemens 1TF6064-1AF71-3AH1 - SIMOTICS Synchronous Servo Motor
  • Heidenhain ERN680.P003-4096 / 29416004 - Rotary Encoder
  • Schneider Electric LC1G185EHEA - TeSys Control Contactor
  • Parker SBC HPD5N - High Performance Drive Electronics SPA
  • Advantech UNO-2170-CE11BE - Embedded Automation Computer IPC
  • Siemens 6AG1231-4HF32-4XB0 - SIPLUS S7-1200 SM 1231 Analog Input Module
  • Advantech UNO-2170-BTO - Embedded Automation Computer IPC
  • Jumo SR-96/4-001.0.0.00.111 - Solid State Relay Power Controller
  • Pepperl+Fuchs FC-21-V - FC-20P Safety Barrier Module
  • Emerson SP1404 - Unidrive AC Drive Inverter
  • B&R X67AI1233 - Rev.C0 Analog Input Module
  • Mitsubishi FR-F740-00250-EC - Frequency Inverter AC Drive
  • Allen-Bradley 2711P-T7C21D8S - PANELVIEW PLUS 7 SERIES B Touch Screen HMI
  • Pilz PMCprotego D.03/000/0/0/2/208-480VAC / 8176101 - Servo Amplifier Drive
  • Reliance Electric 57C414 / 57414-1N - Modbus Interface Module
  • Mitsubishi FR-F740-00250-EC - Frequency Inverter AC Drive
  • Siemens 6SN1123-1AA00-0EA2 - Version A 160A SIMODRIVE Power Module
  • Siemens 1TF6064-1AF71-3AH1 - SIMOTICS Synchronous Servo Motor
  • AEG ALU202 / DAP216 / DEP216 / DAU202 - SIM216 SIM203 DNP205 ADU205 PLC Controller KIT
  • Atlas Copco / ABB 3HAB8101-19/07B - Robot Cable Assembly Harness
  • Hitachi CPU22-02HB - Micro-EHV Programmable Controller PLC
  • Parker SBC HPD5N - High Performance Drive Electronics SPA
  • Jetter JX3-THI2-RTD - JX3-BP Temperature Input Module
  • Eaton DC1-34014FB-A20N - 5.5kW Inverter Variable Frequency Drive
  • Eaton DS7-34DSX041N0-D - Soft Starter
  • Reliance Electric 57C422B / 57422-2E - 2-Axis Servo Controller
  • Hitachi CPU22-02HB - Micro-EHV Programmable Controller PLC
  • Eaton DC1-34014FB-A20N - 5.5kW Frequency Inverter Variable Frequency Drive
  • Siemens 6SN1123-1AA00-0EA2 - Version A 160A SIMODRIVE Power Module
  • Reliance Electric 57C414 / 57414-1N - Modbus Interface Module
  • Eaton DS7-34DSX041N0-D - Soft Starter
  • Reliance Electric 57C422B / 57422-2E - 2-Axis Servo Controller
  • Johnson Controls DX-9120-8454 - Digital Controller
  • Jetter JX3-THI2-RTD - JX3-BP Temperature Input Module
  • Siemens 6SL3210-1KE21-7AP1 - SINAMICS G120C DP 7.5kW BOP-2 Inverter Drive
  • Siemens 1FK7042-2AF21-1QG0 - SIMOTICS S Synchronous Servo Motor
  • Mettler Toledo IND570 - Harsh Analog Weighing Terminal Controller
  • Schneider Electric TM238LDA24DR - Modicon M238 Programmable Logic Controller PLC
  • Hitachi EH-CPU548 - EH-150 PLC CPU Module
  • Honeywell Q7750A2003 - Excel 10 Zone Controller
  • Ferag 584.002.V003 - Control Panel HMI
  • Danfoss AK-SM 720 / 080Z8511 - ADAP-KOOL System Manager Controller
  • Ferag 584.002.V003 - Control Panel HMI
  • Kern 3210001.001 / LOP-KS 2903440.001 - PRT.205A.0000.V001.02341 Servo Controller Board
  • Reliance Electric 57C424 - Maxpak III High Speed Link Module
  • Telemecanique XBTA70101PA - Compact Terminal HMI Panel
  • Reliance Electric 57C424 - Maxpak III High Speed Link Module
  • Reliance Electric 57C422B - 2-Axis Servo Controller
  • Honeywell Q7750A2003 - Excel 10 Zone Controller
  • Telemecanique XBTN400 - Magelis Small Panel HMI
  • Schneider Electric TM172PDG42S - Modicon Programmable Logic Controller PLC
  • Fanuc HE693THM884M - Thermocouple Input Module
  • Selectron PMC22BAEZD / 220735 - Selecontrol PMC 22 ABEZD Controller Module
  • Baumuller BUS21-22/45-31-020 - Servo Drive Inverter
  • Schneider Electric TM172PDG42S - Modicon Programmable Logic Controller PLC
  • Schneider Electric ATV32HD11N4 - Altivar Variable Frequency Drive Inverter
  • Lenze 494_E.4B - DC Speed Controller
  • NORD SK300E-111-340-B - SKDA130E-111-340-IBS-AAA Frequency Inverter
  • Reliance Electric GMI-S02 - AC/AC Converter 380/400V 50/60Hz 2.3/2.8A Drive
  • Hakko / Monitouch V710CD - Operator Panel HMI Touch Screen
  • B&R 5PC910.SX01-00 / 5YZCAA00700000-005 - Automation PC Industrial Computer
  • Hitachi EH-CPU548 - EH-150 PLC CPU Module
  • Tecnau / Fortec FORTEC-04/UL / 10117 - PCB Circuit Board
  • Bosch PSS 2037 10B - Power Supply Module
  • Newall B602000 - Digital Readout Scale
  • ELCON PC Controller - Industrial PC Controller
  • Siemens 3UF5100-0AB00 - SIMOCODE-DP Control Module
  • Omron NS8-TV00B-V2 - Touch Screen HMI Panel
  • Siemens 6ES5264-8MA12 / IP264 - CAM Controller Module
  • Allen-Bradley 1756-L72S - SER B GuardLogix Safety Controller
  • Schneider Electric SXWMPC15A10001 - SmartX Controller Automation Server
  • Telemecanique LC1F265F7 - TeSys F Contactor
  • Siemens 6ES7314-6CH04-0AB0 - SIMATIC S7-300 CPU 314C-2 DP PLC
  • Allen-Bradley 1734-EI4S - POINT I/O Safety Module
  • Allen-Bradley 2711P-T7C4D8 / 2711P-RP8D - PanelView Plus HMI Touch Screen Logic Module
  • Ropex UPT-640-V - Resistron Temperature Controller
  • KEB 07.F5.B3A-0A00 - VERSION 1.1 Combivert Frequency Inverter
  • Sensopart V50-OB-A3-IW-M2-L - VISOR Vision Sensor Camera
  • SICK AFM60A-S1NB018X12 / 1059040 - Absolute Rotary Encoder
  • Kern AG KMC600 / 2903436.001 - Servo Drive Controller
  • Lenze E82EV302_4C200 / 13015655 - VERSION 3D35 Frequency Inverter Drive
  • Schneider Electric XBTOT2210 - Magelis Touch Screen HMI Panel
  • Baumuller BM5-O-SAF-000-000-000-001-202 - Parameter Safety Module
  • SICK UE4470-22EE690 - Safety Relay Controller
  • Hitachi EH-CPU448 / EH-150 - PLC CPU Module
  • Rexroth VT5005-13 - R5 00010592 Proportional Valve Amplifier Board
  • Siemens 6ES7510-1DJ00-0AB0 - SIMATIC ET 200SP CPU PLC
  • Beckhoff CX5120-0121 - 2GB Embedded PC Controller
  • Priva BlueiD S10 / 5010002 - SN3t 5020004 5010101 Building Automation Controller
  • Sigmatek DM161 - S-DIAS Digital Mix I/O Module
  • Telemecanique LC3D50P7A64 - Star Delta Starter Contactor
  • Siemens 6SN1123-1AA00-0BA2 - SIMODRIVE 611 Power Module
  • Siemens 6SN1124-1AA00-0CA1 - SIMODRIVE 611 Power Module
  • Dixell XC1015D-1C01F / XC1000D - Compressor Controller
  • Siemens A5E02184619 / 19T 577B - Industrial Touch Screen HMI Panel
  • Siemens 6SE6420-2AD27-5CA1 - Filter 6SE6400-2FS03-8CD0 Micromaster Inverter
  • Schneider Electric LC1G400LSEN - TeSys Control Contactor
  • Baldor BPS10-200-20-P - Servo Drive Motor Controller
  • Ingersoll Rand X4I / Y06IR03.00 - Air Compressor Controller
  • NORD SK 530P-221-340-A - Frequency Inverter
  • Gelma Hennecke MMI-T.1 / MMB - RS485 Interface Panel HMI Touch Screen
  • Siemens 7SJ6025-2BB00-1FA0 - SIPROTEC Overcurrent Protection Relay
  • Lenze EVS9321-EP - Servo Drive Inverter
  • ABB ACS60100253 - AC Drive Frequency Inverter
  • Microwave Laboratory Systems FAM-40/2 - Fiber Optic Temperature Measurement