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.

  • Data source page show white screen show only menu

    2
    0 Votes
    2 Posts
    656 Views
    Jared WiltshireJ
    @fusepl What version of Mango are you using: e.g. 3.7.7 What version of Java are you using: Oracle Java 8, or Adopt OpenJDK 11 What is your operating system: e.g. Windows x64, Ubuntu Linux 20.04 How did you install Mango: e.g. install script, or manual install, updated from 3.6.0 How did you start Mango: e.g. systemctl start mango, or ma.sh start Include the log file: post ma.log What browser are you using? e.g. Chrome 91.0.4472.124
  • 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
    782 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
    1k 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
    455 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
    559 Views
    No one has replied
  • Modbus TCP support IPv6?

    2
    0 Votes
    2 Posts
    572 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
    464 Views
    No one has replied
  • 0 Votes
    5 Posts
    825 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
    788 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
    991 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
    770 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
    369 Views
    No one has replied
  • Mango 4 Events Handler

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

    1
    0 Votes
    1 Posts
    444 Views
    No one has replied