• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. zaaphod
    3. Topics

    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
    Z
    • Profile
    • Following 0
    • Followers 0
    • Topics 6
    • Posts 7
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by zaaphod

    • Z

      System Events

      User help
      • • • zaaphod
      1
      0
      Votes
      1
      Posts
      623
      Views

      No one has replied

    • Z

      Event Handler - Error when saving/deleting.

      User help
      • • • zaaphod
      1
      0
      Votes
      1
      Posts
      404
      Views

      No one has replied

    • Z

      Changing Mango Port 8080 to 80.

      Mango Automation Installation
      • • • zaaphod
      3
      0
      Votes
      3
      Posts
      1.0k
      Views

      MattFoxM

      It also pays to use nestat if you are using a linux based operating system to see if you have blocked ports.

      Fox

    • Z

      User Permissions

      User help
      • • • zaaphod
      5
      0
      Votes
      5
      Posts
      1.2k
      Views

      BGB

      Hello Zaaphod,
      Unique roles are added in the user menu. When creating a new user we add the user name to the "Roles (permission groups)" setting. This creates a new user role in the system. We then assign that role to the read / set settings on the data points and dashboards as needed.

      29233e04-e72e-4b0a-8f1a-dd221c37e9ca-image.png

      I hope this is what you were looking for.

      Cheers

      Brian

    • Z

      JSON RETRIEVER: Error 400

      User help
      • • • zaaphod
      5
      0
      Votes
      5
      Posts
      1.4k
      Views

      MattFoxM

      @zaaphod said in JSON RETRIEVER: Error 400:

      {"slot":0,"io":{"di":[
      {"diIndex":0,"diMode":0,"diStatus":0},
      {"diIndex":1,"diMode":0,"diStatus":0},
      {"diIndex":2,"diMode":0,"diStatus":0},
      {"diIndex":3,"diMode":0,"diStatus":0}
      ]}}

      You're already 90% of the way there.
      I'd argue your code will be something like this since there is no "result" property in your incoming data.

      var data = JSON.parse(content); data = data.io.di; //lets get the info we want.

      However, you still need to be able to have a means to link what diIndex is what point.
      If you have the points configured with a specific XID or naming convention, we can use that to map it all together.

      Fox

    • Z

      Jetty Server Error 500: JSP support not configured

      Mango Automation Installation
      • jsp jetty server 500 not configured • • zaaphod
      2
      0
      Votes
      2
      Posts
      767
      Views

      terrypackerT

      @zaaphod Mango has jetty embedded into it and will configure it when Mango starts. I'm not sure what you are implying here. If you start mango via it's startup script you should see Mango on port 8080 by default.