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

    Topics

    • Z

      System Events

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      768 Views
      No one has replied
    • Z

      Event Handler - Error when saving/deleting.

      Watching Ignoring Scheduled Pinned Locked Moved User help
      1
      0 Votes
      1 Posts
      478 Views
      No one has replied
    • Z

      Changing Mango Port 8080 to 80.

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation Installation
      3
      0 Votes
      3 Posts
      1k 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

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      1k 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. [image: 0II0kdE.png] I hope this is what you were looking for. Cheers Brian
    • Z

      JSON RETRIEVER: Error 400

      Watching Ignoring Scheduled Pinned Locked Moved User help
      5
      0 Votes
      5 Posts
      2k 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

      Watching Ignoring Scheduled Pinned Locked Moved Mango Automation Installation jsp jetty server 500 not configured
      2
      0 Votes
      2 Posts
      941 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.