If I do a session.read of any nodeId with the attributeId "AccessLevelEx" (27) I get the following error: invalid value 27 for field attributeId of type UInt32
Steps to reproduce the behavior:
I'm using the following code: const readResult = await session.read({ nodeId: nodeId, attributeId: AttributeIds[attributeId] });
Normally I'm getting a result and check for a bad statu
One of the fastest embeddable key-value ACID database without WAL. libmdbx surpasses the legendary LMDB in terms of reliability, features and performance.
CuteHMI is an open-source HMI (Human Machine Interface) software written in C++ and QML, using Qt libraries as a framework. GitHub repository is a mirror!
Eclipse Tahu addresses the existence of legacy SCADA/DCS/ICS protocols and infrastructures and provides a much-needed definition of how best to apply MQTT into these existing industrial operational environments.
MTConnect.NET is a .NET library for the MTConnect® protocol for machine tool data collection. Uses the .NET XmlSerializer to parse and easy to use functions for requesting data from MTConnect Agents. Updated to support up to MTConnect v1.5.
Apache StreamPipes - A self-service (Industrial) IoT toolbox to enable non-technical users to connect, analyze and explore IoT data streams. This repository contains ready-to-use pipeline elements and adapters for StreamPipes Connect
SenseWire is an enterprise-grade IoT platform built on a modern cloud-native architecture and a fully customizable feature set. Based on flexible microservices, SenseWire easily adapts to almost any need and application. It scales from a tiny start-up to a massive corporation and supports advanced deployment models for multi cloud IoT solutions.
If I do a session.read of any nodeId with the attributeId "AccessLevelEx" (27) I get the following error:
invalid value 27 for field attributeId of type UInt32
Steps to reproduce the behavior:
const readResult = await session.read({ nodeId: nodeId, attributeId: AttributeIds[attributeId] });