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
    5 Posts
    2k Views
    E
    No answer.:(
  • 0 Votes
    6 Posts
    2k Views
    hussamH
    I suggest you get the enterprise commercial support. that is the best way for you.
  • 0 Votes
    8 Posts
    4k Views
    A
    Thanks for share…
  • If want to get arry to out as csv file ?How to do ?

    3
    0 Votes
    3 Posts
    2k Views
    E
    var tableToExcel = function() { var uri = 'data:application/vnd.ms-excel;base64,', template = '<html xmlns:o="urn:schemas-microsoft-com:office:office" xmlns:x="urn:schemas-microsoft-com:office:excel" xmlns="http://www.w3.org/TR/REC-html40"><head><!--[if gte mso 9]><xml><x:ExcelWorkbook><x:ExcelWorksheets><x:ExcelWorksheet><x:Name>{worksheet}</x:Name><x:WorksheetOptions><x:DisplayGridlines/></x:WorksheetOptions></x:ExcelWorksheet></x:ExcelWorksheets></x:ExcelWorkbook></xml><![endif]--></head><body><table>{table}</table></body></html>', base64 = function(s) { return window.btoa(unescape(encodeURIComponent(s))) }, format = function(s, c) { return s.replace(/{(\w+)}/g, function(m, p) { return c[p]; }) }; var tableHTML="<tbody>"; tableHTML+="<tr>"; tableHTML+="<td>"; tableHTML+='p41.value'; tableHTML+="</td>"; tableHTML+="<td>"; tableHTML+='p42.value'; tableHTML+="</td>"; tableHTML+="<td>"; tableHTML+='p43.value'; tableHTML+="</td>"; tableHTML+="<td>"; tableHTML+='p40.value'; tableHTML+="</td>"; tableHTML+="<td>"; tableHTML+='p39.value'; tableHTML+="</td>"; tableHTML+="<td>"; tableHTML+='p1.value'; tableHTML+="</td>"; tableHTML+="</tr>"; tableHTML+="</tbody>"; return function(html, name) { var ctx = { worksheet: name || 'Worksheet', table: html }; window.location.href = uri + base64(format(template, ctx)) }(tableHTML, "???"); }; tableToExcel(); 1, for the Script, whether the document can be output directly to excel in Script code inside. 2, Script code is based on ECMAScript, which I have used in the script code embedded object browser window, such as window.location.href, then the error: "window" not defined, would like to ask why did not add to the browser embedded support objects 3, if Script excel file can not be output through the code, so if there are other ways to generate excel file by writing code Is there a software system which can be called directly related to the function or function object and then output file? Thanks Attachment: download link
  • Data source in different timezone

    5
    0 Votes
    5 Posts
    2k Views
    JoelHaggarJ
    This is from the help file for the Meta Data Source: To explicitly set the timestamp of a value, set the TIMESTAMP context variable before your return statement. The value to which to set this variable must be milliseconds since the epoch (not a native date). For example: TIMESTAMP = new Date().getTime(); return p.value + 1; I haven't tied this but I think you could do something like this to subtract an hour of the current time TIMESTAMP = (new Date().getTime()) - 3600000; Keep in mind that Mango doesn't like future dating things to you could have problems if you need to advance the time zone. I still think this is not the most ideal solution but should work. Joel.
  • Who can contact me promise a good reward for 3 kinds of sensor via mango.

    2
    0 Votes
    2 Posts
    1k Views
    E
    We now have three wind sensor(1723-PS-0015 MetPak Pro User Manual Issue 2),digi watch H port(Watchport/H) and bm1020 (BX-965-9800 Rev B)want to receive the datas by mango and serial port. However, we have not made any of these three kinds sensor effective by now . So if anyone who has successful experiences on this aspect, please contact me and I promise a good reward. My contact way is as follow: skype: sz_caokun find edmond emond We can make a on-spot test by teamview (sensor have connected the computer) . Attachment: download link
  • 0 Votes
    2 Posts
    1k Views
    E
    When I use ASCII file reader to read wind sensor ascii file , display "10:14:14: 'ASCII': Insufficient groups matched for point: ASCII - wind speed " The data of wind sensor refer to attachment. I donont know whether My configuration is right. I want to get the data wind direction,wind speed, a/i i.e. "167" value, "0000.06" value,"+0.0033"value. A,167,000.06,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,55 A,163,000.05,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,52 A,163,000.06,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,51 A,162,000.04,1006.1,056.3,+023.5,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,55 A,118,000.06,1006.1,056.3,+023.5,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,5A A,084,000.05,1006.1,056.3,+023.5,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,5D A,050,000.04,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,56 A,052,000.05,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,55 A,025,000.05,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,51 A,027,000.06,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,50 A,027,000.05,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,53 A,006,000.04,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,51 A,006,000.03,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,56 A,017,000.03,1006.1,056.3,+023.5,+014.3,,+0.0033,+99998.0004,0000.000,+12.0,00,56 A,006,000.02,1006.1,056.4,+023.5,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,57 A,338,000.01,1006.1,056.4,+023.5,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,5A A,276,000.01,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,55 A,279,000.03,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,58 A,285,000.02,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,5A A,271,000.01,1006.1,056.3,+023.6,+014.4,,+0.0033,+99998.0004,0000.000,+12.0,00,52 I use ASCII is right? if I use ASCII is right. the configuration where need to correct? Thanks Attachment: download link
  • Importing CSV files

    3
    0 Votes
    3 Posts
    2k Views
    jeremyhJ
    I tried the data file source with a CSV file that I've previously used to import some data to a point using the 'import data' function. I would expect that they use the same method for parsing data but, having skimmed the help file for the data file source (you have to write your own classes?), maybe not.. I couldn't get my data file source to work, but I didn't try very hard to figure it out, and it's not clear to me whether you need to create points for the DP_'s that you're importing, or what. But maybe you'll find my CSV of some use anyway. I notice that you wrote 'TIME' but my file has 'Time', for example. Are you running Mango as root? Maybe it's a permissions issue. Attachment: download link
  • How to send the data or alarm to whats app ?

    4
    0 Votes
    4 Posts
    1k Views
    D
    You are right facebook have bought them !
  • Why did wind sensor canot received the data via modbus serial port.

    26
    0 Votes
    26 Posts
    15k Views
    JoelHaggarJ
    I don't think that's a question that anyone here can answer. It could be noise on your network or something else. Joel.
  • How can received the second data of BM sensor via serail test data source

    2
    0 Votes
    2 Posts
    1k Views
    E
    At this moment,I have a BM sensor and want to receive the datas through serial test data source. The brochure is as per the attachment, please refer to page 18 if my target setting is to pick out the second figure of the second among all the received datas when the order <STX>DA<CR> is made?which means the +2578+02 among <STX>MD03 001 +2578+02 00 00 023 000000<SP>. How should I set up? <STX>MD03 001 +2578+02 00 00 023 000000<SP> 002 +5681+00 00 00 023 000000<SP> 003 +1001+03 00 00 023 000000<CR><LF> I make the order through <STX>DA<CR>. receive a serial of datas and the datas are received by using the second as base point Attachment: download link
  • Why did wind sensor cannot received via serial test data source?

    2
    0 Votes
    2 Posts
    1k Views
    E
    I am now testing wind sensor via the serial port (COM1). The brochure attached Following is the data via hyperminal , please refer to page 38 of the brochure Q,136,000.39,1010.7,087.4,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,4C Q,146,000.41,1010.7,087.3,+027.6,+025.3,,+4.9681,+99998.0003,0000.000,+11.9,00,42 Q,146,000.35,1010.7,087.3,+027.6,+025.3,,+4.9684,+99998.0003,0000.000,+11.9,00,44 Q,146,000.39,1010.7,087.3,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,4C Q,155,000.38,1010.7,087.3,+027.6,+025.3,,+4.9681,+99998.0003,0000.000,+11.9,00,4E Q,156,000.43,1010.7,087.3,+027.6,+025.3,,+4.9684,+99998.0003,0000.000,+11.9,00,44 Q,162,000.38,1010.7,087.3,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,4B Q,161,000.47,1010.7,087.3,+027.6,+025.3,,+4.9682,+99998.0003,0000.000,+11.9,00,42 Q,165,000.31,1010.7,087.3,+027.6,+025.3,,+4.9682,+99998.0003,0000.000,+11.9,00,47 Q,142,000.34,1010.7,087.3,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,45 Q,146,000.35,1010.7,087.3,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,40 I apply the regex express in setting Fill "\r "in the Message Terminator option Fill "[\s\S]Q,\d+,?[,?][\d.?]+[,?][\d.?]+[,?]+[\d.?]+[,?]+[\d.?]+[,?]\s*[,?]+[\d.?]+[,?]+[\d.?]+[,?][\d.?]+[,?]+[\d.?]+[,?]\d+,[\s\S][^\r\n]+" in the Message Regex Fill "wind speed=" in point Identifier option Fill "1" in Value Index option Fill "?]([\d.?]+)[" in value regex option While I am testing, I got "[\s\S]Q,\d+[,?][\d.?]+[,?][\d.?]+[,?][\d.?]+[,?]+[\d.?]+[,?]+[\d.?]+[,?]\s*[,?]+[\d.?]+[,?]+[\d.?]+[,?][\d.?]+[,?]+[\d.?]+[,?]\d+,[\s\S][^\r\n]+ does not match pattern" At this moment, the data I need is wind direction,wind speed,Analogue Input 1 ,total 3 value. I have red marked the received sample datas I?need , Q,146,000.35,1010.7,087.3,+027.6,+025.3,,+4.9680,+99998.0003,0000.000,+11.9,00,40 please give advise ? BR Attachment: download link
  • Where can I get ASCII module?

    3
    0 Votes
    3 Posts
    1k Views
    JoelHaggarJ
    I'm not aware of a ASCII module.
  • Text renderer properties bug?

    3
    0 Votes
    3 Posts
    1k Views
    jeremyhJ
    @sjobbe said: Also the Unit in "Unit properties" does not recognize Wh (kWh) or VA (kVA). I find that odd since both are regularly used when measuring electricity. You can enter kW/h (with a slash). For kVA I usually leave the unit blank then set the unit suffix manually in the text renderer properties.
  • Have any way to automatic download csv of every day from mango?

    9
    0 Votes
    9 Posts
    3k Views
    E
    As show in the attachment. I want to download the data in everyday automatically from mango use xstarter software..but I donot know "http:" option , and I set to task in 00?00 everyday. then it will automatic download the data from mango. any suggestion? BR Attachment: download link
  • 0 Votes
    4 Posts
    2k Views
    E
    haha!!!! Find answer. Ok just figured out the permission denied error. I had a extra space in the path of the JAVA_HOME environmental variable : RXTX works fine on 32bit. Also something that might be useful to know, I'm running on a fairly low power single board atom computer and Mango runs much much faster when using the Oracle java vs the OpenJDK. I would not have thought to test them side by side like this so thanks. On higher power servers OpenJDK seems just fine. Joel.
  • How to anyone connect watchport/h host sensor via mango

    4
    0 Votes
    4 Posts
    2k Views
    jeremyhJ
    Your port is busy. You can use a tool like portmon to tell you what application is using the serial port: http://technet.microsoft.com/en-us/sysinternals/bb896644.aspx
  • Modbus point locator bug.

    2
    0 Votes
    2 Posts
    2k Views
    J
    I'm having a problem with my modbus datasource, in the point locator part of th ui, specifically in the write part, it works sometimes, i suspect that there's a bug and the frame doesn't use some parameter of the datasource config, guessing even more could be the command batch option, because the device I'm testing doesn't support the write batch command. I've put together a simple video showing the bug, writing the point from the watchlist or the main datapoint window works just fine, but trying to write from the point locator windows, throws "no response" although I've seen it working before (with another device, but same software version). [flash]http://www.youtube.com/embed/B61Mmtkgwsw[/flash] http://youtu.be/B61Mmtkgwsw Running on the mangoes, core v2.4.2, modbus v1.4.8. Regards PD.: The forum youtube tag doesn't seem to work.
  • [SOLVED] Daily Report didn't run today and has this error

    26
    0 Votes
    26 Posts
    18k Views
    danD
    Thanks for your time on this Joel, it's great to get a resolution and have the reports running again. Cheers Dan
  • How to setting Parameters in received serial port from device?

    9
    0 Votes
    9 Posts
    2k Views
    E
    Thank you for your precious time for the test and thanks again!!!