+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

Rockwell Automation SLC 500 Series Programmable Logic Controller

From: | Author:Wang | Time :2026-03-31 | 6 visit: | 🔊 Click to read aloud ❚❚ | Share:

Rockwell Automation SLC 500 Series Programmable Logic Controller

Processor file structure and address system

1. Core file types and characteristics

Example of file type identification, purpose, element structure, address format

Output file O0: Store external output signal 1 word/element (16 bits) O: 3/15 (slot 3, bit 15), O: 5.1 (slot 5, word 1)

Input file I1: Store external input signal 1 word/element (16 bits) I: 7/8 (slot 7, bit 8), I: 2.1/3 (slot 2, word 1, bit 3)

Status file S2: Storage system status and status bit 1 word/element (16 bits) S: 1/15 (element 1, bit 15, first scan bit)

Bit file B3: Relay logic, shift register 1 word/element (16 bits), maximum 256 elements B3:3/14 (element 3, bit 14), B3/62 (62nd bit in the file)

Timer file T4: Timing control (TON/TOF/RTO) 3 words/element (status+preset+accumulation) T4:0/EN (enable bit), T4:0. PRE (preset value)

Counter file C5: Count Control (CTU/CTD/HSC) 3 words/element (Status+Preset+Accumulate) C5:0/CU (Add Count Enable), C5:0.ACC (Accumulate Value)

Control file R6: Shift/sequence/ASCII instruction controls 3 words/element (status+length+position) R6:2/LEN (length value), R6:2.POS (position value)

Integer file N7: Integer data storage and operation 1 word/element (16 bits) N7:2 (element 2), N10:36 (custom integer file 10, element 36)

Floating point file F8: Floating point data storage and operation 2 words/element (32-bit) F8:2 (element 2), only supported by SLC 5/03 and above

2. Address coding rules

Common format: File identifier: Slot number Font size/bit number (e.g. T4:0.1/0 represents timer file 4, element 0, character 1, bit 0)

Simplification rule: When the font size is 0, it can be omitted (e.g. O: 5/0=O: 5.0/0)

Extended configuration: File 9-255 can be customized through programming as bit/timer/counter/integer/floating point and other types to meet the needs of extended storage


Detailed classification and functions of core instructions

1. Basic instructions (13)

The core is used for bit operations, timing, and counting, and is the most fundamental logical unit in industrial control:

Bit operation instructions: XIC (check closed), XIO (check open), OTE (output Energize), OTL (output latch), OTU (output unlock), OSR (rising edge single trigger)

Timing instructions: TON (power on delay), TOF (power off delay), RTO (hold type timing), support 0.01 second time base, preset/accumulated value range 0-32767

Counting instructions: CTU (up counting), CTD (down counting), HSC (high-speed counting, only fixed controller 24VDC input), counting range -32768 to 32767

Reset instruction: RES (Reset timer/counter, not available for TOF instruction)

2. Comparison instructions (8 items)

Used for data logic judgment and controlling program flow:

Command function supports parameter types

EQU is equal to comparing source A (address) and source B (address/constant)

NEQ does not equal comparing source A (address) and source B (address/constant)

LES/LEQ/GRT/GEQ less than/equal to/greater than/equal to source A (address), source B (address/constant)

MEQ mask is equal to the comparison source, mask (hexadecimal/address), and reference value

LIM range testing low limit, test value, high limit (address/constant)

3. Mathematical Instructions (22 pieces)

Covering arithmetic operations, data scaling, trigonometric functions, etc., supporting integer/floating-point operations:

Basic operations: ADD (addition), SUB (subtraction), MUL (multiplication), DIV (division), DDV (double word division)

Data processing: CLR (reset), SQR (square root), ABS (absolute value), NEG (reverse), SWP (byte swapping)

Scaling instructions: SCP (with parameter scaling), SCL (data scaling), supporting 4-20mA/0-10V analog signal conversion

Advanced operations: RMP (slope generation), CPT (expression calculation), ASN/ACS/ATN (inverse trigonometric function), etc., only SLC 5/03 and above support

4. Data processing instructions (20 pieces)

Used for data format conversion, transmission, and storage:

Format conversion: TOD (integer to BCD), FRD (BCD to integer), DEG (radians to angles), RAD (angles to radians)

Encoding and decoding: DCD (4-bit decoding with 16 options), ENC (16 bit encoding with 4 bits)

File operation: COP (file copy), FLL (file fill), maximum length 128 words (1 word/element) or 42 elements (3 words/element)

