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.

  • HTTP Receiver Data Source Blocked

    8
    0 Votes
    8 Posts
    1k Views
    MattFoxM
    @robmalone anytime
  • Bacnet data problem

    8
    0 Votes
    8 Posts
    1k Views
    terrypackerT
    @ua something else to note is that it appears you have a local device for each of your data sources. I'm not sure of your use case but it might work better if you share one local device across all of your data sources.
  • Alarm list and update

    9
    0 Votes
    9 Posts
    768 Views
    MattFoxM
    Rather than hiding rows, it would be better to validate if these point values are changing, remove the ng-show and focus on the point values first. If they are not updating in realtime, then you have other problems. Fox
  • Metadata Internal Server Error

    4
    0 Votes
    4 Posts
    988 Views
    terrypackerT
    @brownbucks11 another option would be to install the nashorn module which will provide the engine to the JVM when Mango starts. https://store.infiniteautomation.com/module/nashorn
  • Multiple emails being sent for event notification.

    1
    0 Votes
    1 Posts
    443 Views
    No one has replied
  • This topic is deleted!

    1
    0 Votes
    1 Posts
    7 Views
    No one has replied
  • Using "Point Unreliable" status in Meta point

    1
    0 Votes
    1 Posts
    547 Views
    No one has replied
  • Modbus TCP support IPv6?

    2
    0 Votes
    2 Posts
    560 Views
    V
    H! After the actual test. mango Complete implementation IPV6 on Modbus TCP. Thnaks! Vincent.
  • Mango on Linux won't start under mango user, but will with root

    9
    0 Votes
    9 Posts
    2k Views
    JoelHaggarJ
    Excellent, glad you got it working. Basically, you need to allow unprivileged users access to lower ports. By default, Linux does not allow this.
  • TCP IP Data point Stops Refreshing

    1
    0 Votes
    1 Posts
    454 Views
    No one has replied
  • 0 Votes
    5 Posts
    821 Views
    TurboT
    Greetings, all: Here's a new one for you. I did an apt-get upgrade on our server and then restart Mango, and.. Now I'm getting dates that seem to make sense. I need to run this again tomorrow when I"m not so tired, but I think updating the server and rebooting mango.. Fixed this? This is odd and slightly disconcerting, but yay for how software sometimes behaves. I'll run some more reports, but I think resetting mango and apt-get updating our Linux install fixed this (for now anyways). Thanks for your help.. Cheers, -Greg
  • POP3 Email Setup as Data Source

    3
    0 Votes
    3 Posts
    749 Views
    A
    Thanks Matt for the suggestion.
  • Upgrade from v4.0.0 beta.12 to beta.14 failed to restart

    7
    0 Votes
    7 Posts
    1k Views
    ricardoR
    Hi Craig, Thank you for your reply. I copied the web/ directory from the beta.12 download over my existing beta.12 instance. I set the system information to development and performed the upgrade via the modules pages. I am happy to report back that the system is now on beta.14. BR, Ricardo
  • Error saving Scripting DS on v3

    14
    0 Votes
    14 Posts
    2k Views
    MattFoxM
    Anytime, happy to help! Fox
  • /data-sources API - Limits results to 100 items

    4
    0 Votes
    4 Posts
    949 Views
    MattFoxM
    Bizarre, help docs used to mention using -1 as no limit. Glad you have got it sorted! Fox
  • Publisher problem when connection falls for 1 minute

    2
    0 Votes
    2 Posts
    764 Views
    E
    using this in a scripting datasource I can restart the publisher function enablePublisher(xid, enabled) { var publisher = com.serotonin.m2m2.db.dao.PublisherDao.instance.getPublisher(xid); publisher.enabled = enabled; com.serotonin.m2m2.Common.runtimeManager.savePublisher(publisher); } if (startPublisherRestartScript.value === 1){ startPublisherRestartScript.set(0); enablePublisher("Pub_E2AX_TRK-3.1", true); } my problem is that I don't know how to understand that the publisher is sending data to nowhere, the alarm on Connection and Socket are not working as expected so, for example I could check this port number: [image: OFlm84K.png] it changes when the modem change IP, how I can have the port number in the same scripting datasource? I would like to avoid to restart the publisher every minute. Thanks Antonio
  • Exception from modbus master: Invalid message start: 127

    1
    0 Votes
    1 Posts
    359 Views
    No one has replied
  • Mango 4 Events Handler

    1
    0 Votes
    1 Posts
    612 Views
    No one has replied
  • Encapsulated Modbus RTU over ModbusTCP

    1
    0 Votes
    1 Posts
    431 Views
    No one has replied
  • PHP in Custom HTML

    2
    0 Votes
    2 Posts
    610 Views
    MattFoxM
    Don't you need an extension to do that? Meaning you'd have to be able to change source code to or at least have additional settings available to run PHP inside apache tomcat? Let me know, I'd be keen to know. MANGODIR/overrides/web/modules/mangoUI/web/ as far as I know is the web host directory so you don't lose changes with upgrades. But then again that's for just running straight .html I suppose. Not sure if that would work for you. Other than that I guess you'd need @terrypacker to answer this one unless another Java dev is readily available... Fox