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.

  • Timeout on all BACnet devices after upgrade from ma-core 2.8.8 to 3.3.1

    7
    0 Votes
    7 Posts
    2k Views
    P
    BACnet is working now: I upgraded the eGauge firmware and set each eGauge broadcast mask back to what I had before the V3 upgrade (192.200.255.255) per eGauge recommendations. I did not change the netmask. eGauge does not think the firmware upgrade would affect the BACnet discovery. Nonetheless, Mango subsequently found the eGauges via BACnet WhoIs, but the old BACnet points were still not updating. Mango allowed me to add new BACnet points from the eGauges, and the new (redundant) BACnet point updated, but none of the old points updated. Disabling/enabling points, or disabling/enabling the BACnet datasoure, also did not cause the old BACnet points to update. The old BACnet points finally started updating after I saved the BACnet datasource, even though I had not made any changes to it. The only LAN switch/router configuration settings changed for troubleshooting were "IGMP snooping" and "Flood unknown multicast traffic," but they were subsequently re-enabled, and BACnet WhoIs still works. Neither LAN setting had any effect on BACnet. Thanks for your help.
  • Java json/python error

    9
    0 Votes
    9 Posts
    2k Views
    C
    I have created a new data point, plain subscribe to /motor1/temp1 and I get the value to show. The only difference is that the value that I can't see is a json value.
  • Potential Memory Leak

    23
    0 Votes
    23 Posts
    16k Views
    A
    This is running core 3.3.1 ATM. I see that latest core is 3.3.3 and I will upgrade tomorrow.
  • Graph with 15Min consumption from electricity meter with absolute value

    5
    0 Votes
    5 Posts
    2k Views
    CraigWebC
    Hi Mircsicz I needed to accomplish a similar UI with flow meter totalizers. These 2 videos should help you with navigating the legacy UI for data points and getting the delta roll up you trying to accomplish. https://vimeo.com/160674010 https://vimeo.com/215444420
  • 0 Votes
    7 Posts
    2k Views
    mircsiczM
    I Installed the update and can approve that changing the passwd now works for me ;-)
  • [SOLVED] Accessing H2 Web-Console give's "IO Exception"

    5
    0 Votes
    5 Posts
    3k Views
    mircsiczM
    I've moved this issue to it's own topic And BTW: I've pasted the log output in that new topic...
  • Mango 3 will not start after recent upgrade

    3
    0 Votes
    3 Posts
    897 Views
    BGB
    Hello Phil, Thank you very much for your advice. The first command: sudo chmod +x /opt/mango/bin/*.sh is the one that did the trick. It is strange that this is not the first time that I have performed the updates on the Mango 3 server. But that is up and running again./ Cheers :) Brian
  • Login Error

    12
    0 Votes
    12 Posts
    3k Views
    M
    Thanks . Now is working.
  • 0 Votes
    5 Posts
    2k Views
    mircsiczM
    @mircsicz said in CSV Import errors with "java.lang.ArrayIndexOutOfBoundsException: 1": I get that it doesn't like a time like this, but there's 365 of those "midnight" timestamp's in a full year's profile and so for me there's no way to change that... And I'm not enough of a java programmer to change that in org.joda.time! :-( My Bad: It's late in germany, after sitting with it for a while and reading this I looked into it once more: private DateTimeFormatter dtf = DateTimeFormat.forPattern("dd.MM.yyyy HH:mm:ss"); "HH" makes the Pattern 24hour format compatible... So now it import's my CSV! Thank's a lot so far, but now it limit's me to 5k value's: Point values limited to 5001 values, please reduce the time range or adjust the rollup interval So hopefully the final question on this topic: where do I adjust the rollup interval? Found an answer There's still an issue with that, but so far I'ld consider this topic solved!
  • 0 Votes
    10 Posts
    2k Views
    P
    @phildunlap Phillip, Thanks for your help. I added the Dashboard module via the Module menu, with restart selected. After a restart, I logged in and the graphical view and the point detail pages rendered properly. The graphical view did not show the point values at first. Mango is usually slow to render values after a restart. The values rendered after I deleted /opt/mango/work/jsp, but that may have been coincidence. Since I had not used Dashboard, I never expected its removal to break those two views.
  • using <div> in dashboard designer

    3
    0 Votes
    3 Posts
    1k Views
    B
    aha. Thank you. should have been curious about that entry.
  • Alter data source update time via event handler?

    5
    0 Votes
    5 Posts
    2k Views
    S
    @phildunlap Gotcha, I was using it as an email event handler, with the script attached to it, I didn't realize I could use to setpoint to initiate the script. Cheers and thanks,
  • Add Data Manually

    2
    0 Votes
    2 Posts
    1k Views
    JoelHaggarJ
    Sure, just look at the Data Import module on the legacy UI. [image: Y00GSiI.png] You can download data from the legacy watch list and then use the Add/Delete column to add in new data. If you are using Excel and have issues it's probably due to Excel changing the format of your date and time.
  • Mango V3 Navigation sidebar menu switching error

    6
    0 Votes
    6 Posts
    2k Views
    J
    @Jared-Wiltshire Thak you for kindly reply. I'll recheck the pages HTML <html> or <head> tags. And try to decrease additional JavaScript. Fix to load font awesome of same versions in different places.
  • Very high CPU usage

    12
    0 Votes
    12 Posts
    2k Views
    P
    Hey Phil, no you're correct it's not behaving badly at all it was just something of interest, wanted to make sure this is an ok scenario
  • issue setting up

    3
    0 Votes
    3 Posts
    1k Views
    G
    Outstanding!!!Thank you for the tip!!! I was running IE, Chrome resolved issue.
  • NoSQL Task Queue Full

    22
    0 Votes
    22 Posts
    6k Views
    phildunlapP
    Phil would you elaborate a little on the above comment, what is considered a low threshold? In the context of that post, anything that would cause the maximum number of batch write behind instances to exist in regular operating conditions. I noticed your remark about streaming as opposed to loading the entire period's values in memory, Are there any plans to move in this direction? I can't say if anyone will want to change anything about it, but I began I REST controller that did streaming values (or optionally load them all), generating multiple points' histories in one request, and provided the ability to cancel a history generation task. There was some stuff left there to be finished / fixed up, but I'm sure some more feature-ful REST controller is on its way. I also remember something discussed in another thread about automatically regenerating the missing metapoints whenever the source data sync runs; Is there any motivation within your collective talents to create this feature? Possible, but unlikely. I don't think you should have meta points on the receiver end unless you really cannot have them on the publisher's side. You could already take that history generation loop I gave you (invokes the meta edit dwr from a loop of points to generate iirc) and place that into a set point event handler for the persistent receiver's sync completed event. So, in that sense it is possible and not my favorite idea, so I'm unlikely to encourage it further without good cause. There some discussion of this in this thread: https://forum.infiniteautomation.com/topic/3189/using-persistent-tcp-points-in-script-calculations
  • Unable to copy from code editor in Chrome

    chrome browser copy paste
    7
    0 Votes
    7 Posts
    2k Views
    B
    Thanks for the wild goose chase - sorry to bother - just can't figure it out. No AV on this machine, though something is clearly awry.
  • Duplicate an angular directive...

    5
    0 Votes
    5 Posts
    2k Views
    B
    Thanks for that @jared. I'm guilty here of one of my pet peaves - people not reading the whole email... Sorry for the unnecessary communication.
  • Assigning event handlers

    5
    0 Votes
    5 Posts
    1k Views
    P
    Fixed