summaryrefslogtreecommitdiffstats
path: root/demo/NodePage.qml
Commit message (Collapse)AuthorAgeFilesLines
* Add BobinkNode QML type and two-page demo for node monitoringThomas Vanbesien29 hours1-0/+164
BobinkNode (QQuickItem) monitors a single OPC UA node with automatic lifecycle: monitoring starts/stops based on item visibility (StackView page switches, Loader, etc.). Properties: nodeId, value (r/w), status, sourceTimestamp, serverTimestamp. On-demand readAttribute() for metadata. writeError signal for failed writes. Demo restructured with StackView: connection page → two node pages demonstrating the visibility-based monitoring lifecycle.