Welcome to the Industrial Automation website!

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

Reliance Electric AutoMax Programming Executive V3.5

F: | Au:FAN | DA:2026-02-05 | 592 Br: | 🔊 点击朗读正文 ❚❚ | Share:

Reliance Electric AutoMax ®  Programming Executor V3.5: Deep Analysis of the Core Software Platform for Distributed Control Systems

In the field of industrial automation and process control, a powerful, reliable, and easy-to-use programming and configuration software platform is the key to unleashing the potential of hardware systems. The AutoMax launched by Reliance Electric ® Distributed control systems, with their modularity, strong real-time performance, and networking capabilities, have been applied in numerous industrial scenarios. As its core programming and project management tool, AutoMax Programming Executive Version 3.5, provides users with a software that runs on Microsoft Windows ™ A complete environment for offline engineering design and online system operation in a graphical interface. This article aims to provide a comprehensive and in-depth technical analysis of the AutoMax programming actuator V3.5, offering a detailed application guide for automation engineers and technicians.


System Overview and Core Architecture

The AutoMax programming executor V3.5 marks a significant shift from early command-line or dedicated environments to modern graphical user interface (GUI) operations. It utilizes the 386 enhanced mode of Windows 3.1 (or higher) to provide engineers with an intuitive and efficient software engineering environment. The core design concept is to hierarchically and modularly manage a complete industrial control application project, mainly reflected in the four level structure of "Library → System → Section → Rack".

Library: The highest management level used to classify different project systems, with the default library being AMXLIB.

System: Represents a complete control application, such as a complete production line or a large process unit.

Region: Logical grouping of racks by function or physical location within the system for ease of management.

Rack: The most basic hardware unit, corresponding to a physical AutoMax chassis, including processors, I/O modules, communication modules, etc.

The software itself integrates four core applications, forming the backbone of offline engineering:

System Configurator: Used to create and manage the hierarchical structure mentioned above, and can import systems created in earlier versions (such as AutoMax V2) or ASD (AutoMax Software Designer) V8. x.

Rack Configurator: Graphically configure modules in physical racks, including local racks, remote I/O networks (supporting AutoMax and Shark remote racks, remote heads, digital tracks, etc.), and drive parameters (for UDC modules).

Variable Configurator: Maps meaningful variable names and descriptions to I/O points, network registers, and public memory locations, replacing the direct use of physical addresses in programming and greatly improving program readability and maintainability. It provides specific configuration forms for different types of modules (basic I/O, network interfaces, public memory).

Task Manager: Used to create, edit, compile, validate, and manage application tasks running on AutoMax processors or Universal Drive Controller (UDC) modules. Supports three programming languages: ladder logic (PC), control block language, and enhanced BASIC language.


Hardware and software environment requirements

To ensure stable software operation, V3.5 has clear requirements for the operating platform:

Computer: IBM compatible machine based on Intel 80386 or higher performance.

Memory: At least 2 MB RAM (4 MB is recommended for better performance).

Hard drive: At least 40 MB of free space.

Operating System: MS-DOS 5.0 or higher.

Graphics environment: Must run in 386 enhanced mode on Microsoft Windows 3.1 or later, and does not support real mode.

Peripheral devices: At least one idle serial port (COM1 or COM2) is required to connect to the AutoMax processor. A mouse is not necessary but strongly recommended as it can significantly improve operational efficiency in the Windows environment.

Network function: V3.5 supports the use of tokens, file locking, version control library (VCL), and other functions when workstations are connected to a local area network (LAN). This is crucial for multi engineer collaborative projects and can effectively prevent database file damage and task file change loss. VCL functionality requires Intersolv ™  Polytron Version Control System (PVCS) V5.0 or higher support.

Deep analysis of core functional modules

1. Rack and hardware configuration

The rack configurator is the core of building hardware images for control systems. Users can add supported modules from the module list, such as various processor modules (57C430A, 57C431, 57C435), digital/analog I/O modules, communication modules (network, remote I/O, Modbus, AB Link, etc.), and universal driver controller (UDC) modules.

Remote I/O configuration: By adding the 57C416 remote I/O interface module, the remote I/O network can be graphically expanded, remote racks or heads can be configured, and local heads, digital/analog tracks, etc. can be further attached to the remote heads to truly reflect the physical wiring structure.

General modules: For modules that are not directly supported or future hardware (marked as "external modules"), the software provides three types of general modules: GEN32, GEN32K, and GEN32KH, which allow users to allocate register space for variable mapping, ensuring system scalability and compatibility (subject to electrical and protocol requirements, see Appendix H of the manual for details).

Driver integration: For distributed power systems (DPS), UDC modules and their associated power module interfaces (PMI), analog/digital tracks, and other hardware can be configured, and detailed driver parameters can be directly set in the software, achieving seamless integration of driver control and logic control.

