CIMPLICITY 8.5 (part of the Proficy family) is used for monitoring, controlling, and optimizing industrial processes. It provides real-time data visualization, alarm management, historical trending, and device integration.
Typical applications: Manufacturing lines, power generation, water treatment, oil & gas, and building automation.
To be objective, you must consider the downsides of sticking with CIMPLICITY 8.5 in a modern environment. cimplicity 8.5
One reason power users cling to CIMPLICITY 8.5 is its Basic Control Engine (BCE) . BCE is a VBScript-based runtime engine that executes logic on triggers:
A practical example: Detecting a stuck valve. 10 seconds) Screen open/close events
Sub OnPointChange(PointName, NewValue, OldValue)
If PointName = "Tank101.ValveStatus" AND NewValue = "Open" Then
If Sys.TimeSinceLastChange("Tank101.FlowMeter") > 30 Then
LogEvent "Warning: Valve open but no flow detected.", 2
SignalAlarm "FLOW_ALARM_101"
End If
End If
End Sub
This level of programmability allows engineers to replace small PLCs for interlocking logic, reducing hardware costs.
CIMPLICITY 8.5 is a client/server-based automation software platform designed to monitor, control, and optimize complex industrial processes. Released during GE Digital’s aggressive push toward unifying plant-floor data with enterprise IT, version 8.5 represented a "bridge release"—offering the rock-solid reliability of its predecessors with enhanced integration capabilities for Microsoft ecosystems and third-party databases. 4K screens (text scaling issues)
Unlike lightweight HMI packages, CIMPLICITY 8.5 was built for high tag counts (hundreds of thousands of I/O points) and distributed architectures. It is not merely a visualization tool; it is an automation engine capable of advanced alarming, historical logging, scripting, and redundant server failover.
For those attempting to resurrect or maintain a CIMPLICITY 8.5 system today, the legacy operating system requirements are vital:
Note: CIMPLICITY 8.5 is NOT supported on Windows 10 or Windows Server 2016/2019 natively, though some users have successfully run it in compatibility mode or virtualized environments (VMware ESXi).