Data transmission: MOV (move), MVM (mask move), AND/OR/XOR/NOT (bit logic operation)

Stack operations: FFL/FFU (FIFO in/out), LFL/LFU (LIFO in/out), supporting 128 word stack

5. Program flow instructions (10 items)

Control program execution sequence and optimize scanning efficiency:

Jump command: JMP (jump)+LBL (tag), supports forward and backward jumps, avoids dead loop triggering watchdog timeout

Subroutine instructions: JSR (call)+SBR (subroutine)+RET (return), nesting depth: fixed/SLC 5/01 at level 4, others at level 8

Control area instruction: MCR (main control reset), turn off non hold output in designated area

Debugging instructions: TND (Temporary End), SUS (Pause), used for program debugging and fault location

I/O refresh instructions: IIM (immediate input mask), IOM (immediate output mask), REF (I/O refresh), interrupt scan to update I/O

6. Apply specific instructions (10)

Design for specific industrial scenarios:

Shift instruction: BSL (left shift), BSR (right shift), supports up to 2048 bit array

Sequencer instructions: SQO (sequence output), SQC (sequence comparison), SQL (sequence loading), control sequential machine operations

Timestamp instruction: RHC (read high-speed clock), TDF (calculate time difference), 10 μ s accuracy, supports event timing

Diagnostic instructions: FBC (File Bit Comparison), DDT (Diagnostic Detection), monitoring equipment faults, recording unmatched bits

Verification instruction: RPC (Read Program Checksum), verifies program integrity

7. Block transfer instructions (2)

Used for remote I/O device data transmission (only supported by SLC 5/03 and above):

Command function key parameter error code

BTR reads data files, buffer files (M0/M1), control block-6 (illegal length), -9 (timeout), etc. from remote devices

BTW writes data files, buffer files (M0/M1), control block-7 (communication error), -11 (invalid device), etc. to remote devices

Transmission capacity: up to 32 block transmission buffers, 1-64 words per transmission, supporting RIO links

8. PID instruction

Used for process control of temperature, pressure, liquid level, etc.:

Control modes: Timer mode (custom update rate), STI interrupt mode (synchronized with STI interval)

Core parameters: proportional gain (Kc), reset time (Ti), rate time (Td), dead zone (DB), output limit (CVL/CVH)

Input and output: process variables (PV), set values (SP), control variables (CV), support 0-16383 scaling range

Functional features: anti integral saturation, manual/automatic switching, Feed Forward/Bias offset

Instruction Execution and Status Bit Mechanism

1. Core status bit (stored in S: 0/0-3)

Status bit identification function

When the carry bit S is generated by arithmetic operation 0/0, set it to 1

Overflow bit S: When the result of 0/1 exceeds the data range, set it to 1 (such as integer operation>32767)

Zero position S: When the result of the 0/2 operation is 0, set it to 1

When the sign bit S is 0/3 and the result is negative, set it to 1 (the highest bit is 1)

2. Dedicated status bit

Command universal bits: EN (enable, set to 1 when run is true), DN (complete, set to 1 when operation ends), ER (set to 1 when error, exception)

Timer specific: TT (during timing, accumulate<preset time set to 1)

Counter specific: CU (up count enable), CD (down count enable), OV (overflow), UN (underflow)

3. Error handling mechanism

Overflow trap bit: S: 5/0, detected mathematical overflow or zero division set to 1, must be reset through OTU instruction to avoid major errors (code 0020)

Block transmission error: Control block word 2 to store error codes (-6 to -12), such as -9 indicating transmission timeout

Fault clearing: supports automatic clearing (such as power on errors) and manual clearing (such as program download errors)


Programming Limitations and Compatibility

1. Compatibility of processor models

Instruction type support model restriction explanation

The entire HSC series of basic instructions only supports fixed controller 24VDC input

Advanced Mathematical Instructions (SCP/RPM/CPT, etc.) SLC 5/03 and above require OS302/OS401/OS501 and above firmware

The block transfer instruction SLC 5/03 (OS302) and above requires RSLogix 500 v4.10+

The PID instruction series STI mode only supports SLC 5/02 and above

2. Operational restrictions

Address range: bit numbers 0-15, element numbers 0-255, maximum file length 2048 bits (bit array)

Scanning requirement: The timer command should be scanned every 2.5 seconds to avoid timing errors; HSC instructions need to run unconditionally to avoid counting loss

Regional restriction: prohibit JMP commands from jumping into the MCR area; MCR area cannot be nested

