English
nyban1
You are here: Home » Systems » Turbine Control » Mark VIe Control System » GE IS420UCSCH1A UCSC Controller
Leave Us A Message

GE IS420UCSCH1A UCSC Controller

  • GE

  • IS420UCSCH1A

  • $9000

  • In Stock

  • T/T

  • Xiamen

Availability:
Quantity:
facebook sharing button
twitter sharing button
line sharing button
wechat sharing button
linkedin sharing button
pinterest sharing button
whatsapp sharing button
kakao sharing button
snapchat sharing button
telegram sharing button
sharethis sharing button

The UCSCH1A controller is a core component of GE's Mark VIe control system and a high-end model within the UCSC controller family. It is a compact, self-contained modular controller designed for high-speed, high-reliability industrial applications, widely used in gas turbines, steam turbines, wind turbines, combined-cycle power plants, and various factory automation scenarios.


Compared to basic controllers, the core advantage of the UCSCH1A lies in its integrated and virtualized architecture. It is not only a powerful real-time control engine but also, through its internally integrated Embedded PROFINET Gateway (Embedded PPNG) module, achieves native communication capability with PROFINET I/O devices. This "All-in-One" design philosophy simplifies the system architecture, reduces dependence on external hardware, and enhances the overall system's integration and reliability.


The UCSCH1A utilizes advanced real-time hypervisor technology to create and run multiple independent Virtual Machines (VMs) on a single physical controller, enabling it to simultaneously host critical functions such as the Mark VIe control application, the Embedded Field Agent (EFA), and the Embedded PROFINET Gateway. It is an ideal platform for building modern, intelligent, and networked control systems.



II. Detailed Core Functions and Operational Principles

The functionality and principles of the UCSCH1A are key to its differentiation from other controllers. Its design philosophy is to achieve functional integration and security isolation through virtualization technology on a single hardware platform. The following sections provide an in-depth analysis of its core functions and underlying operational mechanisms.

1. Virtualized Architecture and Real-Time Operating System

Functional Description:
The UCSCH1A is a quad-core controller that uses real-time hypervisor technology to virtualize and partition physical hardware resources (CPU, memory, network interfaces), thereby creating multiple isolated virtual machine environments. Each VM can run an independent operating system and application, as if running on multiple separate computers.

Operational Principle:

  • Hardware Abstraction Layer: The hypervisor, as the lowest-level software, runs directly on the controller hardware and is responsible for scheduling CPU cores, allocating memory, and managing hardware interrupts. It provides a consistent, virtualized view of the hardware to the upper-layer VMs.

  • Virtual Machine Isolation: On the UCSCH1A, a typical configuration runs the following VMs:

    • Mark VIe Control VM: Runs QNX Neutrino RTOS, a recognized, highly reliable real-time operating system. QNX is responsible for executing all critical process control logic. Its microkernel architecture and deterministic task scheduling ensure that control tasks are completed within strictly defined time cycles, meeting the extreme real-time requirements of industrial control.

    • Embedded PROFINET Gateway VM: Runs another operating system environment optimized specifically for the PROFINET protocol stack, dedicated to handling communication with the PROFINET network.

    • Embedded Field Agent VM: Runs a Linux system to host the EFA application.

  • Virtual Network: To enable data exchange between these VMs, a virtual network is established inside the UCSCH1A. This network is not a physical Ethernet cable but a high-speed data channel implemented in memory through shared memory and virtual switch technology. For example, when the Mark VIe control application needs data read from PROFINET devices for control calculations, this data is transferred from the PPNG VM to the Mark VIe VM via the internal virtual network, which is far more efficient than traditional physical network communication.

Core Value: The virtualized architecture achieves "multiple machines in one," reducing hardware costs and system complexity. Simultaneously, fault isolation is crucial—even if the EFA VM experiences a software issue, the critical control logic running on QNX remains unaffected and continues to execute stably, significantly enhancing system resilience and availability.

2. IONet and Deterministic Control

Functional Description:
As a Mark VIe controller, the UCSCH1A communicates with distributed I/O modules via IONet, a dedicated, deterministic industrial Ethernet network, to accomplish process data acquisition and control command output.

