Details
-
Type:
Monitor
-
Status: Open
-
Priority:
Major
-
Resolution: Unresolved
-
Affects Version/s: None
-
Fix Version/s: None
-
Component/s: FIWARE-TECH-HELP
-
Labels:
Description
Created question in FIWARE Q/A platform on 18-07-2022 at 07:07
Please, ANSWER this question AT https://stackoverflow.com/questions/73018544/unable-to-update-write-values-in-opcua-simulated-server-using-fiware
Question:
Unable to update/write values in OPCUA Simulated Server using Fiware
Description:
I am trying to do two communication to read and write values from OPCUA Simulated Server using Fiware. I am successful in reading the values from the server.
.
However, I am still facing issues in updating/writing the values. I am using this to update the value.
`{
"actionType": "update",
"entities": [
{
"id": "age01_7:Simulation",
"type": "3:Simulation",
"3:test2": {
"type": "Number",
"value": "44",
"metadata": {}
}
}
]
}`
It is working with http://localhost:1026/v2/op/update but it only updates the value within the container, not in the Server.
Also, when I try to update using this http://localhost:4001/v2/op/update it gives me this error after several minutes
Activity
- All
- Comments
- History
- Activity
- Transitions
2022-07-19 05:32|CREATED monitor | # answers= 0, accepted answer= False