| Author |
Message |
|
|
I think you may create a custom page, you should start look at CustomViewExample.jsp.
|
 |
|
|
For those who are looking for a stable working version of Mango M2M please take a look at the ScadaBR project:
http://sourceforge.net/projects/scadabr/
|
 |
|
|
If you have the sources look at this topic.
http://mango.serotoninsoftware.com/forum/posts/list/268.page#1223
If not, try ScadaBR.
|
 |
|
|
It seems that Mango M2M and Mango M2M2 are already retired and with no stable version and also no sources, so You'd better using Scadabr, it is a fork from Mango.
Scadabr's forum is only in portuguese but you can post english messages there.
Their suport is not good as the Mango used to be but there are sources available and it seems to work fine. There are lot of bugs also but the team is still active.
http://sourceforge.net/projects/scadabr
Also take a look at this:
http://sourceforge.net/projects/scadabr/files/Software/Docs/OPC%20Configuration%20ScadaBR.pdf/download
and this
http://mango.serotoninsoftware.com/forum/posts/list/15/599.page
|
 |
|
|
|
1.12.5 fresh new installation seems to be denying user access to watch_list page
|
 |
|
|
|
oops let me check 1.12.5.... =/
|
 |
|
|
It occurs when trying to update an user.
PreparedStatementCallback; SQL [update users set username=?, password=?, email=?, phone=?, admin=?, disabled=?, homeUrl=?, receiveAlarmEmails=?, receiveOwnAuditEvents=? where id=?]; An attempt was made to get a data value of type 'VARCHAR' from a data value of type 'null'.; nested exception is java.sql.SQLDataException: An attempt was made to get a data value of type 'VARCHAR' from a data value of type 'null'.
|
 |
|
|
Very useful examples, I would like to set an RTC clock using two select combobox: Hours 0-23 and Minutes 0-59.
The datapoint must be set in seconds, so I need two combos performing some scripting like get the value of hours*3600 plus minutes*60.
I am trying but could not do it yet.
Here is my code, it works outside mango, but could not set the datapoint from this, anyone could help?
|
 |
|
|
|
Also make sure you have allowed an exception to the firewall.
|
 |
|
|
What database are you using, Derby or MySQL?
|
 |
|
|
As I recall Modbus only has an 8-bit address, so one master can only talk to 255 slaves via 1 port, so valid addresses are in the range 0..247 where 0 is used as a broadcast address.
However you can use another port, though.
If have any doubts about it I recommend you google for modbus documentation.
|
 |
|
|
hmmm interesting, thank you craig for making it clear for us, actually english is my second language :)
Anyway, will M2M2 be open source?
I guess the answer is not and if so what will be the future of Mango M2M?
|
 |
|
|
I see... have no clue about what is going on.
Do you really need to use Xampp?
It is not recommended to use it as a production server, also you do not need to use Apache to get Tomcat/Mango running.
Consider using only tomcat just for test purposes.
|
 |
|
|
That's it, you are mistaken.
Apache is HTTP server, not a servlet container, You must use Apache Tomcat to get mango running, and it should be placed at webapp dir.
So Xampp has a Tomcat add-on as well
|
 |
|
|
Try this,
Download Tomcat from this link below
http://mango.serotoninsoftware.com/downloads/apache-tomcat-6.0.20.zip
and follow theese install instructions http://mango.serotoninsoftware.com/download.jsp step by step
After get it runnging you might be able to correctly setup xampp.
|
 |
|
|