Dynamic Label Update - Ignition-perspective Typing CST Test
Loading…
Dynamic Label Update — Ignition-perspective Code
Change a label text dynamically based on a tag value.
status = system.tag.readBlocking(["[default]Machine/Status"])[0].value
self.getSibling("StatusLabel").props.text = f"Status: {status}"Ignition-perspective Language Guide
Ignition Perspective is Inductive Automation’s modern, mobile-responsive visualization module for building industrial HMI, SCADA, and IIoT applications that run natively in web browsers and mobile devices using HTML5 and responsive UI components.
Primary Use Cases
- ▸Web/mobile SCADA HMIs
- ▸Real-time dashboards for plants and utilities
- ▸IIoT dashboards with MQTT/Sparkplug B
- ▸Industrial mobile apps for technicians
- ▸Multi-site enterprise visualization
Notable Features
- ▸True HTML5 rendering engine
- ▸Mobile-responsive design with adaptive layouts
- ▸Powerful binding/transformation logic
- ▸Event-based Python scripting
- ▸Built-in authentication & identity providers
Origin & Creator
Developed by Inductive Automation (USA), known for modular, web-based SCADA platforms.
Industrial Note
Extensively used in digital transformation projects, mobile SCADA deployments, remote plant monitoring, cloud-connected factories, and modern IIoT dashboards.