2. Variable Mapping and Data Management

Variable configuration is the bridge that connects hardware addresses with software logic. The variable configurator of V3.5 adopts a "form" format to customize the display of register structures for different modules.

Network variable configuration: This is the most complex part. For the 57C404 network interface module, in addition to basic settings and status register views, the core is the "Area 1-55 View". In this view, two names can be defined for each register/bit on the network:

Network global name: It uniquely identifies the data point throughout the entire network and is stored in a system level network database to prevent address conflicts and provide unified semantics.

Local name: The variable name used to access the data point within a specific rack.

The two can be linked. After linking, changing the network global name will be synchronized to all racks that use it through the network database, ensuring consistency in network data definition. This design ensures the rigor of global management while allowing flexibility in local programming.

3. Task programming and execution management

The task manager supports multitasking environments. Each AutoMax processor can run multiple tasks with different priorities and share data through common memory or network variables.

programming language

Ladder diagram logic: Using a dedicated PC editor, sequential logic programming is performed in traditional ladder diagram format, supporting standard elements such as contacts, coils, timers, counters, shift registers, and online monitoring and forcing.

Control Block Language: A function call set based on BASIC syntax, designed specifically for process control loops such as PID, integration, and hysteresis, suitable for AutoMax processors and UDC modules (with slightly different sentence sets supported).

Enhanced BASIC language: used for advanced programming such as complex algorithms, numerical processing, and human-machine interface (HMI) communication.

Compile and Download: BASIC and control block tasks need to be compiled into object code (. OBJ) and downloaded to the processor. The ladder diagram task is already in binary format (. PC) and can be downloaded directly.

Online operation: Through the "Online!" menu, engineers can connect to a running rack, perform loading configurations and tasks, start stop tasks, monitor and modify variable values (including tuning and forcing), real-time edit ladder programs (online editing), view processor and task error logs, and perform a series of key debugging and maintenance operations.

4. System security and documentation

Security level: The system provides multi-level access control based on key switch position (PROTECT/SETUP/PROGRAMM) and password, protecting configurations and tasks from unauthorized modifications.

Document integration: Systems, regions, racks, and tasks can all be associated with independent document files (. SDC,. CDC,. RDC,. TDC) for storing design specifications, maintenance notes, and other information, promoting knowledge management and project handover.

Cross reference report: It can generate detailed rack cross reference and network cross reference reports, listing the usage locations and hardware mapping relationships of all variables, and pointing out potential errors such as unconfigured variables, address conflicts, multitasking write conflicts, etc. It is a valuable tool for debugging and code review.


Compatibility and upgrade path

V3.5 fully considers users' existing investments and upgrade paths:

Backward compatibility: It is possible to convert AutoMax V1, V2 systems, and ASD V8. x systems to V3.5 database format through the "import" function, while preserving the original configuration, variables, and task source code as much as possible.

Operating system compatibility: There is a clear compatibility matrix between the programming executor version and the operating system version running on the rack processor. V3.5 actuators support operating systems from early V2.1B to the latest V3.5, but some advanced features may be limited by the version of the operating system in the rack.

Parallel installation: V3.5 can be installed on the same computer as previous versions of actuators (such as V2.x, V3.0A-V3.4E), and can be switched and used through different startup methods (icons or environment variables).


Key workflows in engineering practice

A typical AutoMax project development process is as follows:

Project Planning: Create a project structure (system, region, rack) in the System Configurator.

Hardware modeling: In the rack configurator, add all modules based on physical design, configure remote I/O network and drive parameters.

Data definition: In the variable configurator, allocate meaningful variable names and descriptions for all I/O points, network data exchange areas, and common memory, especially planning network global variables.

Application development: In the task manager, use appropriate programming languages to write control logic, algorithms, and human-machine interface programs, and perform compilation verification.

System integration and download: Load the operating system onto the rack processor and UDC module, and then download the generated rack configuration files, driver parameter files, and application task files to the target hardware.

Debugging and Monitoring: Utilize powerful online features to monitor variables, adjust parameters, and force I/O for system debugging in real-time.

