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.

  • Watchlist chart size

    3
    0 Votes
    3 Kiriman
    1k Lihat
    C
    Ok. Yeah I saw these but they look like they're more for dashboard or data that we know that we want to see ahead of time. I need a page which can just be a generic chart that an operator can get into and select whatever combination of trends they need to look at in order to interrogate the process. Pretty much exactly what the watchlist page is, I'd just like the option to make that chart at the bottom take up more of the screen as there's currently a bit of lost real estate. Can I modify the standard watch list page so that it's possible to drag the chart out? My apologies for the questions it's just my web/html skills at the moment are "<h1> Hello World </h1>" at best.
  • Meta Point Context Point Error

    3
    0 Votes
    3 Kiriman
    820 Lihat
    M
    Hi @CraigWeb , We check all context points, none of them is disabled. Although all context points are enabled, we get an error. Thanks in advance,
  • Repetitively Prompt Modbus Exception Error But ModScan show no error !

    8
    0 Votes
    8 Kiriman
    2k Lihat
    D
    @craigweb , Yes you can download at below link 14th till 22nd July https://drive.google.com/drive/folders/1KJS5kqzEbgDO821ntIgQRzisHZD7CweO?usp=sharing
  • Dashboard losing connectivity

    12
    0 Votes
    12 Kiriman
    3k Lihat
    CraigWebC
    The benefit of using the query is that you are not hard coding the XiDs so you will receive all points that match the query. In your situation probably no real benefit but when you need the page to be dynamic it helps.
  • A Bit Stuck on Writing Multiple MODBUS Registers

    44
    0 Votes
    44 Kiriman
    44k Lihat
    MattFoxM
    exactly
  • Data Source Issue

    3
    0 Votes
    3 Kiriman
    1k Lihat
    C
    I believe this box was on 3.4.5 before the upgrade. I had done at least 15 other upgrades from 3.4.5 to 3.7.4 without any issue. It was weird since the issue only happened to one of the data sources. So far it looks like everything is still working correctly.
  • Dropdown selection for datapoint values

    23
    0 Votes
    23 Kiriman
    15k Lihat
    MattFoxM
    You're welcome, sorry for the lack of comments. Let me know if there's anything you don't understand after comparing it with the angularJS docs Fox
  • CSV as data points

    6
    0 Votes
    6 Kiriman
    2k Lihat
    MattFoxM
    Nicely done, if you're willing to share I'm confident others can definitely learn from your approach! Fox
  • Help with TCP/IP Data Source

    4
    0 Votes
    4 Kiriman
    1k Lihat
    cmusselmC
    Hi, Fox, We didn't think to try the serial data source with a virtual socket. I may experiment with that to see what we can get going. Thanks for the tip. Chad
  • Overriding Module's i18n Files

    6
    0 Votes
    6 Kiriman
    1k Lihat
    W
    Great, thank you. Changing the name to include the _en and putting it into the overrides/classes directory worked perfectly.
  • Delta Statistics/Rollup

    8
    0 Votes
    8 Kiriman
    2k Lihat
    cbyrneC
    @terrypacker Hi Terry, yup that's exactly what we've done in the meantime. Thanks for your help. I'm running into trouble when new data gets imported though. See https://forum.infiniteautomation.com/topic/4867/meta-point-classcastexception
  • Meta Point ClassCastException

    1
    0 Votes
    1 Kiriman
    446 Lihat
    Tiada jawapan
  • Error: Null object returned for RollingRandomAccessFile in Appenders.

    2
    0 Votes
    2 Kiriman
    2k Lihat
    R
    Hi Nurr, all my windows installations work with this configuration: https://forum.infiniteautomation.com/topic/4632/windows-10-services-for-mango
  • HTTP Sender Single Message

    19
    0 Votes
    19 Kiriman
    3k Lihat
    MattFoxM
    I've made some amendments (copy from above) - sure enough the data we needed was inside the runtime property. BUT I found the solution! The sodding datapoint query doesn't work in 3.7 without setting the script permissions. Normally these were populated by default, but this is no longer the case. In this case, make the script permission run as superuser to get your points through, or at least the user allowed to read those points. Once you've done that you'll be away! Fox
  • Disable event handler from script

    Unsolved
    2
    0 Votes
    2 Kiriman
    976 Lihat
    D
    @shawn-hateley did you ever figure out a way to do this? thanks.
  • Question on Point & Logging Properties

    3
    0 Votes
    3 Kiriman
    675 Lihat
    CraigWebC
    Hi Chad Your assumptions are correct however mango will wait until it has 3 values. in other words when your data source initialises it will wait for 9 seconds until it gets the first 3 values.
  • 0 Votes
    7 Kiriman
    2k Lihat
    MattFoxM
    Nope, this would likely be for version 3 and above. You could try upgrading your version 2 to a higher version 2 but I'm not sure how well it will work. If https is a must, I'd advise configuring a proxy for mango using apache or nginx. Fox
  • Calculating Storage Usage

    1
    0 Votes
    1 Kiriman
    645 Lihat
    Tiada jawapan
  • Processing files then uploading them to file store

    3
    0 Votes
    3 Kiriman
    1k Lihat
    G
    @mattfox Thank you very much.
  • Serial data source causing crash

    8
    0 Votes
    8 Kiriman
    2k Lihat
    C
    @robmalone Mango did not even what to start up with JDK 1.14. I did recover the old jdk I was using on the crashed system and will revert to that. thx