Operational Principle:

  • Dedicated Network: IONet is a closed, private network that only allows GE's Mark series I/O modules and controllers to connect. This closed nature prevents unauthorized access and broadcast storms from enterprise IT networks or external devices, ensuring the purity and security of the control network.

  • Precision Clock Synchronization: IONet uses the IEEE 1588 Precision Time Protocol (PTP). The controller acts as the master clock, periodically sending synchronization messages over the network to synchronize the clocks of all connected I/O modules with itself, with an error controlled within ±100 microseconds. This extremely high level of timing consistency is the foundation for:

    • Synchronous Data Acquisition: All I/O modules can "snapshot" input signals at the same moment, providing the control system with a globally consistent data view in time, which is crucial for analyzing complex interlocking events.

    • Deterministic Control Loops: The controller's scan cycle and I/O data update cycles are all aligned with this synchronized clock, ensuring strict periodicity for control logic execution and data exchange, eliminating the uncertainty caused by timing jitter in traditional asynchronous systems.

  • Redundant Data Paths: In redundant configurations (Dual or TMR), all I/O networks (R, S, T) are connected simultaneously to every controller. This means each controller independently receives all input data. This architecture ensures that no input data is lost when a single controller is powered down for maintenance or fails, achieving no single point of input loss and guaranteeing control continuity at the communication level.

3. Embedded PROFINET Gateway

Functional Description:
This is a signature feature of the UCSCH1A. It can function as a PROFINET IO-RT V2.2 Class A I/O Controller without requiring an external gateway hardware, directly connecting to and managing third-party I/O devices that support the PROFINET protocol (such as RSTI-EP Slice I/O).

Operational Principle:

  • Data Mapping and Exchange: The PPNG VM acts as a protocol translator. It maps data points from external PROFINET I/O devices (e.g., digital inputs, analog outputs) into the Mark VIe controller's internal variable space. After control engineers configure this mapping relationship in the ToolboxST software, they can directly reference these PROFINET data points in the control logic just like native I/O variables.

  • Asynchronous Data Flow: The data update cycle of the PROFINET network is asynchronous with the Mark VIe controller's scan cycle. The PPNG VM independently performs cyclic data exchange with PROFINET devices at a configurable update rate (1ms to 512ms). It then batches the latest data to the Mark VIe control VM via the aforementioned internal virtual network. This asynchronous design prevents slower PROFINET devices from delaying critical control loops.

  • Communication Relationship Establishment: Before communication begins, the PPNG establishes three types of Communication Relationships (CRs) with each PROFINET device:

    • Record Data CRs: Used for non-real-time data transfer, such as device parameter configuration and diagnostic information reading.

    • IO Data CRs: Used for real-time, cyclic exchange of process data (inputs/outputs), which is the core of the control function.

    • Alarm Data CRs: Used for transmitting real-time alarms and event information from the device.

  • Network Separation: Starting from ControlST V07.04, the UCSCH1A supports physical separation of the IONet and PROFINET networks. The PPNG VM communicates with the Mark VIe control VM via internal IONet switches, while externally it uses the dedicated ENET2 port to connect to the PROFINET network. This separation enhances network security and manageability.

4. Embedded Field Agent

Functional Description:
The EFA is the bridge connecting the industrial edge to the Predix cloud platform. It runs in a Linux VM on the UCSCH1A, responsible for securely collecting machine data and transmitting it to the cloud, while also serving as an edge computing platform for locally running cloud-based applications.

Operational Principle:

  • Secure Data Collection and Upload:

    1. Data Access: The EFA securely obtains real-time data from the Mark VIe control VM in a read-only manner via the internal virtual network. Firewall rules ensure the control network cannot be accessed in reverse by the EFA.

    2. Data Processing: The EFA caches, compresses, and encrypts the collected data, preserving its timestamp and quality identifier.

    3. Secure Transmission: Data is securely transmitted to Predix cloud platform datastores and services via encrypted protocols like HTTPS, using the bottom IICS Cloud Port.

  • Edge Computing: The EFA allows so-called "Predix edge apps" to run locally on the controller. These apps can perform real-time analysis, inference, or execute lightweight optimization algorithms directly at the data source. This enables the "Intelligent Edge," distributing computing load to the most appropriate location—low-latency logic executes at the edge, while big data analytics and long-term historical storage occur in the cloud.

  • Remote Access Channel: The EFA provides authorized users with a secure channel to access controller data via the internet, supporting remote monitoring and diagnostics using laptops or mobile devices.

5. Redundancy and High Availability Principles

Functional Description:
The UCSCH1A supports Simplex, Dual, and TMR configurations to meet the stringent availability requirements of different applications.

