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

GE IS420UCSCH1B UCSC Controller

  • GE

  • IS420UCSCH1B

  • $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 UCSCH1B controller is a core model within GE's UCSC controller family, specifically designed for demanding high-performance industrial applications. As the central processing unit of the Mark VIe and Mark VIeS control systems, it acts as the brain in scenarios such as gas turbines, steam turbines, large compressors, and critical process industries. Unlike models with integrated industrial bus gateways (e.g., UCSCH1A, UCSCH1C), the UCSCH1B is positioned as a "pure" control core, dedicating its full computational resources to achieving high-speed, highly reliable real-time control tasks and connecting to various I/O networks through its powerful communication interfaces.


The core characteristics of the UCSCH1B are its powerful native computing capability and flexible multi-network communication architecture. It also leverages virtualization technology to run both the Mark VIe control application and the Embedded Field Agent simultaneously. However, it places greater emphasis on achieving high-performance, deterministic data exchange with GE's specialized I/O modules via the High-Speed Serial Link (HSSL) and IONet. This design makes it the preferred platform for building high-throughput, high-synchronization precision control systems, dominating especially in traditional turbine control and large-scale process control applications.



Detailed Core Functions and Operational Principles


The functionality and principles of the UCSCH1B are built upon its robust hardware foundation and sophisticated software architecture. Its design goal is to provide unparalleled determinism, reliability, and data processing capability in complex industrial environments.

1. Virtualized Architecture and Resource Allocation Principles

Functional Description:
The UCSCH1B is an advanced controller based on a quad-core processor, utilizing real-time hypervisor technology to virtualize hardware resources. This allows a single physical controller to host multiple independent software environments, each running as a Virtual Machine (VM) with strict isolation from the others.

Operational Principle:

  • Role of the Hypervisor: The hypervisor is the lowest-level software layer running directly on the hardware. It has direct control over the CPU, memory, and physical devices. Its core responsibility is to arbitrate and allocate these physical resources to the upper-layer VMs. For instance, it can dedicate specific CPU cores to a particular VM or use time-slicing scheduling to ensure each VM receives deterministic, guaranteed computation time.

  • VM Configuration and Isolation: The UCSCH1B typically runs two main virtual machines:

    • Mark VIe Control VM: This VM runs the QNX Neutrino Real-Time Operating System (RTOS). QNX's microkernel architecture means its kernel is very small, providing only the most basic services (e.g., process scheduling, inter-process communication), while other functions run as independent user-mode processes. This design offers stability and real-time performance. A failure in any non-core component will not crash the entire kernel. QNX executes all application control logic. Its scheduler is priority-driven and preemptive, meaning higher-priority control tasks can immediately interrupt lower-priority tasks, ensuring critical control loops are always computed within precise time windows, meeting the highest demands for determinism in industrial control.

    • Embedded Field Agent (EFA) VM: This VM typically runs a Linux operating system. Linux provides rich network services and a vast software ecosystem, making it ideal for running non-real-time applications like cloud platform communication, data preprocessing, and web services.

  • Virtual Network Communication: To enable data exchange between the Mark VIe Control VM and the EFA VM, a virtual Ethernet switch is established internally. This switch is not a physical entity but is simulated by the hypervisor using shared memory technology. When the Mark VIe VM needs to send real-time data to the EFA, it essentially writes the data to a shared memory area accessible by both VMs; the virtual switch then notifies the EFA VM of the incoming data. This process occurs entirely in memory, is extremely fast, and has much lower latency than communication through physical network ports. Furthermore, strict firewall rules ensure the security of the control network data, preventing unauthorized access from the EFA VM to the Control VM.

Core Value: This architecture enables functional safety isolation. Even if the Linux-based EFA VM becomes unstable or consumes excessive resources due to complex network applications, it will absolutely not affect the execution cycle or stability of the critical control tasks running on QNX. This fundamentally enhances system availability and security, achieving "multiple missions on a single hardware platform."

