+086-15305925923

K-WANG

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 | 2 visit: | 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.


  • Kollmorgen PA7500 - Servo Drive
  • Kollmorgen AKM41C-CCCNR-00 - Servo Motor
  • Kollmorgen PJT55-A1 - Motor
  • Kollmorgen PRD-PB805EDD-00 - Servo Drive
  • Kollmorgen SC1R06260 - Servo Drive
  • Kollmorgen QT-3832-C - Direct Drive Motor
  • Kollmorgen CR10550 - Servo Drive
  • Kollmorgen AKM53K-ANCNR-00 - Servo Motor
  • Kollmorgen PE205560 - Servo Drive
  • Kollmorgen M.1300.1286 - Sercos Bracket
  • Kollmorgen S30301-NA - Servo Drive
  • Kollmorgen 12311-000-3/5-01-2 - Circuit Board
  • Kollmorgen LE06565 - Servo Drive
  • Kollmorgen PRD-P303250Z-35/CP303250 - Servo Drive
  • Kollmorgen ST1/80-310 - Servo Amplifier
  • Kollmorgen NE23-30-063 - Gearhead with Step Motor
  • Kollmorgen F60WKS-MB - Board
  • Kollmorgen L-1147/3FP - Motor
  • Kollmorgen 63020-01A - Laser Way Module
  • Kollmorgen SR6-6SMx7 - Motor Cable
  • Kollmorgen LPS PA-LM - Power Supply
  • Kollmorgen BDS4 Series - Manual
  • Kollmorgen SCS-M2A/R-4/5-06 - Connector
  • Kollmorgen M.3000.0147 - Cable
  • Kollmorgen PRDRB0571X2Z-00 - Servo Drive
  • Kollmorgen SM-56S-3.000 - Servo Motor
  • Kollmorgen BDS4P-203H-9205204A7 - Drive
  • Kollmorgen M.1302.8250 - Programming Cable
  • Kollmorgen M.3000.0743 - RS232 Cable
  • Kollmorgen 6SM27LL-4500 - Servo Motor
  • Kollmorgen QT-0714E - DC electric Motor
  • Kollmorgen VF-DA0411N-06 - Feedback Cable
  • Kollmorgen PRD-0019030K-06 - Board
  • Kollmorgen S30361-NA - Servo Drive
  • Kollmorgen sr406 - Cooling Unit
  • Kollmorgen DBL4N00750-B3M-00K-S40 - Servo Motor
  • Kollmorgen VF-DA0411N-09 - Feedback Cable
  • Kollmorgen CR03250 - Servo Drive
  • Kollmorgen Microscope eye piece - Microscope Eyepiece
  • Kollmorgen 65WKS-M310/22-PB - Servo Drive
  • Kollmorgen H-232-G-0712 - Servo Motor
  • Kollmorgen LR0665 - Servo Drive
  • Kollmorgen L-1163/FP - Motor
  • Kollmorgen SCFA-M4A/R-4/5-050 - Cable
  • Kollmorgen s30601-na - Servo Drive
  • Kollmorgen S60600 - Servo Drive
  • Kollmorgen BDS5V-206-00010-202B-2-020 - Servo Drive
  • Kollmorgen AKD-P02407-NBEC-0000 - Servo drive
  • Kollmorgen CP-SS-GAHBE-09 - Connector
  • Kollmorgen VFS5-285-30120-2604H-029 - Servo Drive
  • Kollmorgen CE03260 - Servo Amplifier
  • Kollmorgen AKM22E-ANSNR-02 - Motor
  • Kollmorgen PRD-0054248z-00 - I/O Board
  • Kollmorgen AKD-P00606-NBEC-0000 - Servo Drive
  • Kollmorgen AKM22E-ANB2R-00 - Servo Motor
  • Kollmorgen PSR4/5A-112 - Power Supply
  • Kollmorgen E33NLHP-LNW-NS-00 - Stepper Motor
  • Kollmorgen CP-SS-G1HE-10 - Connector
  • Kollmorgen DBL5N02200-0R2-000-S40 - Servo Motor
  • Kollmorgen EM-11 - DIR Limiter Module Board
  • Kollmorgen PRD-KD30030z-50 - Servo Drive
  • Kollmorgen Digifas 7112 - Servo Driver
  • Kollmorgen M.1016.2717 - Cable
  • Kollmorgen SERVOSTAR 346 - Servo Drive
  • Kollmorgen 6SM27M-4000 - Motor
  • Kollmorgen S30601-NA - Servo Drive
  • Kollmorgen PRD-MZ40ASIz-62 - Servo Drive
  • Kollmorgen SBD2-06-2100-2042A40/120-06 - Servo Drive Board
  • Kollmorgen S7240F-NAF2NA-NA - Drive Controller
  • Kollmorgen Prd-0048100A-00 - Board
  • Kollmorgen AKM41E-EKCNR-00 - Servo Motor
  • Kollmorgen PRD-0W13000F-11 - Circuit Board
  • Kollmorgen BDS4A-030H204C2 - Drive
  • Kollmorgen S403A-SE - Servo Drive
  • Kollmorgen S30101-NA-024 - Servo Drive
  • Kollmorgen CR06200-2G405A - Servo Drive
  • Kollmorgen AKD-P01206-NBAN-0000 - Servo Drive
  • Kollmorgen S20330-VTS - Servo Drive
  • Kollmorgen AKM21G-ENMN2-00 - AC Servo Motor
  • Kollmorgen L-1147/1FP - Motor
  • Kollmorgen akm42c-cccnr-01 - Actuator
  • Kollmorgen AKM22E-ENBNLB00 - Servo Motor
  • Kollmorgen SAM-DA-400-07N-P4N-E - Motor
  • Kollmorgen CP320260 - Servo Drive
  • Kollmorgen 1233999 - Motor
  • Kollmorgen CR06250 - Servo Driver
  • Kollmorgen S62000-SE - Servo Drive
  • Kollmorgen PSR4/5A-220 - Servo Power Supply
  • Kollmorgen AKM21C-ANSNAB-02 - Servo Motor
  • Kollmorgen PRD-0019030I-06 - Encoder Board
  • Kollmorgen PJT50 - Stepper Motor
  • Kollmorgen AKM32E-ANC2R-00 - Servomotor
  • Kollmorgen BDS4-MC4-10AZA-93361PR11A - Servo Board
  • Kollmorgen 3YL-20 - Motion Motor Control
  • Kollmorgen 900 - Spectra Film Gate Photometer
  • Kollmorgen EM10 - Module
  • Kollmorgen AKD-P02407-NCEC-0111 - Drive
  • Kollmorgen BDS4A-203J-0001/204A2 - Power Supply Servo Drive
  • Kollmorgen LE06565B-AG - Servo Drive
  • Kollmorgen CP-SS-R1HE-03 - Connector
  • Kollmorgen SERVOSTAR TM 606 - Servo Drive
  • Kollmorgen AKM41E-ANG2LB00 - Servomotor
  • Kollmorgen H-232-G-0802 - Servo Motor
  • Kollmorgen S70302-NANANA - Servo driver
  • Kollmorgen MH-225-B-63 - Motor
  • Kollmorgen F67WKSMBE.F.645.5/1d - Circuit Board Card
  • Kollmorgen 12310-002-3/3-02-2 - Circuit Board
  • Kollmorgen AKD-T00306-NBAN-0000 - Servo Drive
  • Kollmorgen AKD-B00606-NBAN-0000 - Servo Drive
  • Kollmorgen PE205561 - Servo Drive
  • Kollmorgen SERCOS Interface board - Sercos Interface board
  • Kollmorgen PRD-0057EXTz-02 - External Module
  • Kollmorgen M.1302.7479 - Sercos Plus Module
  • Kollmorgen N-X-99-2B-15.5-MT2-FC2-DB-EMR14X - Actuator
  • Kollmorgen F67WKSMB - Board
  • Kollmorgen AKM52H-BKCNAA-01 - Servo Motor
  • Kollmorgen AKM52K-ACC2R-00 - Servomotor
  • Kollmorgen M.1302.8287 - Patch Cord
  • Kollmorgen M.1302.8300 - Patch Cord
  • Kollmorgen DBL3-0130-30-Y-560 - Servo Motor
  • Kollmorgen BDS4A-103H-0015/105A21P - Servo Drive
  • Kollmorgen D13L-20810 - I/O Module
  • Kollmorgen B-202-C-23-096 - Servo Motor
  • Kollmorgen DIGIFAS7108-SPS - Servo Drive
  • Kollmorgen PA2800 - Drive Power Supply
  • Kollmorgen B-406-A-A3 - Servo Motor
  • Kollmorgen AKD-T00607-ICAN-0000 - Servo Drive
  • Kollmorgen PE205561-MZ - Servo Drive