• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. bhansen
    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
    B
    • Profile
    • Following 0
    • Followers 0
    • Topics 3
    • Posts 6
    • Best 0
    • Controversial 0
    • Groups 0

    Topics created by bhansen

    • B

      Modbus Serial data points

      How-To
      • • • bhansen
      2
      0
      Votes
      2
      Posts
      786
      Views

      dschaibleD

      @bhansen Modbus does not support discovery, so you need to know the slave address, register address, type and format to be able to map data points.

      This reference on the Mango site may help : http://docs-v4.mango-os.com/modbus-point-list-requirements

    • B

      Buffer Overflow

      User help
      • • • bhansen
      4
      0
      Votes
      4
      Posts
      765
      Views

      Dave FrazierD

      I'm not able to replicate this issue with the BACnet IP devices I have on my test bench, but based on the error message I think you may need to install the fontconfig package. Log into the unit locally or via SSH (port 2222) and run the following command:

      sudo apt-get install fontconfig

    • B

      Network Configuration

      User help
      • • • bhansen
      6
      0
      Votes
      6
      Posts
      1.3k
      Views

      Dave FrazierD

      Hmm, then I would suggest setting it in the /etc/network/interfaces file. Download an SSH client like PuTTY and connect to:

      mango@[currentIpAddress]
      Port 2222

      Your unique SSH password would have been included on a sticker in the MangoGT box. If you need us to look it up, please send the serial number of the MangoGT to support@infiniteautomation.com. Use the following command to edit the file:

      sudo nano /etc/network/interfaces

      Then change this line:

      iface eth0 inet dhcp

      To be like this:

      iface eth0 inet static
      address x.x.x.x
      netmask x.x.x.x
      gateway x.x.x.x
      dns-nameservers x.x.x.x

      Ctrl+x, y, Enter to save. Then sudo reboot to restart the unit with the new static network settings. Gateway and DNS servers are optional if you don't need them.