The Wayback Machine - https://web.archive.org/web/20211110075510/https://github.com/topics/opc-ua
Skip to content
#

opc-ua

Here are 212 public repositories matching this topic...

🐝 IoT Technical Guide --- 从零搭建高性能物联网平台及物联网解决方案和Thingsboard源码分析 (IoT Platform, SaaS, MQTT, CoAP, HTTP, Modbus, OPC, WebSocket, 物模型,Protobuf, PostgreSQL, MongoDB, Spring Security, OAuth2, RuleEngine, Kafka, Docker)

  • Updated Nov 2, 2021
  • Java
node-opcua
ata1704
ata1704 commented Oct 5, 2021

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:

  1. I'm using the following code:
    const readResult = await session.read({ nodeId: nodeId, attributeId: AttributeIds[attributeId] });
  2. Normally I'm getting a result and check for a bad statu

Improve this page

Add a description, image, and links to the opc-ua topic page so that developers can more easily learn about it.

Curate this topic

Add this topic to your repo

To associate your repository with the opc-ua topic, visit your repo's landing page and select "manage topics."

Learn more