Operational Principle:

  • Dual Configuration:

    • Two UCSCH1A controllers run in parallel, simultaneously executing the same control application and processing the same input data.

    • They maintain tight synchronization via the IONet and UDH networks.

    • One "Designated Controller" is responsible for outputting control signals. The other acts as a hot standby, continuously monitoring the state of the primary controller.

    • If the standby controller detects a primary controller failure, or the primary controller self-diagnoses a fault, a bumpless switchover occurs within a very short time (milliseconds), and the standby controller takes over control, allowing the system to continue running.

  • Triple Modular Redundancy (TMR) Configuration:

    • Three UCSCH1A controllers form a redundant set.

    • All inputs are sent simultaneously to all three controllers, each independently executing the control logic and producing an output.

    • The system's output is decided by a "Majority Voter". It receives the three output signals and adopts a "two-out-of-three" principle. Even if one controller produces an erroneous output, the system can continue operating based on the correct outputs from the other two, achieving fault tolerance.

    • The TMR architecture not only tolerates a single point of failure but can also tolerate certain types of dual faults, providing the highest level of availability for the most critical applications.



Specification CategoryUCSCH1A Detailed Parameters
MicroprocessorQuad-core AMD G-Series, 1.2 GHz clock speed
Memory4 GB DDR3-1333 SDRAM
Non-Volatile Memory (NVRAM)- ControlST V07.04 and below: Supports 3067 non-volatile program variables, 338 forces, and 64 totalizers
- ControlST V07.05 and higher: Supports 6139 non-volatile program variables, 338 forces, and 128 totalizers
Ports- Front Panel Ethernet Ports (x5):
- IONet (x3): R/SL1, S/SL2, T/SL3 (10/100Base-TX, RJ-45)
- ENET1: Primary LAN Interface (UDH), for ToolboxST and HMI communication (10/100Base-TX, RJ-45)
- ENET2: Dedicated Embedded PROFINET Gateway port (10/100Base-TX, RJ-45)
- Bottom Ethernet Port (x1): IICS Cloud Port, for EFA connection to Predix cloud
- USB Ports (x2): Used only for initial setup of UDH network IP address or to perform the controller restore function
- COM Port (x1): RJ-45 connector, 115200 bit/s, 8N1, No Flow-Control, used for field troubleshooting or IP address setup
- Display Port (x1): Disabled after startup
- microSD Card Slot (x1): Not currently supported
LED IndicatorsLink/Act (x5), ONL, FAOK (EFA Status), Boot, UFP (FPGA Update), DC, Diag, OT, VDC (Power Status)
Input Power- Voltage Range: 18 - 30 V DC (Nominal 24/28 V DC)
- Nominal Power Consumption: 18 W
- Max Power Consumption: 30.8 W
Input Capacitance25 µF
Protection Features- Surge Protection: Non-replaceable 4 A, 125 V DC rated fuse; Nominal melting: 26 A²s
- Reverse Polarity Protection: Provided. Reversing the + and - input will not damage the UCSC, nor will it power up.
HMIControlST Software Suite V07.00.00C or later
ProgrammingControl block language with analog and discrete blocks; Boolean logic represented in relay ladder diagram format
Supported Data TypesBoolean, 16/32-bit signed/unsigned integer, 32/64-bit floating point
Physical Dimensions- Controller Only: 168 x 150 x 55 mm (H x D x W)
- With Mounting: 204 x 152 x 55 mm
Weight1,327 g
MountingVertical mount with unobstructed air flow through fins
CoolingConvection
Operating Temperature-40°C to +70°C, ambient 25 mm from any point on UCSC
Storage Temperature-40°C to +85°C
Humidity95% non-condensing
Altitude- Normal Operation: 0 to 1,000 m (at 101.3 to 89.8 kPa)
- Extended Operation: 1,000 to 3,000 m (at 89.8 to 69.7 kPa); requires temperature derating up to 3000 m = 65°C max
Reliability (MTBF)414,248 hours at 30°C (86 °F) ambient temperature
ECCN US ClassificationCan be supplied upon request
Certifications & StandardsConforms to multiple international safety and EMC standards including UL, ATEX, CE, RoHS, China RoHS (Refer to UCSC Installation and Maintenance Requirements (GFK-3006) for details)



IS420UCSCH1A (5)

Previous: 
Next: 

Quick Links

PRODUCTS

OEM

Contact Us

 Telephone: +86-181-0690-6650
 WhatsApp: +8618106906650
 Email: sales2@exstar-automation.com / lily@htechplc.com
 Address: Room 1904, Building B, Diamond Coast, No. 96 Lujiang Road, Siming District, Xiamen Fujian, China
Copyright © 2025 Exstar Automation Services Co., Ltd. All Rights Reserved.