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.

  • Nike se rencontrent tous les clients

    2
    0 Votes
    2 Posts
    1k Views
    T
    Chaussures est de prendre soin de vos pieds, et ceux-ci sont également dans not structure élégant et une variété de couleurs à choisir des produits. Ils sont disadvantage individuals dans le but de répondre aux exigences tous les grows older, hommes et femmes. Le produit peut protéger vos pieds lorsque vous participez à diverses activités. [url=http://www.nkdiscountfr.com/hommes/nike/running-training-sport]running training sport hommes Il ya semelle de chaussure, semelle, semelle, semelle, los angeles chaussure, le traitement, Welt, à l'extérieur et à l'intérieur de chaque partie. Il s'agit d'un examen approfondi de tous ces éléments sont très importants avant d'acheter des chaussures. Dans des circonstances normales, les chaussures sont divisées en deux catégories. Ils sont des chaussures formelles et chaussures de sports. Les joueurs portent des chaussures différentes de participer à l'exercice. [url=http://www.nkdiscountfr.com/hommes/adidas/adidas-superstar]adidas superstar hommes Chaussures chaussures liste de prix liste de prix variera dans le but de une variété de marques et de modèles. Célèbre marque de chaussures a good été très friands de personnes, depuis de nombreuses années, Nike, Adidas, Reebok, Puma, liberté, Bata et beaucoup moreover. Ceux-ci sont disponibles dans une variété de modèles. Ces chaussures sont fabriqués en gardant à l'esprit les besoins et les aspirations des différentes catégories de personnes. [url=http://www.nkdiscountfr.com/hommes/puma/puma-lifestyle]puma lifestyle hommes Ils sont de formes et de couleurs attrayantes à choisir, mais aussi dans différentes tailles à choisir dans le but de satisfaire tous les people. Il existe des modèles très beaux et attrayants, peuvent être utilisés à los angeles fois dans le but de les hommes et les femmes, et même des enfants. Prix?? des chaussures varient de très pas cher à très cher. [url=http://www.nkdiscountfr.com/hommes/air-jordan/air-jordan-retro]air jordan retro hommes Toutefois, ceux-ci sont fournis par toutes les sessions de personnes de manière à acheter. Dans des circonstances normales, le fabricant fournira garantie chaussures de marque. Typiquement, il s'agit d'une citation à fournir annuellement par les différents fabricants. Ils fourniront une variété de chaussures d'un sure pourcentage de rabais de. [url=http://www.nkdiscountfr.com/hommes/new-balance/new-balance-574]new balance 574 hommes Ce sera le meilleur point in time de leur achat. Decision - chaussures peuvent être facilement achetés à travers une variété de marques de chaussures shop. Il peut également donner des spécifications dans le but de répondre à los angeles clientèle afin de los angeles demande. Il peut aussi être acheté facilement disponible sur le réseau. Acheter dans le but de vous et à vos besoins, des chaussures, il ya not component élégant. à partir de http://www.nkdiscountfr.com
  • Serial data source help - parsing stream with regex

    3
    0 Votes
    3 Posts
    2k Views
    jeremyhJ
    Hi, Have you tried using regexpal.com or regerx.com to verify your regex expression gives you the expected results? Cheers
  • 0 Votes
    10 Posts
    2k Views
    E
    excellent!!! What time will this module will be issued? Thank Joels and jeremyhs!!!!
  • A lot of unnecessary events

    6
    0 Votes
    6 Posts
    3k Views
    JoelHaggarJ
    What Dan said. I would recommend setting the alarms to "Do Not Log" and then using a no change detector on one point to determine if there is a real issue.
  • HTTP retriever regex help

    4
    0 Votes
    4 Posts
    1k Views
    jeremyhJ
    Thank you very much Terrypacker. That works. For anyone else wishing to use HTTP to retrieve these values from the SMA Webbox (if you cannot open another port to the device to use Modbus, for example), here an export of my data source and data point configuration that you may import into Mango: { "dataSources":[ { "xid":"DS_261176", "name":"PLANT_NAME", "enabled":true, "type":"HTTP_RETRIEVER", "alarmLevels":{ "PARSE_EXCEPTION":"NONE", "DATA_RETRIEVAL_FAILURE":"NONE", "SET_POINT_FAILURE":"NONE" }, "purgeType":"YEARS", "updatePeriodType":"MINUTES", "quantize":false, "retries":2, "setPointUrl":"", "timeoutSeconds":5, "updatePeriods":5, "url":"http:\/\/IP_OF_WEBBOX\/home.htm", "purgeOverride":true, "purgePeriod":1 } ], "dataPoints":[ { "xid":"DP_973514", "name":"Power", "enabled":true, "loggingType":"ON_CHANGE", "intervalLoggingPeriodType":"MINUTES", "intervalLoggingType":"INSTANT", "purgeType":"YEARS", "pointLocator":{ "dataType":"NUMERIC", "ignoreIfMissing":false, "setPointName":"", "settable":false, "timeFormat":"", "timeRegex":"", "valueFormat":"", "valueRegex":"<td id=\\\"Power\\\" class=\\\"tdcol1\\\">(.*) W<\/td>" }, "eventDetectors":[ ], "plotType":"STEP", "unit":"W", "chartColour":"", "chartRenderer":null, "dataSourceXid":"DS_261176", "defaultCacheSize":1, "deviceName":"DEVICE_NAME", "discardExtremeValues":false, "discardHighLimit":0.0, "discardLowLimit":0.0, "intervalLoggingPeriod":15, "intervalLoggingSampleWindowSize":0, "overrideIntervalLoggingSamples":false, "purgeOverride":true, "purgePeriod":1, "textRenderer":{ "type":"ANALOG", "useUnitAsSuffix":true, "unit":"W", "renderedUnit":"W", "format":"####.##" }, "tolerance":0.0 }, { "xid":"DP_348506", "name":"Daily Yield", "enabled":true, "loggingType":"ON_CHANGE", "intervalLoggingPeriodType":"MINUTES", "intervalLoggingType":"INSTANT", "purgeType":"YEARS", "pointLocator":{ "dataType":"NUMERIC", "ignoreIfMissing":false, "setPointName":"", "settable":false, "timeFormat":"", "timeRegex":"", "valueFormat":"", "valueRegex":"<td id=\\\"DailyYield\\\" class=\\\"tdcol1\\\">(.*) kWh<\/td>" }, "eventDetectors":[ ], "plotType":"STEP", "unit":"kW\/h", "chartColour":"", "chartRenderer":null, "dataSourceXid":"DS_261176", "defaultCacheSize":1, "deviceName":"DEVICE_NAME", "discardExtremeValues":false, "discardHighLimit":0.0, "discardLowLimit":0.0, "intervalLoggingPeriod":15, "intervalLoggingSampleWindowSize":0, "overrideIntervalLoggingSamples":false, "purgeOverride":true, "purgePeriod":1, "textRenderer":{ "type":"ANALOG", "useUnitAsSuffix":true, "unit":"kW\/h", "renderedUnit":"kW\/h", "format":"####.##" }, "tolerance":0.0 }, { "xid":"DP_288031", "name":"Total Yield", "enabled":true, "loggingType":"ON_CHANGE", "intervalLoggingPeriodType":"MINUTES", "intervalLoggingType":"INSTANT", "purgeType":"YEARS", "pointLocator":{ "dataType":"NUMERIC", "ignoreIfMissing":false, "setPointName":"", "settable":false, "timeFormat":"", "timeRegex":"", "valueFormat":"", "valueRegex":"<td id=\\\"TotalYield\\\" class=\\\"tdcol1\\\">(.*) MWh<\/td>" }, "eventDetectors":[ ], "plotType":"STEP", "unit":"MW\/h", "chartColour":"", "chartRenderer":null, "dataSourceXid":"DS_261176", "defaultCacheSize":1, "deviceName":"DEVICE_NAME", "discardExtremeValues":false, "discardHighLimit":0.0, "discardLowLimit":0.0, "intervalLoggingPeriod":15, "intervalLoggingSampleWindowSize":0, "overrideIntervalLoggingSamples":false, "purgeOverride":true, "purgePeriod":1, "textRenderer":{ "type":"ANALOG", "useUnitAsSuffix":true, "unit":"MW\/h", "renderedUnit":"MW\/h", "format":"####.###" }, "tolerance":0.0 } ] } BTW, an alternative to using Modbus on the SMA Webbox is to use RPC (which requires no set up and can run on port 80). SMA have published the specification for it: http://files.sma.de/dl/4253/SWebBoxRPC-eng-BUS112713.pdf When queried at a particular URL, the Webbox returns a JSON string of the entire plant parameters. All it needs is for someone to write a Mango module for it! Attachment: download link
  • Need setting serial port in ubuntu for mango?

    7
    0 Votes
    7 Posts
    3k Views
    E
    Thanks your detail answer!!! :) :) :)
  • 0 Votes
    4 Posts
    1k Views
    E
    yes . I find the meta module have the funcation for this . I have built a module that meta module . and I connect a datapoint .then I setting condition for this . then I in report module choose the meta point . Every is ok.
  • How to let scheduled report logo isnot same as logo at mango system?

    4
    0 Votes
    4 Posts
    1k Views
    E
    Thank you for your tips. I have change my log in /M2M2/WEB/logo.png. Then When I test report modules I can received the newest modules.
  • 0 Votes
    6 Posts
    1k Views
    E
    ok.I will test if first for every function.
  • Help! why I cannot received the sms on the cell phone via twilio?

    16
    0 Votes
    16 Posts
    4k Views
    E
    Thanks phildunlaps!!! In the forum have lot of meta point example.
  • 0 Votes
    9 Posts
    2k Views
    E
    Thanks JoelHaggars for your detail answer!!!
  • Why display" unsupported time period 0

    4
    0 Votes
    4 Posts
    1k Views
    E
    The mango version is 2.4.0.
  • 0 Votes
    6 Posts
    2k Views
    E
    Yes .Thank JoelHaggars. You are right. When I use bleow command .the covert db is ok. grant all privileges on db.* To 'username'@'localhost' identified by 'password';
  • 0 Votes
    6 Posts
    2k Views
    E
    Thank for your suggestion! I will follow your suggestion and step to post my question in the fu ture. I think this is misunderstand. If you have any suggestion,please let me know.If you donot tell me and maybe I will misunderstand deeply. Thanks again!!!
  • Who know how can connect rs232 or rs485 device ?

    10
    0 Votes
    10 Posts
    3k Views
    W
    When I in Port find "dev/ttys0" and "dev/ttys1", When I choose "/dev/ttyS0", In "point locator test" test and display "There was a problem testing the locator. (com.serotonin.io.serial.SerialPortException: Port In Use: /dev/ttyS0)" ,when I choose "/dev/ttyS1", In "point locator test" test and display “Main equipment malfunction:1”, Any suggestion? BR
  • How to connect the rs232 device.

    2
    0 Votes
    2 Posts
    939 Views
    E
    Hi. I spent 4 days to research the mango connect the RS232 /RS485 device .it is not sucessful. so unhappy for this . I use hypertermial is very easy to connect the device and can received the data .but I want to mango to conncet the device .so I use Serial Test Data Source .and setting as attachment. But test it for many time . I donot know how to solve it . whether mango conncet serial (rs232) is so complex? thank in advance! Attachment: download link
  • 0 Votes
    6 Posts
    2k Views
    E
    Thanks,Joels. In meta if I have 15 value,(I have set cron in the meta),from the 15th value start ,when 15th.value>2,then end.no need to continute 14th value. if 15th<2, then 14th value to compare with 2.if 14th.value>2 ,then end . if 14th.value<2, then 13th will compare with 2. if every value all 15 is less than 2.then will undisplay vlaue. this is my script. Is it right? Need your modify. Thanks var n=1 switch (n) { case 1: if (p15.value>2.0) { return p15.value;} break; case 2: if (p15.lastValue(1)>2.0) return p1.lastValue(1); break; case 3: if (p15.lastValue(2)>2.0) return p1.lastValue(2); break; case 4: if (p15.lastValue(3)>2.0) return p1.lastValue(3); break; ........ case15 if if (p15.lastValue(15)>2.0) return p1.lastValue(3); break; return (NaN); }
  • Mango support Gesytec(Bayern-Hessen) protocol?

    3
    0 Votes
    3 Posts
    2k Views
    JoelHaggarJ
    No this is not supported.
  • Persistent TCP Question

    10
    0 Votes
    10 Posts
    2k Views
    jeremyhJ
    Thanks Phil. Historical syncing mostly works fine now with both instances running the latest core (2.4.2) and persistent module (1.4.7). I still have a few questions, mainly on the historical syncing behaviour and point replication behaviour, but I'll work on those myself before posting again.
  • How to mango achive this result?

    5
    0 Votes
    5 Posts
    2k Views
    E
    yes. I will purchase the mango later.