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
I see that TB team put some love on gateway and I'm trying the latest version with OPC-UA connector + M241 PLC.
Works great so far regarding reading from OPC-UA to thingsboard attributes and telemetry, but I have a problem with attribute update as it doesn't work. The remote log says:
opcua_connector on_attributes_update - 784 - Node not found! (list index out of range)
Steps:
This is an screenshot of UaExpert with correct connection to PLC and the variable list:
I'm reading the variables GVL.iTime, and GVL.strStartTime, without problems. By creating Data mapping on thingsboard:
Screenshot showing attributes mapping, note that I've tested Identifier and Path types, both working good and also Numeric and String Identifier. The screenshot is showing string identifier.
Now I want to write to PLC variables, so create a mapping for Attribute Updates. Here I'm trying with both Path and Identifier types.
Created shared attribute with xControlRemoto and strEndTime and at the time of writing the attribute on platform, all of them throwing opcua_connector on_attributes_update - 784 - Node not found! (list index out of range)
Tought was because the variables have a dot inside, but also I've tested with numeric identifier showing this problem too.
Connector name (If bug in the some connector):
OPC-UA Connector
Error traceback (If available):
There's no traceback, but I enabled TRACE log and this is from docker logs:
Describe the bug
Hello,
I see that TB team put some love on gateway and I'm trying the latest version with OPC-UA connector + M241 PLC.
Works great so far regarding reading from OPC-UA to thingsboard attributes and telemetry, but I have a problem with attribute update as it doesn't work. The remote log says:
opcua_connector on_attributes_update - 784 - Node not found! (list index out of range)
Steps:
This is an screenshot of UaExpert with correct connection to PLC and the variable list:
I'm reading the variables GVL.iTime, and GVL.strStartTime, without problems. By creating Data mapping on thingsboard:
Screenshot showing attributes mapping, note that I've tested Identifier and Path types, both working good and also Numeric and String Identifier. The screenshot is showing string identifier.
Now I want to write to PLC variables, so create a mapping for Attribute Updates. Here I'm trying with both Path and Identifier types.
Created shared attribute with xControlRemoto and strEndTime and at the time of writing the attribute on platform, all of them throwing
opcua_connector on_attributes_update - 784 - Node not found! (list index out of range)
Tought was because the variables have a dot inside, but also I've tested with numeric identifier showing this problem too.
Connector name (If bug in the some connector):
OPC-UA Connector
Error traceback (If available):
There's no traceback, but I enabled TRACE log and this is from docker logs:
Versions (please complete the following information):
The text was updated successfully, but these errors were encountered: