You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Dec 8, 2022. It is now read-only.
In the current schema it is the Browse command in the new schema it will become the ReadNode command.
Request/Command :
Send a OpcUaCommandType = Browse command on a Node with NodeClass = Object
Expectation:
Good result of OpcUaCommandType = Browse.
Actual Result:
Bad result of OpcUaCommandType = Read and not Browse.
The payload data is of type = BrowseResponse (Which is correct)
The error message = Missing type map configuration or unsupported mapping.
Mapping types:
Object -> BrowsedOpcNode
System.Object -> OMP.Connector.Domain.Schema.BrowsedOpcNode
Test data:
Opc Ua Server = mcr.microsoft.com/iot/opc-ua-test-server:latest (docker)
Node = ns=11;i=442 and ns=17;s=Telemetry
The text was updated successfully, but these errors were encountered:
In the current schema it is the Browse command in the new schema it will become the ReadNode command.
Request/Command :
Send a OpcUaCommandType = Browse command on a Node with NodeClass = Object
Expectation:
Good result of OpcUaCommandType = Browse.
Actual Result:
Bad result of OpcUaCommandType = Read and not Browse.
The payload data is of type = BrowseResponse (Which is correct)
The error message =
Missing type map configuration or unsupported mapping.
Mapping types:
Object -> BrowsedOpcNode
System.Object -> OMP.Connector.Domain.Schema.BrowsedOpcNode
Test data:
Opc Ua Server = mcr.microsoft.com/iot/opc-ua-test-server:latest (docker)
Node = ns=11;i=442 and ns=17;s=Telemetry
The text was updated successfully, but these errors were encountered: