-
Updated
Jun 21, 2022 - Java
{{ message }}
Hi,
For safety use, it's better to have null check for all variables which are used in this function.
if (!_sessionPriv.$clientAlarmList) {
return;
}
↓
if (!_sessionPriv.$clientAlarmList
|| !_sessionPriv.$monitoredItemForAlarmList
|| !_sessionPriv.$subscriptionforAlarmList ) {
return;
}
Open-source IoT Gateway - integrates devices connected to legacy and third-party systems with ThingsBoard IoT Platform using Modbus, CAN bus, BACnet, BLE, OPC-UA, MQTT, ODBC and REST protocols
Azure Industrial IoT Platform
SCADA HMI for substations and automation applications.
IOT DC3 is an open source, distributed Internet of Things (IOT) platform based on Spring Cloud. It is used for rapid development of IOT projects and management of IOT devices. It is a set of solutions for IOT system.
An OPCUA Client for logging data to InfluxDB!
Object Oriented Internet - C# deliverables supporting a new Machine To Machine (M2M) communication architecture
A portable and scalable SCADA/IIoT-I4.0 platform centered on the MongoDB database server.
A OPC UA gateway which gives you access to your OPC UA values via MQTT or GraphQL (HTTP). If you have an OPC UA server in your PLC, or a SCADA system with an OPC UA server, you can query data from there via MQTT and GraphQL (HTTP). In addition, the gateway can also log value changes from OPC UA nodes in an InfluxDB, IoTDB, Kafka, and others.
Embedded OPC UA Server on ESP32 based on open62541 stack
An ASP.NET Core web application exposing OPC UA Servers to non OPCUA-compliant clients with a REST interface
An information model for robot hardware. Facilitates interoperability across modules from different robot manufacturers. Built around ROS 2.0
The OEE-Designer is the build time environment for OEE applications.
Add a description, image, and links to the opc-ua topic page so that developers can more easily learn about it.
To associate your repository with the opc-ua topic, visit your repo's landing page and select "manage topics."
FEATURE REQUEST
Is there an open issue addressing this request? If it does, please add a "+1" reaction to the
existing issue, otherwise proceed to step 2.
No.
Describe the feature you are requesting, as well as the possible use case(s) for it.
Add endpoint for listing User keys to the Auth service.
Indicate the importance of this feature to you (must-have, should-have,