Welcome to the Industrial Automation website!

NameDescriptionContent
HONG  KANG
E-mail  
Password  
  
Forgot password?
  Register
当前位置:

Allen Bradley 1746-NI8 SLC 500 Analog Input Module

来源: | 作者:FAN | 发布时间 :2025-09-18 | 732 次浏览: | 🔊 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.

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.

  • ELAU DB-5 Distribution HW 5104 Servo System
  • Touchstar 10K TS10KCC0CEMP Industrial Touch Panel
  • Beckhoff CX2030-0125 Embedded PC PLC
  • Parker Hannifin HID5CS/S4 HIDRIVE 5A Servo Drive
  • Yaskawa ACE-P300-TH5 Servo Drive with Profibus
  • Omron Sysmac SCY-P0 13E Sequencer Controller
  • Saia Burgess PCD4.M120 PCD4.M12 Central Controller
  • Schneider Electric TSX3722101 Modicon Micro PLC
  • Siemens Micromaster 440 6SE6440-2AD25-5CA1 Inverter
  • SICK DL50-P1123 Distance Sensor
  • Yaskawa SGDH-04AE-OY Servo Driver 200V 400W
  • Cincinnati Milacron 3-542-1203A Circuit Board Module
  • Allen-Bradley 1756-EN2T EtherNet/IP Communication Module
  • OMRON CS1H-CPU66-V1 Programmable Logic Controller
  • ABB SACE TMAX S6N 630 Molded Case Circuit Breaker
  • Weidmuller IE-SW-VL16-16TX 16-Port Ethernet Switch
  • Schneider PowerLogic CM4250 Circuit Monitor
  • Sacmi IDPM IDMP1.A SMC 085.16.982 Control
  • Omron C120-LK202-EV1 Host Link Unit
  • Omron FQ2-S15050F Smart Camera Vision System
  • OMRON CJ1G-CPU44H Programmable Logic Controller
  • SIEMENS KTP600 HMI 6AV6 647-0AD11-3AX0 Touch Panel
  • OMRON CS1G-CPU45H EV1 Programmable Logic Controller
  • Omron C200HG PLC System C200H-ID212 C200H-OC226
  • ROBOSYSTEM IOG4AX-HD-100 IOG-HD Motion Controller
  • Datalogic SG4-S3-080-PP-W Safety Light Curtain
  • Omron NS12-TS01B-V2 Interactive Display
  • Esto Electronic E.CGT-405-42TE PLC Rack
  • Siemens 7ED62 Static Three Phase Counter
  • Oemer QCAVS 100 LBE AC Square Frame Servo Motor
  • Schneider Electric TM262M25MESS8T Motion Controller
  • Eaton Moeller MFD-CP8-ME Power Supply
  • Pro-face PL-5700T1-24VDC Industrial Panel PC
  • GE Fanuc IC693APU300J High Speed Counter
  • Fuji Electric Micrex-F FPU080S PLC Module
  • Automation Direct GS2-45P0 AC Drive
  • Omron 3G3MV-C4015 V1000 Inverter
  • Vacon NXI01055A2T0CSS Industrial Inverter
  • Saia Burgess PCD4.M240 Central Controller Module
  • Yaskawa SGDH-10DE Sigma II Servo Drive
  • Stober EK501USOM140 Servo Motor and Drive
  • SCE M68-2000/4 CNC Controller and I/O Board
  • Omron SP10-PR001-V1 PLC Programming Console Specs
  • VACON NXI01055A2T0CSSA Industrial AC Drive
  • OMRON SYSMAC SCY-P1 Sequencer Controller PLC
  • SEL-2440 DPAC Discrete Programmable Controller
  • BIVIATOR CI3098 CPU Encoder Module Industrial Control Unit
  • Siemens 6FC5371-0AA10-0AA2 SINUMERIK NCU 710.2
  • KOLLMORGEN SERVOSTAR S70601-NA High Performance Servo Drive
  • OMRON C200HW-PCU01 Fastnet PCMCIA LAN Communication Unit
  • ibaFOB-2io-D Two-Channel Fiber Optic Input Output Card
  • ibaFOB-4io-D Four-Channel Fiber Optic Input Output Card
  • ibaFOB-io-S Single-Channel Fiber Optic Input Output Card
  • ibaFOB-4io-S Four-Channel Fiber Optic Input Output Card
  • ibaFOB-4o Four-Channel Fiber Optic Output Interface Card
  • ibaFOB-4i-S Enhanced Four-Channel Fiber Optic Input Card
  • ibaFOB-4i Four-Channel Fiber Optic Input Interface Card
  • ibaFOB-io Fiber Optic Interface Card for iba Systems
  • SM128V VMEbus Interface Card for Industrial Data Acquisition
  • ibaLink-SM-128V-i-2o VMEbus Fiber Optic Interface Board
  • GE Fanuc IC693MDL632 125V DC Input Module 8 Points
  • GE Fanuc IC693MDL241 24V AC/VDC Input Module 16 Points
  • GE Fanuc IC693MDL240 120V AC Input Module 16 Points
  • GE Fanuc IC693MDL231 240V AC Isolated Input Module
  • GE Fanuc IC693MDL230 120V AC Isolated Input Module
  • GE Fanuc IC693MDL654 5/12 VDC 32-Point Input Module
  • GE Fanuc IC693MDL653 24 VDC 32-Point Input Module
  • GE Fanuc IC693MDL648 48 VDC 16-Point Input Module
  • GE Fanuc IC693MDL646 24 VDC 16-Point Input Module
  • GE Fanuc IC693MDL634 24 VDC Input Module 8 Points
  • GE IM 3100 D 1007722 Control Module
  • GE IM0146B Industrial Circuit Board
  • GE IM0059E0-10070 Interface Board
  • GE IM0094C Industrial Control Board
  • GE IC200PNS002-AB VersaMax PROFINET Scanner
  • GE F650BFBF1G0HI Feeder Protection Relay
  • GE TPR5616NRHC Protection Relay
  • GE D6P3KH Digital Protection Relay
  • GE F650BABF2G0HIS Feeder Protection Relay
  • GE F650BADF2G1HIR Feeder Protection Relay
  • GE F650BABF2G1HI6 Digital Bay Controller
  • GE Multilin 745-W2-P1-G1-H-I-A-R-E Transformer Protection Relay
  • GE 100BASE-T Industrial Ethernet Interface
  • GE Multilin 350-E-P1-S1-H-S-E-C-N-2E-D-H Feeder Protection System
  • GE F650MXCF1G1HI6 Bay Controller
  • GE MM300-GEHD2CAB Motor Management Relay
  • GE MMS35-621-1-00 Motor Management System
  • GE 100BASE-T Ethernet Communication Module
  • GE F650MFCF1G1HI6 Feeder Protection Relay
  • GE CK13BA300 Control Module
  • GE W2-P1-G1-H Industrial Control Unit
  • GE PIB315B Power Interface Board
  • GE 343L695VAGIRHC Multi-Function Relay
  • GE Multilin B90N05HKHF8NH6 Bus Differential Protection
  • GE ZX3SC0204N-930 Intelligent Control Module
  • GE PIB504 Process Interface Board
  • GE D20MX Remote Terminal Unit
  • GE T60UJ3HKHF8NH6 Transformer Protection Relay
  • GE ZG3SA02041-58S600X Motor Protection Relay
  • GE ZG3SA02041-58S Motor Protection Relay
  • ABB DSDX 452 L Remote Input Output Module
  • ABB RDCU-02C Drive Control Unit
  • ABB COMMANDER 350 Process Controller
  • ABB Tmax XT4S 250 Molded Case Circuit Breaker
  • DEIF MALLING 8027.90 Industrial Control Unit
  • DEIF DCP2-2410 Power Supply Module
  • DEIF FAS-2N Synchronizer
  • DEIF MALLING 827.54 Processor Module
  • DEIF DU-2/MKIII Display Unit
  • DEIF DRW-2 Reverse Power Relay
  • DEIF 827.4 Power Management Module
  • DEIF 1044220060F Mains Measurement Module
  • DEIF 1044220190G Remote Display Module
  • DEIF 1044220140C AGC 200 Display Module
  • DEIF BRW-1-NB Remote Display Unit
  • DEIF MALLING 827.52 Industrial Control Unit for Automation Systems
  • DEIF BRW-2 Industrial Relay Module for Control Systems
  • DEIF 1044220080D Power System Control Module Industrial Automation
  • DEIF 1044220100F Controller Module for Generator Control Systems
  • DEIF DU-300 Voltage Monitoring Relay Industrial Protection Unit
  • DEIF 1044220060F I/O Extension Module
  • DEIF 1044220150C Interface Module
  • DEIF GCU 100 Engine Control Unit
  • DEIF XDI144-DUAL Marine Indicator
  • DEIF 827.41 Multi-line 2 Processor Module
  • DEIF AGC 146 Automatic Genset Controller
  • DEIF 1044220080E MDR-2 Display Module
  • DEIF MDR-2 Multifunctional Digital Relay