Data type: Floating point operations only support SLC 5/03 and above, negative numbers are stored as binary complement


Troubleshooting and Maintenance

1. Common types of faults

Power on error: If the power supply is abnormal or the module is not recognized, the hardware connection needs to be checked

Running errors: such as instruction parameter errors, address out of bounds, located through error logs

I/O errors: such as I/O module failures or wiring errors, detected through the I/O table error flag (A261)

Program errors: such as nested subroutine overflow, MCR instruction mismatch, compile time prompt

2. Maintenance points

Firmware upgrade: OS300/OS400/OS500 series firmware supports feature expansion and needs to match CX Programmer version

Battery maintenance: Key data (DM/EM/HR) are backed up by the battery, and the battery status needs to be checked regularly

Data backup: backing up program, parameter, and annotation data through memory card execution

Fault log: The system can store up to 20 error records, including error codes and occurrence times

  • TRICONEX 2211 Baseplate for 3211 I/O Module Triconex System Component
  • TRICONEX CM3201 Communication Module Industrial Control System
  • ABB 560CMR01 Communication Module RTU560 Control Unit
  • Metso 1NWH155 - Ethernet Hub
  • Metso T22PO 103913968 - Sampler Valve (LF02C)
  • Metso EDS-516A-MM-SC - Ethernet Device Switch
  • Metso MC4-16-4 - Brass Rotary Oscillator Drive
  • Metso XT03CWTAS6SJHA - 3" Ball Valve Assembly
  • Metso 181226 - Digital Input Module
  • Metso RAU4E62037 - Valmet Posieve Plus Measuring Head
  • Metso VT-223779/2 - Sealing Housing SD42"B
  • Metso J2029 010 10722 - Circuit Board
  • Metso D202038-ACN-PO - Automation Component
  • Metso NE724/S1-CE01 - Electro-pneumatic Valve Positioner
  • Metso M851004 - CPU Module T194-v0
  • Metso Trucker Hat - Finland Golf Ball Cap
  • Metso DN6-50 - Jamesbury 1/4" Valve
  • Metso B1CU6/20L - Pneumatic Actuator
  • Metso B1CU6/25L - Pneumatic Actuator
  • Metso A416040-09 - Power Rating Unit 28 VDC
  • Metso A4300018B - Central Unit Communication Interface
  • Metso ND9106HN/K05 - Intelligent Valve Controller
  • Metso D200537 BOU83 - Binary Output Model 02
  • Metso A413111 TIU61 - Temperature Input Unit Board
  • Jamesbury 730S313600XTZ2 - 1" Flanged SS Ball Valve
  • Metso HG4A12SH0 - Pressure Transmitter with Coupling
  • Metso A413146 BIU 4 - Binary Input Module
  • Metso DDC7940-D201139 - Controller Module
  • Metso Square Flange - Discharge Flange for Slurry Pump
  • Metso A413177 - Automation Board
  • Metso BOU82 D200536 - Binary Output Module
  • Metso D200619 - Personality Module
  • Metso RKN50MT - Actuator Repair Kit
  • Metso IOP335 - Counter Timer Module
  • Valmet IOP341R 181560 - Positioner Module
  • Metso A413150 - Power Module
  • Metso RKN-184XTZ - Actuator Repair Kit
  • Metso Flinger Seal - Slurry Pump Component
  • Metso Smart-Pulp M2 - Flow Transmitter 24v-dc
  • Metso S420154 - Automation Rack
  • Metso MM0317187 - Efector Kit
  • Metso TCU (MCA) - Consistency Transmitter Analyzer
  • Metso K7504-E - Crusher Pull Back Rod And Nut
  • Metso M2DA02AP - Stainless Flanged Ball Valve 2in
  • Metso vpvl350sr4/5bd - ValvPowr Actuator with ASCO 8551 Valve
  • Metso A413115 TCU41 - Consistency Controller Board
  • Metso D100226 BIC12 - Circuit Board
  • Metso PDWB031 - Bearing Assembly
  • Metso D200532 BIU8 - Binary Input Unit
  • Metso QPXC2/K20C - Spring Diaphragm Actuator
  • Metso PN8504 - Efector Pressure Kit
  • Valmet A413331 SPU - Power Supply Module
  • Metso EDS-518A-MM-SC - Ethernet Switch
  • Metso LK865 - Valve Actuator Mounting Kit
  • Metso LK-909 - Valve Actuator Mounting Kit
  • Metso Z6287570990 - Seal Kit 4501622310
  • Kajaani U4300115A - VME CPU Board Central Unit
  • Metso PO Node - Controller Module
  • Metso NP726/S1 - Neles Pneumatic Positioner
  • Metso D201138 IBC - Controller Module
  • Metso APS002 - Power Supply 046823
  • Kajaani 15JK-2 A4150110B - Preamplifier Board
  • Wittenstein LP090S-MF1-3-1 - Planetary Gear Head
  • Metso k5232-hjr - Safety Shoe RH
  • Metso A416013 PFC - Iq Controller Interface Platform
  • Metso IOP341 - Positioner Module
  • Metso DCEAEA - Automation Valve Actuator
  • Metso PLU3 A413183 - Automation Board
  • Metso 610-1-4-06-01 - Paper Machinery Panel Display
  • Metso IOP304 181503 - TC/mV Input Module
  • Metso D201138L IBC - Controller with Base
  • Metso AOF2V A413767 - Automation Module
  • Metso PDP401 181580 - Distributed Processing Unit
  • Iittala Capercaillie - Oiva Toikka Design Glass Bird
  • Metso TR2432 - Efector Temperature Transmitter with Well
  • Metso A413084 - CPU Module 32 16M
  • Metso A413052 - SBC Serial Bus Controller
  • Metso PLU2 A413182 - Automation Board
  • Metso A413240 PIC2 - Process Interface Controller Board
  • Metso MBI8 - PLC 8-Slot Chassis
  • Metso MM0290431 - Efector Pressure Kit
  • Metso IOP336 - Automation Interface Module
  • Valmet IOP371 181500 - I/O Bus Extender Module
  • Metso 1057602103 - Nordberg Bronze Thrust Bearing
  • Metso IOP331 - Controller Module
  • Metso A413325 IPU - Power Module
  • Metso B1CU9/35L - Pneumatic Actuator
  • Metso QPX5C/MC - Quadra-Power Rotary Actuator
  • Metso ND9106HXT - Intelligent Valve Controller
  • Metso QPX2C/K20 - Quadra-Powr X Rotary Actuator
  • Metso BIU83 D200534 - Binary Input Unit
  • Metso R185362210 - Rexroth Linear Roller Rail Runner Block
  • Metso A4730024 - Smart-pulp RDU Consistency Transmitter
  • Valmet M851206 - AIU 8 Analog Input Unit
  • Metso BOU82 A413152 - Binary Output Module
  • Metso IOP301 - Isolated Analog Input Module
  • Metso AOU4 A413135 - Analog Output Module
  • Metso ND9103HN - Valve Positioner
  • Ultraflo 100-080-DA - Double Acting Valve Actuator
  • Valmet Smart Pulp M2 - Consistency Transmitter No Blade
  • Metso A413160 FIU1 - Frequency Input Board
  • Metso A413016 NCU2 - Network Control Unit
  • Metso U4430141V2 - SCPU Board
  • Metso IOP334 - Automation Controller Module
  • Metso IPU2 D100789 - Power Supply Module
  • Metso IOP345 181575 - Overspeed Trip Module
  • Metso PLU1 A413181 - Automation Board
  • Metso BOU84 A413154 - Binary Output Unit
  • Metso Trep T 700 - Washer Spring 1634020 NP1213
  • Metso U4500666 - Automation Circuit Board
  • Metso A04H D201190 - 4 Channel HART Output Module
  • Metso A413230 - Automation Controller
  • Metso NP724/J30 - Pneumatic Positioner Valve
  • Valmet A413125 - AIU 8 Analog Input Card
  • StoneL AM1333HA02SRM - Axiom Valve Monitor
  • Metso ND9103HU - Electro-pneumatic Valve Positioner
  • Metso ND9102HU - Electro-pneumatic Valve Positioner
  • Valmet A413171 - PIC Card Binary Output
  • Metso U4540070 - Automation Component
  • Metso NE724/S1 - Locator Positioner
  • Metso Dredge Pump Gland - Packing Gland 16" X 9-1/2"
  • Metso PNE724/S1 - Valve Positioner
  • Valmet A413370 ESU - Control Board 422138-3B
  • Bosch SMLPD U 326 D - Hydraulic Gear Pump 1059423011
  • Jamesbury 815L113600TT - Butterfly Valve 6" with Actuator VPV300DABD
  • Metso SPR2 A413750 - Automation Module
  • Jamesbury ValvPowr - Actuator with Quartz & ASCO Solenoid Valve
  • Metso A413248 - Automation System