2. IONet and Deterministic Control Mechanism

Functional Description:
As the standard communication backbone of the Mark system, the UCSCH1B communicates with a vast number of distributed I/O modules via IONet, a deterministic Ethernet network designed for industrial control.

Operational Principle:

  • Network Closure and Security: IONet uses standard Ethernet physically but is proprietary and closed at the protocol level. It only recognizes GE Mark series controllers and I/O modules. This closure creates a natural security barrier, effectively resisting common network attacks (e.g., viruses, trojans, broadcast storms) from the plant information network (IT), ensuring the purity and robustness of the control network.

  • IEEE 1588 Precision Clock Synchronization: This is the cornerstone of deterministic control. Within the entire IONet, the UCSCH1B controller is typically configured as the Best Master Clock. It periodically issues synchronization messages (Sync, Follow_Up) on the network. All connected I/O modules act as slave clocks, continuously adjusting their local clocks by calculating the transmission delay of these messages, ultimately achieving microsecond-level synchronization (±100 microseconds) with the master controller clock. The profound implications of this mechanism are:

    • Global Time Reference: It provides a unified, precise timestamp for the entire control system. When analyzing a cascading fault event, the exact sequence of changes for each I/O point on a microsecond scale can be known, which is crucial for sequence of events (SOE) recording and root cause analysis.

    • Synchronous Sampling and Output: All I/O modules can sample input signals at the exact same moment and update outputs at specified times based on this synchronized clock. This eliminates signal phase differences caused by unsynchronized sampling times, providing the control algorithm with a temporally highly consistent "world view."

    • Aligned Scan Cycles: The controller's application scan cycle and I/O data update cycles are strictly aligned with this global clock. This means each control loop starts and ends within a predictable, fixed time interval, traditional PC-based control systems' timing jitter caused by task scheduling uncertainty.

  • Redundant Architecture and Data Integrity: In Dual or TMR configurations, the UCSCH1B demonstrates its high-availability design. Each I/O network (R, S, T) is simultaneously connected to every controller in the redundant set. Consequently, each controller independently and simultaneously receives identical input data. This architecture ensures that no input data is lost when any single controller is taken offline for maintenance, debugging, or due to an unexpected failure. The standby controller taking over control already possesses the latest, complete input information, enabling bumpless transfer, thus guaranteeing process continuity at the communication level.

3. High-Speed Serial Link (HSSL) and Parallel Processing Capability

Functional Description:
This is a signature feature distinguishing the UCSCH1B from other models. HSSL is a GE proprietary high-performance communication protocol used to establish point-to-point, synchronous high-speed data channels between the controller and specific I/O modules (e.g., certain bridge interface modules).

Operational Principle:

  • Protocol Characteristics: HSSL is a synchronous serial communication protocol based on the Ethernet physical layer. Unlike the asynchronous TCP/IP communication of IONet, HSSL establishes a dedicated, fixed-time-slot data pipeline between the controller and the I/O module. Data is transmitted at very high speeds with very low protocol overhead.

  • Parallel Data Streams: The UCSCH1B controller supports up to 10 independent HSSL channels (3 on the front panel: R/SL1, S/SL2, T/SL3, plus 7 expansion ports available via the UCECH1x expansion module). This means the controller can communicate at full speed with 10 different HSSL devices simultaneously, with each channel operating independently, creating significant aggregate bandwidth. This is particularly suitable for applications requiring high-speed data exchange with multiple independent subsystems, such as in complex power conversion systems.

  • Deterministic Latency: Being synchronous communication, the data transmission latency on an HSSL channel is fixed and predictable. This is crucial for closed-loop control cycles requiring extremely fast response times. The time taken for data to travel from the I/O module to the controller is stable, allowing control algorithms to precisely compensate for communication delays, thereby improving control quality.

  • Hardware Integration: HSSL processing is often assisted by dedicated hardware (e.g., an FPGA) on the controller, which offloads the main CPU, allowing it to focus more on executing control logic.

