• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. Swino
    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
    • Profile
    • Following 0
    • Followers 0
    • Topics 9
    • Posts 16
    • Best 1
    • Controversial 0
    • Groups 0

    Topics created by Swino

    • SwinoS

      SNMP trap receiving - iptables

      User help
      • • • Swino
      4
      0
      Votes
      4
      Posts
      973
      Views

      MattFoxM

      Run wireshark on the mango unit.

      sudo apt-get install wireshark

      Also turn on logging on the datasource if it has it

    • SwinoS

      Data points not appearing in dashboard selection

      User help
      • • • Swino
      2
      1
      Votes
      2
      Posts
      563
      Views

      SwinoS

      I had the same issue on another system that I setup today. Both installs are using version 4.0.0. I even tried deleting the snmp data source and then add it again from scratch. When I check the data point values in the data source tab all the snmp points are reading data fine. when I open each data point it shows a XID associated with the data point. However when I am in my dashboard editor and I try to assign the XID to things on my dashboard the data source XID's are not in the list. I also tried copying the XID and pasting it into the field on the dashboard. I have other devices that appear in the XID list just fine. Is there anyway to refresh the list of available XID's in the dashboard editor.

      Below is screenshot of the dashboard editor. The data point XID shows all the points from my Moxa switch. However the other device just not show in this list.

      419aeaf5-e652-4967-acc0-66c9f8912bcd-image.png

      This screenshot shows my data source and all the points are reading and are valid.
      170d8738-3246-4572-a978-973c063ed5d4-image.png

    • SwinoS

      How do I set time zone using the web UI

      Mango Automation general Discussion
      • • • Swino
      2
      0
      Votes
      2
      Posts
      506
      Views

      SwinoS

      I found it, top left under user profiles

    • SwinoS

      installation script link not working

      Mango Automation Installation
      • • • Swino
      3
      0
      Votes
      3
      Posts
      876
      Views

      SwinoS

      Hi thanks for getting back to me. The script link has me up and running

    • SwinoS

      Mango crach after boot up

      Mango Automation Installation
      • • • Swino
      6
      0
      Votes
      6
      Posts
      1.9k
      Views

      CraigWebC

      @craigweb said in Mango crach after boot up:

      OdroidXU4

      Hi Swino

      You are running in free mode so you will be limited to 300 data points and it will restart every 8 hours I think. You can put in a trail request by registering the GUID, I will grant you a 1-month trail.

    • SwinoS

      Dashboard backup and share

      User help
      • • • Swino
      2
      0
      Votes
      2
      Posts
      767
      Views

      R

      We do it via json-file /administration/JSON store.

    • SwinoS

      DNP3 set or clear binary point issue

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

      terrypackerT

      The latest DNP3 module should solve your problem. Let us know if you have any problems with it.

      https://store.infiniteautomation.com/module/dnp3

    • SwinoS

      Dashboard gauge data point scale

      User help
      • dashboard gauge • • Swino
      2
      0
      Votes
      2
      Posts
      861
      Views

      MattFoxM

      If you're using a single value, try
      {{pt.value/3600}}
      or pt.value/3600
      depends on your markup

      Fox