• Recent
    • Tags
    • Popular
    • Register
    • Login
    1. Home
    2. lordportux
    3. Posts

    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.

    Radix IoT Website Mango 3 Documentation Website Mango 4 Documentation Website Mango 5 Documentation Website
    L
    • Profile
    • Following 0
    • Followers 0
    • Topics 4
    • Posts 19
    • Best 0
    • Controversial 0
    • Groups 0

    Posts made by lordportux

    • RE: SeroUtils sourcecode?

      That's good news, but I see the commits started on March 2014. Is there any possibility to get the same version as included in mango 1.12.3 and 1.12.4?

      Best Regards,
      Andres Ponte

      posted in BACnet4J general discussion
      L
      lordportux
    • RE: Mailing list

      Hi skiv71

      To solve this problem you have to edit the mailing_lists.shtm file and remove the document.onmousedown line in "function scheduleInit()":

      
          function scheduleInit() {
              var tbody = $("scheduleRows");
              var i, tr, td, hour, j, tbl2, tr2, td2, k, content, title, intId;
              for (i=0; i<24; i++) {
                  tr = appendNewElement("tr", tbody);
                  td = appendNewElement("td", tr);
                  hour = ""+ i;
                  hour = ("00"+ hour).substring(hour.length);
                  td.innerHTML = hour +":00 - "+ hour +":59";
                  
                  for (j=0; j<7; j++) {
                      td = appendNewElement("td", tr);
                      td.className = "ptr hreg";
                      td.style.paddingLeft = "3px";
                      td.onmouseover = function() { hourOver(this); };
                      td.onmouseout = function() { hourOut(this); };
                      td.onmousedown = function() { return hourDown(this) };
                      
                      content = '<table cellspacing="1" cellpadding="0"><tr>';
                      for (k=0; k<4; k++) {
                          if (k == 0) title = hour +":00";
                          else if (k == 1) title = hour +":15";
                          else if (k == 2) title = hour +":30";
                          else title = hour +":45";
                          intId = getIntervalId(j, i, k);
                          content += '<td id="ivl'+ intId +'" style="padding-right:2px;" title="'+ title +'"';
                          content += ' class="qreg qon" onmouseover="quarterOver(this)" onmouseout="quarterOut(this)"';
                          content += ' onmousedown="quarterDown(this); return false;">&nbsp;</td>';
                      }
                      content += '</tr></table>';
                      td.innerHTML = content;
                  }
              }
              
              document.onmousedown = function() { return false; };                                             // DELETE THIS LINE TO ENABLE THE ONMOUSEDOWN FUNCTIONALITY
              document.onmouseup = function() { mouseDown = false; return false; };
              document.onselectstart = function() { return false; };
          }
      
      

      Regards! :D

      posted in User help
      L
      lordportux
    • RE: Error editing e-mail address

      I had the same problem in mango 1.12.3 and I solved it using the Derby.jar file from mango 1.12.5

      posted in User help
      L
      lordportux
    • RE: Mailing list

      Hello! wich is your mango version?

      posted in User help
      L
      lordportux
    • RE: Source code

      Unfortunately, you only can find the source code of Mango 1.12.4 and 1.12.3 provided by the ScadaBR team :(

      http://mango.serotoninsoftware.com/forum/posts/list/979.page#4180

      posted in Mango Automation general Discussion
      L
      lordportux
    • RE: Modbus4J Source Code

      @lordportux said:

      Hello team!

      I'm looking for the modbus4j source code. I've looked at the SourceForge site but there are old versions and don't work on Mango 1.12.4 (Modbus4J 1.1 works on Mango 1.10.0)

      Why is too hard to find the Mango & Modbus4J source code?? is no longer open source?

      Look forward for your answers!
      Thanks

      I´ve found the lastest Source Code of Modbus4j in:

      http://modbus4j.cvs.sourceforge.net/viewvc/modbus4j/

      Thanks to Eduardo Leal from Scadabr!

      posted in Modbus4J general discussion
      L
      lordportux
    • Modbus4J Source Code

      Hello team!

      I'm looking for the modbus4j source code. I've looked at the SourceForge site but there are old versions and don't work on Mango 1.12.4 (Modbus4J 1.1 works on Mango 1.10.0)

      Why is too hard to find the Mango & Modbus4J source code?? is no longer open source?

      Look forward for your answers!
      Thanks

      posted in Modbus4J general discussion
      L
      lordportux
    • RE: Modbus4J Source Code

      Hello team!

      I'm looking for the modbus4j source code. I've looked at the SourceForge site but there are old versions and don't work on Mango 1.12.4 (Modbus4J 1.1 works on Mango 1.10.0)

      Why is too hard to find the Mango & Modbus4J source code?? is no longer open source?

      Look forward for your answers!
      Thanks

      posted in Modbus4J general discussion
      L
      lordportux
    • RE: Problems with Email Event Handler

      Hello

      I´m trying to configure the email settings, but I got the same error:

      Failed to send email titled "Mango test email" to "[mymail]@gmail.com". Message: "Mail server connection failed; nested exception is javax.mail.MessagingException: Could not connect to SMTP host: smtp.gmail.com, port: 587; nested exception is: java.net.ConnectException: Connection refused: connect"

      host: smtp.gmail.com
      port: 587
      user autorization
      username=myemail
      password=mypassword
      enable TLS

      Any suggestion? thanks in advance

      posted in User help
      L
      lordportux
    • RE: Building Mango in Eclipse

      hello team!

      I´m trying to build mango source 1.12.4 and I got the next error:

      > [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:434: error: name has private access in DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.head.name", from.name, name);
      [javac]                                                                                    ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:435: error: xid has private access in DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "common.xid", from.xid, xid);
      [javac]                                                                              ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\DataSourceVO.java:436: error: enabled has private access in DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "common.enabled", from.enabled, enabled);
      [javac]                                                                                  ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:164: error: rbePeriodType has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPeriodChangeMessage(list, "dsEdit.dnp3.rbePeriod", from.rbePeriodType,
      [javac]                                                                                       ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:165: error: rbePollPeriods has private access in Dnp3DataSourceVO
      [javac]                 from.rbePollPeriods, rbePeriodType, rbePollPeriods);
      [javac]                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:166: error: synchPeriods has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.synchPeriod", from.synchPeriods, synchPeriods);
      [javac]                                                                                           ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:167: error: staticPollPeriods has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.staticPeriod", from.staticPollPeriods,
      [javac]                                                                                            ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:169: error: sourceAddress has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.sourceAddress", from.sourceAddress,
      [javac]                                                                                             ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:171: error: slaveAddress has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.slaveAddress", from.slaveAddress, slaveAddress);
      [javac]                                                                                            ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:172: error: retries has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.dnp3.retries", from.retries, retries);
      [javac]                                                                                       ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\br\org\scadabr\vo\dataSource\dnp3\Dnp3DataSourceVO.java:173: error: retries has private access in Dnp3DataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.retries", from.retries, retries);
      [javac]                                                                                         ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:207: error: updatePeriodType has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPeriodChangeMessage(list, "dsEdit.updatePeriod", from.updatePeriodType,
      [javac]                                                                                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:208: error: updatePeriods has private access in ModbusDataSourceVO
      [javac]                 from.updatePeriods, updatePeriodType, updatePeriods);
      [javac]                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:209: error: quantize has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.quantize", from.quantize, quantize);
      [javac]                                                                                   ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:210: error: timeout has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.timeout", from.timeout, timeout);
      [javac]                                                                                         ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:211: error: retries has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.retries", from.retries, retries);
      [javac]                                                                                         ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:212: error: contiguousBatches has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.contiguousBatches", from.contiguousBatches,
      [javac]                                                                                                   ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:215: error: createSlaveMonitorPoints has private access in ModbusDataSourceVO
      [javac]                 from.createSlaveMonitorPoints, createSlaveMonitorPoints);
      [javac]                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:216: error: maxReadBitCount has private access in ModbusDataSourceVO
      [javac]         AuditEventType.maybeAddPropertyChangeMessage(list, "dsEdit.modbus.maxReadBitCount", from.maxReadBitCount,
      [javac]                                                                                                 ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:219: error: maxReadRegisterCount has private access in ModbusDataSourceVO
      [javac]                 from.maxReadRegisterCount, maxReadRegisterCount);
      [javac]                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\vo\dataSource\modbus\ModbusDataSourceVO.java:221: error: maxWriteRegisterCount has private access in ModbusDataSourceVO
      [javac]                 from.maxWriteRegisterCount, maxWriteRegisterCount);
      [javac]                     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:35: error: DummyServletContext is not abstract and does not override abstract method getJspConfigDescriptor() in ServletContext
      [javac] public class DummyServletContext implements ServletContext {
      [javac]        ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:54: error: getAttributeNames() in DummyServletContext cannot implement getAttributeNames() in ServletContext
      [javac]     public Enumeration<?> getAttributeNames() {
      [javac]                           ^
      [javac]   return type Enumeration<?> is not compatible with Enumeration<String>
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:77: error: getInitParameterNames() in DummyServletContext cannot implement getInitParameterNames() in ServletContext
      [javac]     public Enumeration<?> getInitParameterNames() {
      [javac]                           ^
      [javac]   return type Enumeration<?> is not compatible with Enumeration<String>
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:155: error: getServletNames() in DummyServletContext cannot implement getServletNames() in ServletContext
      [javac]     public Enumeration<?> getServletNames() {
      [javac]                           ^
      [javac]   return type Enumeration<?> is not compatible with Enumeration<String>
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:161: error: getServlets() in DummyServletContext cannot implement getServlets() in ServletContext
      [javac]     public Enumeration<?> getServlets() {
      [javac]                           ^
      [javac]   return type Enumeration<?> is not compatible with Enumeration<Servlet>
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:131: error: getResourcePaths(String) in DummyServletContext cannot implement getResourcePaths(String) in ServletContext
      [javac]     public Set<?> getResourcePaths(String arg0) {
      [javac]                   ^
      [javac]   return type Set<?> is not compatible with Set<String>
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:53: error: method does not override or implement a method from a supertype
      [javac]     @Override
      [javac]     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:76: error: method does not override or implement a method from a supertype
      [javac]     @Override
      [javac]     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:130: error: method does not override or implement a method from a supertype
      [javac]     @Override
      [javac]     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:154: error: method does not override or implement a method from a supertype
      [javac]     @Override
      [javac]     ^
      [javac] C:\Users\Lordportux\workspace\myMangoBranch\src\com\serotonin\mango\util\test\DummyServletContext.java:160: error: method does not override or implement a method from a supertype
      [javac]     @Override
      [javac]     ^
      [javac] Note: Some input files use or override a deprecated API.
      [javac] Note: Recompile with -Xlint:deprecation for details.
      [javac] 32 errors
      

      what's the problem? :(

      posted in Development general discussion
      L
      lordportux
    • How to link the modbus IP address with a data point

      Hi team!

      I´m working with a GPRS modem with Modbus TCP and dynamic IP. I´d like to know if it´s possible to do this:

      1. When the GPRS modem starts, it sends the IP address to the HTML receiver (Datapoint "IP Address") WORKING OK
      2. When the data point "IP Address" changes, it modifies the IP address of the modbus IP datasource and start the conection with de GPRS modem.

      Can I link the modbus IP address with a data point? any suggestion?

      Thanks in advance!

      posted in How-To
      L
      lordportux
    • RE: How to link the modbus IP address with a data point

      Hi team!

      I´m working with a GPRS modem with Modbus TCP and dynamic IP. I´d like to know if it´s possible to do this:

      1. When the GPRS modem starts, it sends the IP address to the HTML receiver (Datapoint "IP Address") WORKING OK
      2. When the data point "IP Address" changes, it modifies the IP address of the modbus IP datasource and start the conection with de GPRS modem.

      Can I link the modbus IP address with a data point? any suggestion?

      Thanks in advance!

      posted in How-To
      L
      lordportux
    • RE: To be able to run event action manually

      :)

      posted in Wishlist
      L
      lordportux
    • RE: How to send SMS with GSM modem

      I solved the problem, Now I can send sms using an external app...thanks for your help!!!

      posted in How-To
      L
      lordportux
    • RE: How to send SMS with GSM modem

      Hi, I downloaded your app...can you explain me how I can integrate it with mango?

      Thanks

      posted in How-To
      L
      lordportux
    • How to send SMS with GSM modem

      Hi

      I have a GSM modem on port COM1, I want to send SMS using AT commands from mango. I can do it or I should to make an external aplication???

      thanks

      posted in How-To
      L
      lordportux
    • RE: How to send SMS with GSM modem

      Hi

      I have a GSM modem on port COM1, I want to send SMS using AT commands from mango. I can do it or I should to make an external aplication???

      thanks

      posted in How-To
      L
      lordportux
    • Create new Data Source with my protocol (Modbus Modified)

      Hi people! I'm Andrés from Venezuela

      I need create a new Mango's Data Source (I'm Java programmer) to work with my protocol (Modbus TCP Modified).

      The diference between Modbus and my protocol is:

      Modbus TCP Master creates the TCP connection, but my protocol the master listen in XXX port and the slave creates the TCP conection.

      which files should be modified?

      Thanks!

      posted in How-To
      L
      lordportux
    • RE: Create new Data Source with my protocol (Modbus Modified)

      Hi people! I'm Andrés from Venezuela

      I need create a new Mango's Data Source (I'm Java programmer) to work with my protocol (Modbus TCP Modified).

      The diference between Modbus and my protocol is:

      Modbus TCP Master creates the TCP connection, but my protocol the master listen in XXX port and the slave creates the TCP conection.

      which files should be modified?

      Thanks!

      posted in How-To
      L
      lordportux