• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. BlueSoft
    3. Posts

    Please Note This forum exists for community support for the Mango product family and the Radix IoT Platform. Although Radix IoT employees participate in this forum from time to time, there is no guarantee of a response to anything posted here, nor can Radix IoT, LLC guarantee the accuracy of any information expressed or conveyed. Specific project questions from customers with active support contracts are asked to send requests to support@radixiot.com.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    B
    Offline
    • Profile
    • Following 0
    • Followers 0
    • Topics 1
    • Posts 1
    • Groups 0

    Posts

    Recent Best Controversial
    • Event handler import doesn't work

      Hi,

      I have encountered a problem with configuration import.
      Event handler import fails:
      0_1536582515096_screenshot.png

      Event handler configuration:
      0_1536582990434_screenshot2.png

      Event handlers json code:

      "eventHandlers":[
      {
      "xid":"EH_S1.01_LOCREM_CHANGED",
      "activeAction":"SCRIPT_VALUE",
      "inactiveAction":"NONE",
      "activeScript":"if(locrem.value){\n return sp.value*10;\n}else{\n return 65535;\n}",
      "handlerType":"SET_POINT",
      "targetPointId":"DP_S1.01_FORCE_TEMP",
      "alias":"",
      "disabled":false,
      "scriptPermissions":{
      "scriptDataPointReadPermission":"superadmin",
      "scriptDataPointSetPermission":"superadmin",
      "scriptDataSourcePermission":"superadmin"
      },
      "eventTypes":[
      {
      "sourceType":"DATA_POINT",
      "dataPointXID":"DP_S1.01_LOCAL_REMOTE",
      "detectorXID":"ED_S1.01_LOCREM_CHANGED"
      }
      ],
      "additionalContext":[
      {
      "contextKey":"locrem",
      "dataPointXid":"DP_S1.01_LOCAL_REMOTE"
      },
      {
      "contextKey":"sp",
      "dataPointXid":"DP_S1.01_SETPOINT"
      }
      ]
      }
      ...

      I use mango enterprise with core 3.4.5.

      Can anyone confirm the problem?

      posted in Mango feedback
      B
      BlueSoft