Documentation and maintenance: Generate cross reference reports, improve documentation at all levels, and utilize transmission capabilities to backup or distribute project files to on-site debugging terminals.

  • Metso A413005 Ver.04 Valmet CPU Module
  • Valmet M851207 AIU16 Card
  • Valmet BIU8 Binary Input Unit
  • VALMET 547070-2B CPU Printed Circuit Board Module
  • Valmet Automation A413325 Power Module
  • VALMET AUTOMATION A413135 AOU4 Module
  • VALMET ACU A413165 Model 9 Analog Controller
  • VALMET AUTOMATION A413511-02 Slot Rack with I/O Backplane
  • Valmet A413148 BIE 4 Rev 08 Board
  • Valmet ATB16-4 Controller Board
  • Neles Automation BOR82 A413292 Processor Module
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet AIU 16 Analog Input Unit – M8512071
  • Metso Valmet A413091 GDU Board
  • Valmet M851565 Damatic Main Keyboard
  • Metso A413082 CPU Module
  • Valmet A403037 GDC – Graphics Display Controller
  • Valmet A413076 FBC Board
  • Valmet A413015 NCU Module – Network Control Unit
  • Valmet A413082 CPU Module
  • VALMET AUTOMATION A413620 Fieldbus Repeater
  • Valmet Metso IOP341R Positioner Module
  • Metso A413082 Ver.04 CPU Module
  • Valmet Metso MCA FT250/10 10 Inch Sensor
  • Valmet N0542 ABMB Printed Circuit Board
  • Valmet A413000 Ver.07 CPU Module
  • Valmet A413061 Ver.05 DMU Module
  • Valmet M851241 M1 BCU Binary Input Module
  • Valmet Automation NCU A413015 Circuit Board
  • Valmet A413046 Ver.06 CPU Module
  • Valmet A651B001 Panel Mount Keyboard
  • Valmet IQ Scanner A418080R Basis Weight Detector Head
  • Metso Valmet A413370 ESU Ethernet SCSI Unit
  • Valmet A413340 FPU Power Supply Unit
  • Valmet SKF GE 400/600 Spherical Plain Bearing
  • Valmet SCU PCB Card 542844-7B – System Control Unit
  • Valmet A413075 FBU Fieldbus Controller Module
  • Valmet A413171 PIC Card Binary Output
  • Valmet A413002 Ver.05 CPU
  • Valmet ABMB PCB Card – Industrial Control Board
  • Valmet PMB 2R 542821-4A PCB Card
  • Metso Valmet A413001 CPU Module
  • Metso Valmet A413050 RSU 6 Serial Controller Unit
  • Valmet ABMB MT241 Input Mother Board
  • Valmet DAMATIC M851565 Keyboard
  • Valmet A413075 Ver05 FBC Board
  • VALMET K14891 FLEXI-U Operating Terminal
  • VALMET AUTOMATION MKB2 DAMATIC Keyboard
  • Valmet Metso Consistency Transmitter Smart Pulp M1 RL Blade
  • VALMET AUTOMATION A413230 ECU Module
  • Beckhoff EP9224-0037 - 4-Channel Power Distribution Box EtherCAT
  • Beckhoff CX2900-0026 - Solid State Flash Memory Card 20GB CFast
  • Beckhoff BK7500 - SERCOS Interface Fieldbus Bus Coupler Terminal
  • Beckhoff Ep2328-0002 - 4-Channel Input 4-Channel Output EtherCAT Box IP67
  • Beckhoff CX1020-0111 - Controller Kit Combo Interface Modules
  • B&R X20AI2237 - X20 System Analog Input Interface Module
  • Beckhoff CP2221-0010 - Multi-Touch Built-In Panel PC Touchscreen
  • Beckhoff CX1500-M310 - Fieldbus Master Interface Module 24V
  • Beckhoff CX2100-0904 - Power Charging Module Smart UPS Extension
  • Beckhoff CP3918-0000 - Multi-Touch Control Panel 18.5-Inch Monitor
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff CP7037-1027 - HMI Industrial Control Panel Built-In PC
  • Beckhoff EL3152 - 2-Channel Analog Input Terminal 4-20mA EtherCAT
  • Beckhoff CP6607-0000-0020 - 5.7-Inch Built-In Panel PC HMI Touch
  • Beckhoff EJ1809-0000 - 16-Channel Digital Input Pluggable Signal Level Terminal
  • Beckhoff AM8563-0N10-0000 - Synchronous Servo Motor
  • Beckhoff AX2006-S60600-520 - Compact Servo Drive Inverter
  • Beckhoff AM8053-0K20-0000 - Servo Motor with Planetary Gearbox AG3210
  • Beckhoff AM8042-0FH1-0000 - Synchronous Servo Motor
  • Rexroth R911338600 - IndraControl V HMI Terminal Beckhoff PCI Card FC9002
  • Beckhoff AX5125-0000 - 3 Phase Industrial Servo Drive 1000Hz
  • Beckhoff EP2328-0002 - 4-Channel Digital Input 4-Channel Output EtherCAT Box
  • B&R 7CP476-02 - System 2005 RTD CPU Module 3IF681.86 Interface
  • Beckhoff AX8620-0000-0000 - Power Supply Module Axis Drive System
  • Beckhoff CX1010-0111 - PLC Module CPU Controller 24V
  • Beckhoff AM8043-0H10-0000 - Synchronous Servo Motor
  • Beckhoff C6240-1009 - Control Cabinet Industrial PC Mainframe
  • Beckhoff BX8000-0000 - Bus Terminal Controller HW 4.4 Standalone
  • Beckhoff CP7721-1089-0020 - 12.1-Inch Touch Screen HMI Panel PC
  • Beckhoff CP7132-0001 - Industrial Built-In Panel PC Screen
  • Beckhoff CP2912-0010 - Multi-Touch Built-In Control Panel Display
  • Beckhoff CP2915-0000 - 15-Inch Multi-Touch Built-In Control Panel
  • Beckhoff AM8532-1EN0-0000 - Synchronous Servo Motor
  • Beckhoff AX5203-0000 - 2-Channel Digital Compact Servo Drive
  • Beckhoff CX2020-0141 - Embedded PC Core CPU Module
  • Beckhoff CP6832-0002-0010 - Built-In Industrial Control Panel Display
  • Beckhoff CX5020-0112 - Embedded PC CPU Control Module
  • Beckhoff CX5140-0175 - 4GB Embedded PC CPU Unit 24V
  • Beckhoff EL3681-0030 - Digital Multimeter Calibration Terminal EtherCAT
  • Beckhoff CP7201-1000-0000 - Industrial PC Touch Screen HMI Monitor
  • Beckhoff CP7232-1001-0000 - Industrial Panel PC Touch Screen
  • Beckhoff C6930-1032-0040 - Control Cabinet Industrial PC System
  • Beckhoff AX5125-0000 - 3 Phase Industrial Servo Drive 1000Hz
  • Beckhoff CP3916-1424-0000 - Multi-Touch Built-In Control Panel
  • B&R 1900071142 - Lemoine Fieldbus Communication Interface Module
  • Beckhoff EL2872 - 16-Channel Ribbon Cable Digital Output Terminal
  • Beckhoff CX2030-0120 - Embedded PC CPU Base Module Controller
  • Beckhoff CP3919-0000 - 19-Inch Multi-Touch Control Panel Touchscreen
  • Beckhoff AX5101-0000-0202 - Servo Driver Compact Intelligent Drive 180V
  • Beckhoff CX5130-0135 - Embedded PC Controller Module
  • Beckhoff CP3719-1061-0010 - Multi-Touch Panel PC Outer Housing Enclosure
  • Beckhoff CP3919-1033-0000 - 19-Inch Touch Industrial Panel Keyboard
  • Beckhoff CX5020-0111 - Embedded PC PLC CPU Module
  • Beckhoff FC5102-0000 - 2-Channel CANopen PCI Control Board Card
  • Beckhoff CX9001-1101 - Embedded PC CPU Network I/O System Module
  • Beckhoff CX1100-0920 - Smart Position Sensor Interface Module
  • B&R 4P3040.01-490 - Operator Panel PLC Interface Communication Module
  • Beckhoff CP2612-0000 - Dual-Touch Built-In Panel PC HMI
  • Beckhoff CP7002-1043-0010 - Touchscreen Display HMI Panel Terminal
  • Beckhoff CX9020-0115 - Embedded PC Controller Module
  • Beckhoff CX5140-0155 - 4GB Embedded PC CPU Module Die Industry
  • B&R 7DI435.7 - System 2005 Universal Digital Input Output Module
  • Bihl+Wiedemann BWU1568 - AS-i Master to Profibus Gateway Module
  • Beckhoff C6920-0070 - Control Cabinet Industrial PC 8GB Win 10
  • B&R X20AI2322 - 2-Channel Temperature Analog Input Module
  • Beckhoff CP2912-0000 - 12-Inch Touchscreen Display Monitor Screen
  • Beckhoff CP6022-1001-0010 - 15-Inch Built-In Control Panel
  • Beckhoff AM8031-0D10-0000 - Synchronous Servo Motor
  • Beckhoff CX5010-0111 - Embedded PC Controller CPU Module
  • Beckhoff CP7232-1000-0000 - Industrial Panel PC Touch Display Screen
  • Beckhoff CP7802-0011-0000 - 15-Inch Industrial Touchscreen Control Panel
  • Beckhoff C6320 - Control Cabinet Industrial PC
  • Beckhoff CX1030-0012 - Basic CPU Module Windows CE 6.0
  • Beckhoff CP2919-0000 - Installation Multi-Touch Control Panel
  • Beckhoff CX1020-0000 - Controller Set Stack System Pack
  • B&R 3DO480.6 - System 2005 Digital Output Module
  • Beckhoff EL3101 - 1-Channel Analog Input Terminal Differential +/-10V
  • Beckhoff AX8108-0200-0000 - Axis Feed Module Servo Drive