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.

  • Suspend or Inhibit Modbus IP Update

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    Hi, there is no current method to do this but we have been considering somethings for a future release that could work for this but I can't tell you when it will be included. Thanks, Joel.
  • Problem with SNMP rendering

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    We have added a scaling option into version 1.4.1 of the SNMP module for Mango Automation. It is currently available on the download page. If you don't have this link you can submit the form at: http://infiniteautomation.com/index.php/download-mango.html to get access. Thanks, Joel.
  • Thermostat Scheduling

    3
    0 Votes
    3 Posts
    3k Views
    JoelHaggarJ
    You can use the cron option on the scheduled event to accomplish this. http://en.wikipedia.org/wiki/Cron
  • How to send AT commands through a serial COM port

    4
    0 Votes
    4 Posts
    3k Views
    D
    That's perfect to start! Thank you
  • 0 Votes
    5 Posts
    4k Views
    C
    Jasbir, So now you have the two instances (or internally in the one instance) communicating right? (you can pass the "static data"). In order to pass real data in the body and store it, try the following. if you have some real data points to send, make a new publisher like the one we did previously. Make sure you save the publisher. I don't think Mango will let you add real datapoints until you save the publisher. If you don't have any real data to pass yet then make a "Virtual Data Source" and add a point to make random numbers every 30 seconds or so. Now we're going to add data points to the publisher. Select one of your real data points that you have or the one you made as a "Virtual Data Source" in the pull down menu at the bottom of the page. Select one or more datapoints to send. In order to properly send the data, you will have to name the "parameter" (datapoint). This is the same parameter name you will use on the HTTP Receiver end to listen for the datapoint and add it to your database. Make sure that you have selected "All Updates" on the "update events" box. This means that any time a new datapoint changes in a way that the sending instance considers worthy of logging it will send the value to your receiver (timestamp, value or either depending on how your logging is setup). On the receiver end, you will need to setup the points you are listening for. In the HTTP Receiver that you have already confirmed is sending static data (from the previous exercise), you will need to add some receiver points. Again, you have to save the HTTP Receiver, or it won't let you add data points. Once you do this, you can add a new receiver point by clicking the green circle with the arrow at the bottom of the screen. The new point should be of the same data type as the publisher (binary, numeric, alphanumeric, etc). You will also need to put the exact same parameter name here as you put in the publisher for the data point (this is case sensitive so it has to be EXACT). Save the datapoint once you have entered all of the information. Now that you have a data point configured, make sure you turn the datapoint on, and the data source. You can click on the red balls for the datapoint and the data source to toggle them green. The receiver will only receive and store data if these are green. Also, make sure that your HTTP Publisher has the "Enabled" checkbox checked (or that there is a green ball on the status under the "Publishers" page) that's really it.... you should now be passing and storing data for the datapoint you added. If you want to quickly confirm this, you can click on the "Watchlist" and add the point you just added to the current watchlist (so you can see the most recent value, and some charting over time). Hope this helps, Craig
  • 0 Votes
    7 Posts
    4k Views
    M
    Ah, ok. There are differences in the var names between M2M and MA, and also between MA 1.x and MA 2.x.
  • Javascript variable from scriptPoint "value"

    2
    0 Votes
    2 Posts
    2k Views
    C
    I'm working on some custom views that need the current value of a particular datapoint available as a JS variable. If I declare the variable in my JS header info, and then try to update using the form: var x = value; within the script section of the scriptPoint tag, this doesn't update the previously declared JS variable (even though "value" is functional and clearly available based on other tests). Is there a straightforward method of achieving this? It doesn't have to utilize the scriptPoint function. If this isn't possible currently, is there a way to do this through a global script? Thanks, Craig
  • How to input data from a GPS nmea-0183

    6
    0 Votes
    6 Posts
    4k Views
    S
    Hi, We are working to put up a WIKI in the near future. For now, browsing the forum and the getting started videos can go a long way. If you have a specific use / integration question related to Mango Automation please contact me. In regards to the GPS question, if you search the forum for GPS you will see a few posting talking about it. Basically we don't support it yet, but plan to. If there is a commercial need we can write a serial datasource for that as a module. Take care,
  • Browser compatibility check

    4
    0 Votes
    4 Posts
    3k Views
    H
    Works like a charm :D Thanks
  • Point links scripts

    3
    0 Votes
    3 Posts
    3k Views
    M
    For both of these questions you should check out the meta data source.
  • Custom Report Design

    5
    0 Votes
    5 Posts
    3k Views
    M
    You can use the data downloads to get history data in CSV format.
  • How to send command to standard serial port

    3
    0 Votes
    3 Posts
    4k Views
    M
    "output" is not a valid register range. "Input status" and "Input register" are the read-only register ranges.
  • Mango / DGLux on Windows 8 Touch Screen Computer

    2
    0 Votes
    2 Posts
    2k Views
    JoelHaggarJ
    For those of you who may be interested in building a high quality user interfaces with large touch screens, Windows 8 might be the answer. I never thought I would ever promote windows but this does seem to work really nicely. Not my best video ever but you'll get the idea. http://vimeo.com/53039739
  • Edit Raw Data

    7
    0 Votes
    7 Posts
    5k Views
    P
    Can someone please post a sample SQL command that will purge extreme values from a datapoint, or purge values within a certain time range? I realize that I can set a discard low/high limit, but that does not help once the data is already logged. I have often found that when adjusting metadata formulas I sometimes wind up with a recent datapoint value that screws up my dataset, and consequently the graph scaling. My other option is the purge function, but that would cause me to lose all history before that point. It would also be useful to know how to replace point values that meet a certain date or value threshold. This would enable me to, for instance, change the scaling of prerecorded datapoints. e.g. to replace a Fahrenheit temperature dataset history with a Celsius dataset, or replace amperes with milliamperes. Thanks
  • Modbus and MySQL Management

    3
    0 Votes
    3 Posts
    3k Views
    M
    On the data point edit page under "logging properties", try "interval" logging. No, Mango does not currently support array or object data types.
  • Google is undefined when using server-side script

    21
    0 Votes
    21 Posts
    17k Views
    M
    1.13.7, but the functionality hasn't changed for a long time.
  • Turning devices on and off with time schedule

    4
    0 Votes
    4 Posts
    3k Views
    G
    Amazing! It works! I was so close to find it :P thanks :)
  • Watchlist outputs

    3
    0 Votes
    3 Posts
    2k Views
    D
    bump for attention of more experienced people! Recently I played a new game called [url=http://www.dotmmo.com/eternity-warriors-2-12351.html]Eternity Warriors 2,its awesome~!
  • Turning devices on and off?

    9
    0 Votes
    9 Posts
    5k Views
    JoelHaggarJ
    No, not at all. This is script is to be used in a server side script on a graphic view. In the script you select the Datapoint you want to use from the drop down list.
  • Copying Graphical Views from one Mango web server to another

    14
    0 Votes
    14 Posts
    6k Views
    JoelHaggarJ
    Ok, I should be available Monday so just let me know. Joel. joel@infiniteautomation.com