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.

  • Jsp Views wher are they in the Mango Dashboards?

    10
    0 Votes
    10 Posts
    4k Views
    JoelHaggarJ
    Did you move the file into the Mango Home /web folder? Like MA_HOME/web/jspViewExample.shtm ? You will probably get an error unless you edit the file first to use XID's that you already have. Joel
  • Mango running in the cloud

    2
    0 Votes
    2 Posts
    2k Views
    D
    I am wondering about peoples experiences with installing Mango on a cloud server. What issues have people had? Would anybody recommend a particular server - google -amazon? Also, I have a query in relation to purchasing Mango - once installed on a PC, is it possible to install the same application on a cloud server - and delete the initial local install? Regards, Dominic
  • Dynamically size your iframe

    3
    0 Votes
    3 Posts
    3k Views
    S
    document.getElementById("dgInclude").width=document.documentElement.clientWidth*scaleFactor; document.getElementById("dgInclude").height=document.documentElement.clientHeight*scaleFactor;}
  • Mango SSL

    3
    0 Votes
    3 Posts
    3k Views
    phildunlapP
    I think you want to look into importing certificates into your Java keystore. http://www.sslshopper.com/article-most-common-java-keytool-keystore-commands.html
  • Encapsulation of M-Bus protocol

    4
    0 Votes
    4 Posts
    2k Views
    H
    Actually,i m thinking about encapsulate the mbus frame in rs232 frame instead of using of a converter. Sorry,i'm novice and i learn more .i accept all of your advices with pleasure
  • Different set of widgets for different users

    6
    0 Votes
    6 Posts
    4k Views
    S
    Oh, I see I misunderstood it because I thought you were talking about Dynamic Properties Tab that every widget has as well as Dashboard in particular
  • Upgrade from 1.13.0

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    There is no direct upgrade from Mango M2M 1.13.0 but you can export your JSON configuration and import it into your new Mango Automation 2.2.2. For graphic views there are a few modification you need to do with a find and replace on the JSON. The MA importer will pride you with some error and tips for what needs to be corrected. You can also email your JSON to us and we will modify it to be compatible with MA 2.2.2. If it's really important to also move over your history values it is possible but it's a much more difficult procedure involving copying data between the pointValues tables. Joel.
  • ASCII File Reader How-To

    10
    0 Votes
    10 Posts
    5k Views
    N
    @phildunlap said: You can have many datapoints in the same file, or do you mean recurrences of the same data point many times? What do you mean? Same point many times, with different data-stamps.
  • Poor support

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    That's quite the statement you are making in the post. Every day we provide exceptional support to many users all for free. It doesn't help to say something like "There are so many issues , regarding data sources , no one here can help or no one need to help us" without an explanation of the issues you are having. Have you seen this post? http://forum.infiniteautomation.com/forum/posts/list/1279.page Please share any issues you are having in detail so we can address them for you. Sincerely, Joel.
  • Scaling Data

    3
    0 Votes
    3 Posts
    2k Views
    duncanD
    I was being rather stupid. Please ignore the request. Its a simple math formula. :oops:
  • Importing datasources from custom page (PHP)

    2
    0 Votes
    2 Posts
    2k Views
    C
    I'm trying to import datasources and datapoints from a php page (not from the mango page). This is to speed-up the operation which creates "new" modbus devices. To do that I installed the phpJavaBridge. Is there anyone which succeeded executing the importData($string) importUpdate() from a php page? I'm not able to bind to the mango session (i.e. same user) and I guess this is the root cause of the problem Thanks in advance.
  • Erasing alarms list

    7
    0 Votes
    7 Posts
    3k Views
    R
    Dear Joel, I'm using Mango 1.12.0 and I'm pretty sure that this is MySQL database. Piotr
  • SQL Data Source not listed

    7
    0 Votes
    7 Posts
    4k Views
    E
    very nice post i like this forum
  • Text file data point

    10
    0 Votes
    10 Posts
    7k Views
    P
    @oja said: Maybe the way exists. You can use Javascript with imported FileInputStream and FileOutputStream. Or, you can create JAVA library for CSV file controlling and import to Javascript in datapoint. I am using this for serial communication with unsuported protocols etc. Siemens Elan protocol. Please, describe your requirements for CSV access. Oja Hi, that's exactly what I need I wish to read some datapoints BOTH via Modbus/TCP when my device is online, and to read same datapoints stored locally in devices filesystem and uploaded to my server via some backup connection, in roder not to lose recordings on unreliable networks. Could you please explain better how to implement such a Javascript task and to integrate into Mango, or address me to a working example ?
  • How to make Mango server online. Currently localhost.

    2
    0 Votes
    2 Posts
    3k Views
    V
    I'm running a Mango server on my machine which has a HTTP Receiver data source which collects data from my Apache web server (local) about CPU usage, temp etc. I would now like to collect data from other machines which are not on the network, i.e, get data from other machines via the Internet. My local web server is currently sending data to localhost:8080/httpds, so I'd like it to be something like xxx.xxx.xxx.xxx:8080/httpds, where xxx is my IP. I already have a static IP address.
  • How to config Mango time

    4
    0 Votes
    4 Posts
    3k Views
    S
    You need to add this line to startup.sh export JAVA_OPTS ="-Duser.timezone=urtimezone" Eg: export JAVA_OPTS ="-Duser.timezone=IST"
  • Y-axis scaling in image chart

    5
    0 Votes
    5 Posts
    3k Views
    I
    Did you do something on y-axis ?
  • Serialized streaming through Http of the events

    2
    0 Votes
    2 Posts
    2k Views
    U
    Guys, can you shed some light on how to send the events through Http streaming serialization ? AFAIK the publisher (http sender) serialize the Datapoints and their corresponding Datasources, what if i want to add the events triggered to the http streaming too ?
  • Nagios-Mango features

    7
    0 Votes
    7 Posts
    5k Views
    Z
    Thanks! It is. :-) Zdravko
  • How to run external commands

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    Use can use the event handler to run a script on the server but this won't return any value to Mango. If you wanted to have a data source that would ping an IP address it would just have to be created. I'll look into this and let you know what I think. If it's something you wanted to do and you have he skills it would probably be one of the easier data sources to create. Joel.