Uploaded image for project: 'Help-Desk'
  1. Help-Desk
  2. HELP-19843

[fiware-stackoverflow] Unable to update/write values in OPCUA Simulated Server using Fiware

    Details

      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

        Hide
        backlogmanager Backlog Manager added a comment -

        2022-07-19 05:32|CREATED monitor | # answers= 0, accepted answer= False

        Show
        backlogmanager Backlog Manager added a comment - 2022-07-19 05:32|CREATED monitor | # answers= 0, accepted answer= False

          People

          • Assignee:
            gabriele Gabriele De Luca
            Reporter:
            backlogmanager Backlog Manager
          • Votes:
            0 Vote for this issue
            Watchers:
            1 Start watching this issue

            Dates

            • Created:
              Updated: