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.

  • Power draw of Mango ES

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    No worries! I get to pad my forum stats!
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    2 Views
    No one has replied
  • Meta DataSource with data from others meta datasources

    3
    1 Votes
    3 Posts
    1k Views
    phildunlapP
    Hi morris, Glad to hear you figured it out!
  • AutomationDirect P3-550 PLC's

    3
    0 Votes
    3 Posts
    2k Views
    L
    Adam Hi; I am still trying to use the Ethernet/IP data source. I can get mango to see the processor but Tells me "unable to start the session" . Thanks for your reply and I'll use the modbus like you said if I can't get this to work. Thanks again. Larry
  • Custom Data Point Units

    3
    0 Votes
    3 Posts
    1k Views
    M
    Ok, got it. I just set the Text Renderer as I just need to suffix the text . [image: 27aEpwn.png]
  • 0 Votes
    2 Posts
    1k Views
    phildunlapP
    Glad to hear it's resolved!
  • Upgraded to 3.1.1, now my custom dashboards don't work. *fixed

    1
    0 Votes
    1 Posts
    677 Views
    No one has replied
  • Logging HTTP publisher

    5
    0 Votes
    5 Posts
    1k Views
    phildunlapP
    Certainly! nc -l port# is definitely the TLDR of that thread :D
  • remote accessing

    3
    0 Votes
    3 Posts
    1k Views
    B
    Thank you phildunlap ,for your attention. it will help for our research project. I used previous version and it has limited IP access.(only 3 IPs) .thank you.
  • Change colour depending on two variables (SVG custom dashboard)

    5
    0 Votes
    5 Posts
    2k Views
    S
    @Jared-Wiltshire said in Change colour depending on two variables (SVG custom dashboard): Ternary operators should work, the only issue I can see with this is that there is a curly brace at the start of the expression. Your code should look like <ma-svg> <div ma-selector="#meterState001 tspan" ng-bind="plug1.value ? (switch1.value ? 'Charging' : 'Plugged In') : (switch1.value ? 'Error' : 'Empty')"></div> </ma-svg> You are a star @Jared-Wiltshire!!! :) Thanks so so much! :) I didn't know ng-bind only works with strings.
  • Gigabit Ethernet fix speed and full-duplex

    3
    0 Votes
    3 Posts
    2k Views
    jeremyhJ
    Hi Mircea, Is this for a MangoES? If so, the following link may help: https://wiki.debian.org/NetworkConfiguration#Setting_the_speed_and_duplex As noted in that link, do be careful (particularly if this device is remote!) that you do not inadvertently lock yourself out of the device. Unstable link speeds can often be symptomatic of bad cabling, faulty termination, or intermittent noise and identifying and addressing the root cause may be called for. One other thing to note is that many switches and other bits of network gear allow you to set a 'manual' speed by effectively disabling some rates, eg. you could disable Gigabit on the switch port and auto-negotiation would max out at 100Base-TX.
  • Can't access Data Point Details after SQL update

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    Hi jmatos, Do you get an error either to the log or the web console (right click, inspect element).
  • High priority task nosql was rejected

    17
    0 Votes
    17 Posts
    4k Views
    phildunlapP
    I would expect it to be slightly different, you can try, but the recommendation we made was to update to the latest BACnet in Mango 3.
  • Using my own AngularJS Directives in Custom Dashboards

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @gary said in Using my own AngularJS Directives in Custom Dashboards: Thank you, @Jared-Wiltshire. That's excellent, I shall give that a go. I forgot to mention that the file uploader is a new feature, so make sure you update your Core and UI module.
  • Mongo stop recording

    4
    0 Votes
    4 Posts
    2k Views
    JoelHaggarJ
    Here are some upgrade notes to follow: https://help.infiniteautomation.com/blog/mango-30-upgrade-notes There are significant improvements in BACnet in the latest version of Mango 3. You need to upgrade your core and all your modules. I would recommend to do an offline test of the upgrade and test all your custom dashboards since you might need to make some changes to be compatible. You'll also need to contact us at support@infiniteautomation.com for a new license for Mango 3.
  • Help with a serial data point

    8
    0 Votes
    8 Posts
    3k Views
    J
    Hi Joel, Your question is leading me to think about this a little different. I'm wrapped up in how this looks but I don't really need to see my values. I need to parse that hex string, perform some logic on a couple values and then act upon it. If the value is intact at it's binary state in memory (and I bet it is), I should be able to do that without seeing it. I will take that approach this week and see what I come up with. Thanks so much! Jason
  • Siemens SEAbus

    1
    0 Votes
    1 Posts
    728 Views
    No one has replied
  • Does the concept of "internal points" exist in Mango?

    4
    0 Votes
    4 Posts
    1k Views
    P
    Thanks @phildunlap
  • Where is the Enviro Canada Documentation? ie. Station-ID List

    4
    0 Votes
    4 Posts
    1k Views
    phildunlapP
    There's an example in the thread linked. Use station 702. create a point for the Temperature and then enable the data source. There's a workaround for the start time issue here, but Jeremy didn't report success: https://forum.infiniteautomation.com/topic/2765/enviro-canada-data-source-not-working
  • Resetting user database via the SQL console

    6
    0 Votes
    6 Posts
    2k Views
    P
    Just to further elaborate, PASSWORD = '{NONE}password' would result in the password being reset to "password" in Code 2.8+. However, I have a version 2 system so the '{NONE...' portion doesn't work. Instead, I have to get a SHA1 result for a password I want to enter, such as the word "password", run it through a hex to base64 converter and enter that into the PASSWORD field. :)