All Brochures
OptiZeus-SCADA-Technical-Datasheet-v2.5.4.pdf
Technical Datasheet
OptiZeus SCADA
Enterprise SCADA Platform — v2.5.4 Technical Specifications
System Overview
| Platform | Node.js + Express backend, React frontend, Electron desktop wrapper |
| Database | SQLite (WAL mode) for local, PostgreSQL optional for enterprise |
| Default Ports | Backend: 3002, Frontend: 3004 (served by backend) |
| OS Support | Windows 10/11, Windows Server 2016+, Linux (Ubuntu 20.04+) |
| License | Hardware-locked AES-256-CBC, 3 tiers (Starter / Professional / Enterprise) |
| Updates | Patch-based with SETUP.bat (Windows) / install-patch.sh (Linux) |
| i18n | English, Hebrew, Arabic with RTL support |
| Current Version | v2.5.4.38 (April 2026) |
Communication Protocols
| Protocol | PLCs / Devices | Features |
|---|---|---|
| OPC-UA | Universal | Browse, read, write, subscribe. Certificate security. |
| EtherNet/IP (CIP) | Allen-Bradley, Rockwell | CompactLogix, ControlLogix. Worker thread polling. Tag refresh without restart. |
| S7 (ISOTCP) | Siemens | S7-300/400/1200/1500. DB, Merker, I/Q access. |
| Modbus TCP | Universal | Coils, registers, holding, input. Multi-slave. |
| Modbus RTU | Universal | RS-232/485 serial. Auto-retry. CRC validation. |
| MQTT | IoT / Edge | Pub/sub with QoS 0/1/2. TLS support. Topic mapping. |
| BACnet | HVAC / BMS | BACnet/IP read/write. Object discovery. |
| HTTP / REST | Custom APIs | GET/POST/PUT with JSON/XML. OAuth2 support. |
| Database Direct | SQL Server, MySQL, PostgreSQL | Direct SQL queries for data integration. |
Visualization Engine
| Screen Builder | Drag-and-drop with compact 2-row toolbar. Grid snap, zoom, pan, CAD/DXF import, SVG paste. |
| Object Types | Text, shapes, pipes, tanks, pumps, valves, instruments, gradients, images, charts, components, super objects. |
| Super Objects | Reusable widget templates with multiple visual variants. Shared animations/tag variables across variants. |
| Animation Types | 25+ types: bool_color, bool_visibility, bool_rotation (CW/CCW toggle), bool_horizontal_pulse, analog_color, analog_fill, analog_rotation, multistate, and more. |
| SVG Symbol Library | 800+ professional 3D symbols across 37 categories. Metallic gradients, animation hooks, multiple color variants per symbol. |
| Value Display | Analog value display on text objects with configurable decimals, prefix, suffix, unit, and font color. |
| Tag Monitor | Light-theme sidebar with real-time tag values, quality indicators, and search filter. |
| Screen Recording | Built-in screen recording with replay. SOE (Sequence of Events) at 1ms resolution. |
3D Symbol Library — 800+ Symbols
| Category | Count | Includes |
|---|---|---|
| 3D Pipes | 156 | Straight H/V, elbows 90/45, tees, crosses, reducers, flanges, bellows, orifice, strainer, sight glass — 6 colors (steel/blue/red/green/yellow/orange) |
| Instruments (ISA-5.1) | 110 | 50 instrument codes (PT, TT, FT, LT, AT, pH, CT, etc.) × field + panel mounting |
| Impellers | 45 | Centrifugal, 6-blade, 8-blade radial, propeller (3/4/5-blade), turbine wheel, anchor, Rushton, hydrofoil, high shear, helical ribbon — 4 colors |
| 3D Containers | 33 | Shipping container, drum 200L, IBC tote 1000L, process vessel, ISO tank, hopper, waste bin, crate box |
| 3D HVAC Ducts | 31 | Straight, elbows (4 dirs), tees (4 dirs), cross, reducers, flex, S-bend, VAV box, damper, filter, diffuser, register, grille, Y-branch |
| Pumps | 29 | Centrifugal (6 colors), positive displacement, vacuum, peristaltic, gear, screw, diaphragm, piston, lobe, sump, submersible, jet, ISA P&ID |
| Valves | 31 | Gate, ball, butterfly, check, control, solenoid, relief, 3-way, globe, needle, diaphragm, pinch — with motor/pneumatic/hydraulic actuator variants |
| 3D Blowers | 28 | Centrifugal, roots, side-channel, multistage, axial inline — 5 colors + skid packages |
| 3D Autoclaves | 24 | Horizontal, vertical, double-door pass-through, jacketed, industrial (with cart rails), benchtop lab — 4 colors |
| Tanks & Vessels | 23 | Vertical, horizontal, sphere, cone, silo, reactor, open top, dished, jacketed, tower, autoclave, drum, IBC, mixing |
Data Management
| Tag System | UDT (User Defined Types) with folder organization. Drag-and-drop instances between folders. Bulk select/delete. CSV import/export. Tag names preserved for PLC compatibility. |
| Historian | File-based with swinging door compression. 8+ retrieval modes. Comparison between time periods. Tag correlation heatmap. Data export API (REST). |
| Alarms | ISA-18.2 compliant. Smart grouping, flood detection, bulk ACK/shelve. Priority levels with escalation. CSV export/import. Alarm shelving with timeout. |
| Batch Control | ISA-88/S88 batch engine. SFC recipe execution. Phase logic. Equipment model. Parameter tracking against target/min/max. Procedure automation with electronic SOPs. |
| Reports | HTML email reports with scheduler. Auto-generated charts. Custom templates. |
| Datalogs | Configurable data logging groups. Multiple historian intervals per tag. Deadband compression. |
Security & Compliance
| Authentication | Local + Active Directory / LDAP SSO. TOTP/MFA. Security letters (A-Z) per role. Session timeout. |
| Authorization | Role-based access control. Admin, Operator, Viewer roles with granular permissions. |
| Audit Trail | Full audit trail with user, action, timestamp, and details. Exportable. |
| Electronic Signatures | 21 CFR Part 11 compliant. Dual approval. Reason codes. Non-repudiation. |
| Encryption | AES-256-CBC hardware-locked license. HTTPS/SSL support. Password hashing with bcrypt. |
| Compliance | GAMP5 validation documentation included. IQ/OQ/PQ protocols. Risk assessment templates. |
| Cybersecurity | OWASP Top 10 mitigation. Rate limiting. Input sanitization. JWT token management. |
System Requirements
Server (Minimum)
- CPU: 2 cores, 2 GHz
- RAM: 4 GB
- Disk: 10 GB SSD
- OS: Windows 10 / Ubuntu 20.04
- Runtime: Node.js v18+ (v24 recommended)
- Network: Ethernet to PLC network
Client (Browser)
- Chrome 90+, Edge 90+, Firefox 90+, Safari 15+
- Resolution: 1920×1080 recommended
- Touch: Full touch/tablet support (PWA)
- Mobile: Responsive design, offline mode
- Electron: Desktop app for Windows
- No client installation required (web-based)
Integration Capabilities
OPC-UA Server
Built-in OPC-UA server exposes all tags to third-party systems. Full address space with read/write.
REST API
Complete REST API for tags, alarms, historian, events. JWT authentication. Data export endpoints.
Webhooks
Configurable webhooks on alarm, event, and tag change. Integration with ITSM, cloud, and ERP.
MQTT Broker
Publish tag values to MQTT topics. Subscribe to external data sources. QoS 0/1/2.
SAP/ERP Connector
Generic REST API connector with 4 auth types. Scheduled sync for production data exchange.
Database Direct
Read/write to SQL Server, MySQL, PostgreSQL. Bidirectional data exchange with MES/ERP.
Request a Technical Demo
See OptiZeus SCADA in action with your specific use case. Our engineers will configure a proof-of-concept on your hardware.
www.optizeus.org
Live Demo: www.optizeus-scada.com | Login: operator / demo
sales@optizeus.org | support@optizeus.org