Welcome to the Industrial Automation website!

NameDescriptionContent
XING-Automation
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Allen Bradley 1746-NI8 SLC 500 Analog Input Module

F: | Au:FAN | DA:2025-09-18 | 908 Br: | 🔊 点击朗读正文 ❚❚ | 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.

image.png

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.

  • Basler D90 96801 100 PCB Card
  • Basler XR2002F Voltage Regulator (110 VAC, 48-480 Hz)
  • Basler SR8A-2B14B3A Regulator
  • Basler 9561500100 Module
  • Basler DECS-400 BE1-11 System
  • Basler DECS-100-B15 Excitation Control
  • Basler SCP 210 Frequency Controller
  • Basler SR4A-2B15B3A Static Voltage Regulator
  • Basler BE1-32R Power Relay
  • Basler PIA2400-17GM Power Interface Adapter
  • Basler MVC 232 Manual Voltage Control Module
  • Basler SSR 32-12 Static Voltage Regulator
  • Basler 5MW AVR Generator Voltage Regulator
  • Basler VR63-4B Voltage Regulator
  • Basler DECS-100-A05 AVR for Engine Generator
  • Basler DECS-100-B15 Automatic Voltage Regulator
  • Basler BE1-32R Directional Power Relay
  • Basler BE1-87B Differential Relay
  • Basler UFOV 260A Protective Module
  • Basler 9-2614-02-100 PCB Rev M
  • Basler DECS-100-B15 Digital AVR
  • Basler 9284900103 PS DECS-400N
  • Basler D4N3H1U Intertie Protection
  • Basler DECS-100-B15 A15 AVR
  • Basler KR4F Voltage Regulator
  • Basler BE26434 T14 Transformer
  • Basler SR8A-2B15B3A Regulator
  • Westinghouse 774B472A12 AR Relay
  • Basler DECS-100-B15 AVR
  • Basler XR2002F Regulator 110V
  • Basler SR125-E Static Regulator
  • Basler SSR 125-12 Regulator
  • Basler MOC2599 Motor Pot
  • Basler BE1-DFPR Feeder Relay
  • Basler CBS 305 Current Boost
  • Basler BE1-25 AutoSync
  • Basler MVC 300 Voltage Control
  • Basler BE3-25A AutoSync
  • Basler KR7FF Static Regulator
  • Basler 90-49000-100 Regulator
  • Basler 880 kVA Dry Type Transformer Specs
  • Basler Electric BE1-25 Sync-Check Relay Specs
  • Basler SSR 125-12 Voltage Regulator Specs
  • Basler Electric BE1-851 Overcurrent Relay Review
  • Basler Electric 149D930G02 Control Sub-Assembly
  • Basler Electric BE1-81O/UT Frequency Relay Specs
  • Basler Electric BE1-51/27C Overcurrent Relay
  • Basler Electric 149D956G02 Industrial Component
  • Basler Electric BE1-51A Overcurrent Relay Specs
  • Basler Electric BE1-40Q Loss of Excitation Relay
  • Basler DECS-200 Excitation Control System
  • Basler DECS-200 Voltage Regulator 56-277V AC / 125V DC
  • Basler BE1-87T Transformer Differential Relay
  • Basler RDP-110-S1 Protection Relay
  • Basler BE1-700V Digital Protective Relay
  • Basler BE1-951 Overcurrent Protection System
  • Basler DECS-300 Digital Excitation Control
  • Basler DECS-200 Digital Excitation Control
  • Basler DECS-200-1C Excitation Control System
  • Basler DECS-200-1L Digital Excitation Control
  • Basler Electric BE1-GPS Generator Protection System
  • Basler Electric DECS-200-1C Digital Excitation Controller
  • Basler Electric DECS125-15 Excitation Control with Power Module
  • Basler Electric BE1-87G Differential Relay
  • Basler Electric BE1-11 Protection System I5A3M2P2N0EA00
  • Basler Electric DECS-200-1C Excitation Control System
  • Basler Electric BE1-11g Generator Protection Relay
  • Basler Electric DECS 125-15-B2C1 V2.0.9 Excitation Control
  • Basler Electric BE1-81O/UT3ED1JA7N2F Frequency Relay
  • Basler Electric BE1-81O/UT3EE1YB7N1F Frequency Relay
  • Basler Electric DECS-200-1L Digital Excitation Control System
  • Basler DECS125-15-B2C1 Excitation Control
  • Basler 9507900205 SSR Retrofit Voltage Regulator
  • Basler BE2000E Digital Voltage Regulator
  • Basler BE1-GPS Generator Protection System
  • Basler DECS-250-CN1CN1N Digital Excitation Control
  • Basler DGC-2020 Genset Controller
  • Basler BE1-81O UT3ED1LA7N0F Frequency Relay (Variant)
  • Basler BE1-81O UT3EE1YA9S0F Frequency Relay (Variant)
  • Basler BE1-81O Over/Under Frequency Relay
  • Basler DECS125-15 Digital Excitation Control
  • Basler Electric BE1-951 Overcurrent Protection System
  • Basler Electric BE1-700V Digital Protective Relay
  • Basler Electric APR63-5 Automatic Voltage Regulator
  • Basler Electric BE1-851 Overcurrent Protection System
  • Basler Electric DECS-250-LN1SN1N Excitation Control
  • Basler Electric BE1-87T Transformer Differential Relay
  • Basler Electric DECS-200-1L Excitation Control System
  • Basler Electric 9310300100 DECS-300 Excitation Control
  • Basler Electric SSE-N 125-4.5KW Shunt Exciter Regulator
  • Basler Electric DGC-2020HD-5NS1DNSBA Genset Controller
  • Basler Electric BE1-81-O/UT3EE1JB7N1F Frequency Relay
  • Basler Electric BE1-81T1EE1WA0N1F Frequency Relay
  • Basler Electric BE1-25M1EA6PN5R1F Sync-Check Relay
  • Basler Electric BE1-GPS Generator Protection System
  • Basler Electric DECS-250-LN1SN1N Excitation Control Rev V
  • Basler Electric DECS-250-CN2CN1N Excitation Control
  • Basler Electric BE1-50/51B-207 Overcurrent Relay
  • Basler Electric DECS-300-C0N0 Excitation Control System
  • Basler Electric DECS-200 Digital Excitation Control System
  • Basler Electric DECS-250-LN1CN1N Excitation Unit
  • Basler Electric DECS-250 LN2SA1D Excitation Unit Specs
  • Basler Electric BE1-87T Transformer Relay Review
  • Basler Electric BE1-11 Protection System
  • Basler Electric BE1-GPS100-E4N1H1N Protection System
  • Allen-Bradley 442G-MABH-R Safety Module
  • Beckhoff CX1030-0111 PLC Assembly Profile
  • FANUC IC693CPU364 PLC Module
  • Orange Denmark Type 200816 220 PLC Specs
  • OMRON C200H-SNT31 Sysmac PLC Module
  • Allen Bradley 20AB022A3AYNANC0 PowerFlex 70
  • OMRON C200HW-PCU01 Position Control Unit
  • ABB AO845A-eA Analog Output Module
  • OMRON CJ1M-CPU22 CPU Unit
  • Allen Bradley 100-E265ED11 Contactor
  • Honeywell 51304511-100 Interface Module
  • SOLEXY BXF3S0101N0018 Gateway Module
  • OMRON CJ2H-CPU65 CPU Unit
  • Automation Direct GS2-45P0 AC Drive
  • M68-2000 2-Axis Motion CNC Controller
  • OMRON CJ1M-CPU11 V3.0 PLC CPU Unit
  • OMRON CJ1W-NC413 4-Axis Positioning Controller
  • OMRON 3G2A3-PRO16 Programming Console HMI
  • Siemens 3VT8440-2AA04-2GA2 Molded Case Circuit Breaker
  • Siemens 3RT5045 Contactor Series
  • OMRON C200HS-CPU01-E SYSMAC PLC Controller
  • OMRON C500-NC103-E Positioning Control Unit
  • OMRON CJ1W-TC001 Temperature Control Unit