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.

  • 0 Votes
    3 Posts
    2k Views
    Jared WiltshireJ
    I would have thought that the HTTP Receiver would accept multiple point values at once, however I don't have the docs in front of me. Not sure how your CURL request is authenticating.. You have an XSRF token but no session cookie. I would suggest using an authentication token for this kind of usage, then you don't need the XSRF token either.
  • JsonEmport not working for me

    4
    0 Votes
    4 Posts
    2k Views
    terrypackerT
    @Phillip-Weeks I just implemented a Scripting Data source that runs this script and see no errors on Mango 3.6.6? var dataPoints = JSON.parse(JsonEmport.dataPointQuery("eq(name,Voltage)&limit(1000)")).dataPoints; print(JsonEmport.dataPointQuery("eq(name,Voltage)&limit(1000)")); I am searching for a point named Voltage Output: "dataPoints":[ { "xid":"voltage", "name":"Voltage", "enabled":true, "loggingType":"ON_CHANGE", "intervalLoggingPeriodType":"MINUTES", "intervalLoggingType":"INSTANT", "purgeType":"YEARS", "pointLocator":{ "dataType":"NUMERIC", "changeType":{ "type":"BROWNIAN", "max":100.0, "maxChange":0.01, "min":0.0, "startValue":"1" }, "settable":true }, "eventDetectors":null, "plotType":"STEP", "rollup":"NONE", "unit":"V", "simplifyType":"NONE", "chartColour":"", "chartRenderer":null, "dataSourceXid":"DS_997094", "defaultCacheSize":1, "deviceName":"Dashboard Demo", "discardExtremeValues":false, "discardHighLimit":0.0, "discardLowLimit":0.0, "intervalLoggingPeriod":15, "intervalLoggingSampleWindowSize":0, "overrideIntervalLoggingSamples":false, "preventSetExtremeValues":false, "purgeOverride":false, "purgePeriod":1, "readPermission":"user", "setExtremeHighLimit":1.7976931348623157E308, "setExtremeLowLimit":-1.7976931348623157E308, "setPermission":"", "tags":null, "textRenderer":{ "type":"ANALOG", "useUnitAsSuffix":true, "format":"#.00" }, "tolerance":0.0 } ] } The cause must be specific to your system. Perhaps that specific point is corrupt? Try another point and if that doesn't work take a look at the logs and see if anything is being output about the error. Thanks.
  • Bulk edit is giving Validation Error

    3
    0 Votes
    3 Posts
    1k Views
    Jared WiltshireJ
    @phillip-weeks said in Bulk edit is giving Validation Error: No BULK edit feature working is a pain since I the export for csv was removed . There is a bulk edit feature It does work @phillip-weeks said in Bulk edit is giving Validation Error: So am I doing something incorrect here? Yes, it sounds like you are. Check the value of the action column is set to the correct value, it should be CREATE, UPDATE or DELETE. For CREATE you can either set the xid column or leave it blank to autocreate an XID. For UPDATE you should set the originalXid column and the xid column (this is so you can change the XID of points). For DELETE you only need to set the originalXid column.
  • Connecting Mango with Arduino OPC server

    19
    0 Votes
    19 Posts
    6k Views
    H
    @ramhuzaini Were you able to connect to OPC servers on local machine? I am exploring mango and just can't see OPC servers installed locally on my PC. The server dropdown remains empty, which I assume should get filled with all registered OPC servers. Will appreciate any tips on how to correctly configure an OPC DA source in mango.
  • How to use HTTP JSON Receiever to receive the data with is by JSON format

    16
    0 Votes
    16 Posts
    7k Views
    D
    try to change localhost to 127.0.0.1 I did that and it worked. If you want localhost to work you need to change your hosts file like the picture below. I hope it helps. [image: W9Eawsd.png] [image: aOUM6ti.png] [image: CRGZmZ1.png]
  • Publisher logs in ma.log how to avoid?

    1
    0 Votes
    1 Posts
    797 Views
    No one has replied
  • Modbus TCP write or settable

    8
    0 Votes
    8 Posts
    2k Views
    O
    @craigweb Well it turns out, the device required the "Use multiple write commands only" to be turned on. Thanks for the help.
  • Modbus TCP write or settable

    2
    0 Votes
    2 Posts
    920 Views
    CraigWebC
    Hi David Your images don't describe what is going wrong when you try to set the point. Are there any data source alarms?
  • Simple Ping Monitor

    11
    0 Votes
    11 Posts
    3k Views
    phildunlapP
    You're welcome!
  • Bulk editing point definitions.

    6
    0 Votes
    6 Posts
    2k Views
    P
    Perfect thanks Phil
  • Disable <ma-switch

    6
    0 Votes
    6 Posts
    2k Views
    P
    Thank-you guys .. lots of useful info :)
  • Email template for email to sms service

    5
    0 Votes
    5 Posts
    3k Views
    phildunlapP
    Hi Frank, You are providing a custom FTL template for an email event handler, correct? FreeMarker Template Language has some built-in functions and special variables that would help you to achieve this, specifically the .now special variable. See here for how to transform that into human readable strings if necessary: https://freemarker.apache.org/docs/ref_builtins_date.html See here for a list of special variables in FTL: https://freemarker.apache.org/docs/ref_specvar.html
  • How to nest a map element in Dashboard Designer

    2
    0 Votes
    2 Posts
    1k Views
    Jared WiltshireJ
    @cwangv said in How to nest a map element in Dashboard Designer: Do I have to modify the html code directly to make this happen? Yes, unfortunately the dashboard designer does not currently support dragging/dropping nested elements.
  • DataFile Date Source: No template

    7
    0 Votes
    7 Posts
    2k Views
    phildunlapP
    Certainly! Thanks for the kind words, we do try to keep this a helpful place!
  • Data point Scaler

    4
    0 Votes
    4 Posts
    2k Views
    Jared WiltshireJ
    @hayden_AUS I incorporated a calculator directly into the data point editor for modbus points - https://forum.infiniteautomation.com/topic/4477/release-notes-for-modbus-3-6-4
  • HTTP Retriever - Value RegEx works whit accent

    8
    0 Votes
    8 Posts
    2k Views
    F
    Hi phil. Thanks you. I used your recommendation and found that the regex value was waiting instead of Cerro Patacón, Cerro Patacún. I changed that in the regex value and voila. is working. ú ú ó ó í à é é á á
  • Remote access to MangoES

    6
    0 Votes
    6 Posts
    3k Views
    phildunlapP
    Cloud connect will allow you to act as a client if you have a non-free core license, but will not allow you to connect to a cloud connect server from an unlicensed core with an unlicensed cloud connect module. There would be a message in the Mango/logs/ma.log file when the client fails to start.
  • How to create a bar chart with benchmark line?

    12
    0 Votes
    12 Posts
    3k Views
    Jared WiltshireJ
    Also given the way you are using the trend line @cwangv it is possible you might actually want a guide - https://docs.amcharts.com/3/javascriptcharts/Guide You can add guides to the value axis and the category axis, see example - <ma-watch-list-get ng-model="designer.watchList" parameters="designer.parameters" on-points-change="designer.points = $points" id="c7a76688-a0cb-4444-b0ac-846215027dbd" watch-list-xid="WL_ed918c86-646f-4760-b5af-d9285ff86505"></ma-watch-list-get> <div class="ma-designer-root" id="031da823-b132-4fb8-aac6-8b26115371ad" style="width: 1366px; height: 768px; position: relative;"> <ma-point-values id="8a04f546-f144-468d-abd4-143f50cea62c" points="designer.points" from="dateBar.from" to="dateBar.to" rollup="{{dateBar.rollupType}}" rollup-interval="{{dateBar.rollupIntervals + ' ' + dateBar.rollupIntervalPeriod}}" style="position: absolute; left: 226px; top: 644px;" values="designer.values"></ma-point-values> <ma-serial-chart id="4c27166e-bae5-443f-9fae-2467c5e6dac3" style="position: absolute; width: 100%; height: 600px; left: 0px; top: 0px;" values="designer.values" points="designer.points" guides="[{date: dateBar.from.valueOf() + (60 * 60 * 1000), toDate: dateBar.to.valueOf() - (60 * 60 * 1000), fillAlpha: 0.2, fillColor: 'green', lineThickness: 2, lineAlpha: 1}]" options="{valueAxes:[{guides:[{value: 5, toValue: 20, fillAlpha: 0.2, fillColor: 'blue', lineThickness: 2, lineAlpha: 1}]}]}"></ma-serial-chart> </div> [image: s7dv0hR.png]
  • Can I change MangoES logo to customer's logo when access it? And how?

    6
    0 Votes
    6 Posts
    2k Views
    R
    Hi ozone, you can do this with the webmin-UI: http://[YourMangoES-IP]:10000 or https://[YourMangoES-IP]:10000. Enter mango/[YourPassword], in the left menu via /others/File Manager choose /opt/mango... In the MangoES-box was also a manual that describes it and a note with the [YourPassword].
  • Caught a Sad USB to Serial Converter using "Log IO" function...

    1
    1 Votes
    1 Posts
    631 Views
    No one has replied