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.

  • mulitple publishers configuration on client side is failing

    2
    0 Votes
    2 Posts
    1k Views
    phildunlapP
    is multiple publisher configuration a feasible functionality? Yes you can make as many publishers as your system can handle running. it was verified that on the servers side the 1st and 3rd publisher had the same port configuration... which probably triggered this "bug" What kind of publisher are you talking about? For any but Modbus which have ports, you can use the same port, as it is a client connection to another host at that port. And, in BACnet, it is able to share the local device. I was able to reproduce the issue. It has to do with the way the old UI stores some state about editing on the server side, and it gets confused when you work with multiple tabs open. To achieve this, you could hit the new publisher button in one tab, then the edit existing in another tab, now go back to the first and save the new publisher (must be the same type or there will be a typecast error), and you've updated the existing publisher! This is not going to be fixed, as the publisher UI will soon be present in the new UI. why does the following declaration appear? Ah, so you're using the Mango Persistent TCP Publisher, yes? That message pretty much explains itself. The Receiver is trying to create the incoming point, but it cannot do so because that XID already is being used by another point in the system. You can supply an XID prefix with the publisher such that all points transmitted with have their XIDs prefixed with that string (enabling publishing to localhost). I guess one could manually create a point on a receiver and then add that to a publisher back to that receiver, but I cannot fathom a reason to do so.
  • Problem with import CSV in databulk

    1
    0 Votes
    1 Posts
    979 Views
    No one has replied
  • bulk sync from SQL to persistent TCP

    10
    0 Votes
    10 Posts
    4k Views
    phildunlapP
    maya, My advice was to set the update event to "Logged" on the publisher, and to transmit real time data. On the receiver, save the real time data. Use a "sync point values before" setting like 10 minutes, if you need to make the sync run every fifteen minutes that's probably fine, but you should get all the data from the transmission of real time data. I would not bother with Fox's suggestion. I would not use a sync before time of 1 millisecond, just run the sync more often,
  • Data File Templates

    5
    0 Votes
    5 Posts
    3k Views
    phildunlapP
    Alas 2.8 is not likely to get fixes for this sort of thing. This issue has certainly been fixed, as I mentioned. Did someone from your group call and leave a voicemail about this thread? It was not easy to make out their email address from their message (but it was a gmail address) and they seemed to mention this thread. They said they had compiler output after upgrading, but were getting an error which they provided an incomplete description of. If that was on this issue, could you post the output of the compiler here if you would like help getting through compilation issues?
  • Low disk space on MANGO

    7
    0 Votes
    7 Posts
    3k Views
    phildunlapP
    Hmm, that looks okay. I wonder if maybe there's another cron definition invoking the script? You could try commenting out the line that tries to invoke /usr/sbin/systemInfo/timeAlive in /usr/sbin/systemInfo/getAll to see if that error is what's getting there, but I have the same line in the device I'm looking at and it doesn't produce /var/mail/mail contents. That definitely looks a lot like what was happening when the output of the cron job was not being redirected to /dev/null
  • permission set and auto login

    3
    0 Votes
    3 Posts
    1k Views
    V
    @joelhaggar : Thanks! I got it~ Vincent
  • Doesn't find the values

    9
    0 Votes
    9 Posts
    4k Views
    J
    @phildunlap Thanks for the help. Now the data points have started coming up itself.
  • Send multiple point value in alarm text

    27
    0 Votes
    27 Posts
    29k Views
    phildunlapP
    I used that function because it will give a java.util.List which we could addAll to the other list acquired the same way. You could also use the lastValue function, as described in the JavaScript help, or simply use the .value and .time from the point (which actually wouldn't work quite right here because we need to go through the text renderer, and a .value is a primitive data type usually instead of a DataValue object.
  • MANGO Problem

    4
    0 Votes
    4 Posts
    3k Views
    phildunlapP
    I would not expect 2000 - 3000 Modbus points polled perhaps every 5 seconds to overwhelm the ES from a data acquisition standpoint. Were you able to get it started and running again?
  • Websocket support

    7
    0 Votes
    7 Posts
    5k Views
    Jared WiltshireJ
    It looks like @leandro is opening the websocket connection from a browser, in which case only session authentication is an option. You can't set the Authorization header using the browser WebSocket API.
  • Server error timeout

    12
    0 Votes
    12 Posts
    5k Views
    phildunlapP
    I replied via email to check for /opt/mango/hs_err* files.
  • Mango Using 100% CPU

    20
    0 Votes
    20 Posts
    9k Views
    phildunlapP
    Weird! I would try copying your databases folder into the new installation. If that works, I would stop Mango, move the old installation directory, move the new one where the old one was, and start Mango again, which will get the license working.
  • Chart's not working

    20
    0 Votes
    20 Posts
    10k Views
    G
    @phildunlap Hi, I've disconnected the other MangoES from the network, now I have only one that is getting data from the PLC, and I let it to run a while and I don't have any discarded polls. Thank you!
  • External IP

    18
    0 Votes
    18 Posts
    10k Views
    S
    @phildunlap I moved enable-alph extension script to ext-enable folder, and also I made the SSL settings like before but I get the same errors and I couldn't navigate to the web page.
  • RuntimeManager initialization failure

    5
    0 Votes
    5 Posts
    2k Views
    B
    @phildunlap Thank you, that has it fixed. I appreciate your quick response. Bryce
  • Mango cannot login

    6
    0 Votes
    6 Posts
    2k Views
    JoelHaggarJ
    You don't have any modules installed. It looks like you downloaded only the core. You need to download one of the bundles from: https://store.infiniteautomation.com/core [image: nh0poAD.png]
  • Mango connet with BACnet ms/tp device through PC RS-232 port

    8
    0 Votes
    8 Posts
    6k Views
    J
    @jackchang I know this was 2 years ago, but if you're still around could you point me to which RS232 to RS485 converter you used?
  • Can not open Mango-Enterprise

    2
    0 Votes
    2 Posts
    2k Views
    phildunlapP
    Hi benaznbe, You need to check the log files. You can also try starting it on the command line using either cd /path/to/Mango/bin; ./ma.sh start or cd C:\Path\To\Mango\bin && ma-start.bat and post the output here.
  • Cannot save datapoint "a server error has occurred"

    4
    0 Votes
    4 Posts
    2k Views
    phildunlapP
    You read the end of it, looking for a line that begins with ERROR and then you either deduce the next step to take by searching the error, which I encourage, or you post it here with a line containing three ``` marks above and below the copy-pasted text so that the lines format nicely. If you have a bash shell you can tail -f logs/ma.log and then cause the server error to see the relevant information that would enable me to help you, or you to help yourself.
  • Excel export feature

    20
    0 Votes
    20 Posts
    9k Views
    G
    Worked with Rollup Type, the file is ok now. Thank you!