4. Embedded Field Agent (EFA) and Cloud-Edge Collaboration

Functional Description:
The EFA is the UCSCH1B's gateway to the Industrial Internet of Things (IIoT). It runs in the controller's Linux VM, responsible for securely aggregating edge data to the cloud and providing a localized edge computing platform.

Operational Principle:

  • Secure Data Pipeline:

    1. Data Acquisition: The EFA read-only subscribes to the required real-time data from the Mark VIe Control VM's shared memory via the internal virtual network. The system architecture ensures the EFA cannot write any data to the Control VM, constituting an inherently safe design.

    2. Edge Processing: Before sending data to the cloud, the EFA can perform a series of preprocessing operations locally, including: Data Filtering (removing noise), Data Compression (reducing transmission bandwidth), Data Caching (handling network interruptions), and Timestamp Application (ensuring data chronology).

    3. Encryption and Transmission: The processed data is encrypted using industry-standard TLS/HTTPS protocols and securely transmitted to GE's Predix cloud platform or other supported cloud services via the controller's bottom IICS Cloud Port.

  • Edge Intelligence: A core value of the EFA is its edge computing capability. Users can deploy applications developed on Predix or custom containerized applications on the EFA. These applications can run directly at the data source, for example:

    • Real-time Data Analysis: Performing real-time FFT analysis on vibration and temperature signals for early detection of mechanical equipment faults.

    • AI Inference: Running trained machine learning models to enable predictive maintenance based on real-time data.

    • Local Logic Optimization: Executing complex, latency-sensitive optimization algorithms and feeding the results back to the Mark VIe control logic via the virtual network for reference.

  • Remote Connectivity and Services: The EFA provides authorized personnel with a secure remote access tunnel. Service engineers can securely connect to the field-deployed UCSCH1B controller via the internet using laptops or mobile devices to view real-time data, download history, or perform diagnostics, significantly improving service response speed and efficiency.

5. Redundancy Mechanism and High Availability Implementation

Functional Description:
The UCSCH1B supports configurations ranging from Simplex to TMR, ensuring the system can meet different availability requirements, from general control to safety-of-life levels.

Operational Principle:

  • Heartbeat and Switchover in Dual Configuration:

    • Two UCSCH1B controllers continuously monitor each other's health status by exchanging "heartbeat" signals over the IONet and UDH networks.

    • They run identical control programs and process the same input data. However, only one, designated as the Primary Controller, has the authority to output commands to field actuators.

    • The backup controller continuously compares its internal state (calculation results, intermediate variables) with the primary controller. If the backup controller detects the loss of the primary's heartbeat, determines through self-diagnostics that its own state is superior, or receives an external switch command, the system triggers the switchover logic. The switchover process completes within milliseconds. The backup controller activates its output circuits and takes over system control, with minimal disturbance to the process, achieving bumpless transfer.

  • Fault Tolerance Principle in TMR Configuration:

    • This is the highest level of redundancy. Three UCSCH1B controllers form a single logical unit.

    • Input data is sent simultaneously to all three. Each controller independently executes the logic and produces an output result.

    • The system's final output is determined by a hardware or software "Majority Voter". The voter uses a "two-out-of-three" principle. As long as any two of the three controllers produce consistent outputs, the system adopts that consensus output. This means even if one controller experiences an internal fault and produces an erroneous output, the system can continue normal operation based on the correct outputs from the other two controllers.

    • The TMR architecture not only tolerates a single point of failure but its design even allows the system to continue correct operation if certain types of second faults occur before the first fault is repaired, providing the theoretical and technical basis for achieving near-100% availability.



Specification CategoryUCSCH1B 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: Secondary Plant Network port, supports Modbus TCP Slave, OPC UA, EGD (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
- HSSL Ports (Up to 10): 3 on front panel (R/SL1, S/SL2, T/SL3), plus 7 available via UCECH1x expansion module
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
Supported RedundancySimplex, Dual, TMR
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)



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.