Great job!
You use your mod in order to retrieve datas for the little graph on the right, don't you?
Great job!
You use your mod in order to retrieve datas for the little graph on the right, don't you?
Thank you Ondrej!
I thought there is a server-side script to do dirty work but I haven't find anything.. :)
I'll keep your contact in case I'll decide to rebuild mango too..
Thank you for now
PS. @mlohbihler : It should be useful to implement graph with something like "flot", based on jQuery and that can be dinamically refreshed without reload whole image, but just datas.
Image chart is an image and it is refreshed everytime a point linked to it changes its value.
Two possibilities: slow down related datasorces update period or set Mango Performance to Medium or better to Low in System menu.
Hope this help
Hello all,
I'm trying to create a server-side script to retrieve latest n values for selected datapoint and present it in tabular shape.
Is there a way to retrieve archived values from a server-side script?
Thank you for your help.
Hello all,
I'm trying to create a server-side script to retrieve latest n values for selected datapoint and present it in tabular shape.
Is there a way to retrieve archived values from a server-side script?
Thank you for your help.
Previous version hasn't this problem..
Isn't possible to return back to previous library version?
Regards
Hello everyone,
I found an issue on latest Mango version 1.13.0.
When you export and then import data points from a Modbus datasource, import task return an error about ChartRenderer property:
Data point 'DP_347885': 'JsonException reading property 'chartRenderer' of type null', caused by: 'null'
It seams it couldn't parse 'null' value of chartRenderer property. What I have to do is set this property to a different value, for example
"chartRenderer":{
"type":"TABLE",
"limit":10
}
The workaround works and using Search-and-Replace feature of every text editor I managed to import saved configurations.
Anyway it is quite annoying to set this property, because I don't use it at all..
When will be release next Mango version?
Best regards and thank you
Hello everyone,
I found an issue on latest Mango version 1.13.0.
When you export and then import data points from a Modbus datasource, import task return an error about ChartRenderer property:
Data point 'DP_347885': 'JsonException reading property 'chartRenderer' of type null', caused by: 'null'
It seams it couldn't parse 'null' value of chartRenderer property. What I have to do is set this property to a different value, for example
"chartRenderer":{
"type":"TABLE",
"limit":10
}
The workaround works and using Search-and-Replace feature of every text editor I managed to import saved configurations.
Anyway it is quite annoying to set this property, because I don't use it at all..
When will be release next Mango version?
Best regards and thank you
Hello peppermath,
load a background image with desired dimensions.
Just install mango on another system and copy/past password hash from one to another.
Admin password should be resetted to "admin".
Another way could be set to "Y" admin column on users database table for a known user.
Hello kumar,
If actual download link is
http://mango.serotoninsoftware.com/downloads/mango-1.12.5.zip
you can download previous versions substituting version number at the end of link.
Hello M2M developers,
a useful and, I think, not so difficult to implement feature should be a combo box to choose graph type both in watchlists and in report.
It could be very useful to see some datas in bar graph format instead of line one, for example daily energy production of a solar plant.
Thank you,
best regards
Hello M2M developers,
a useful and, I think, not so difficult to implement feature should be a combo box to choose graph type both in watchlists and in report.
It could be very useful to see some datas in bar graph format instead of line one, for example daily energy production of a solar plant.
Thank you,
best regards
Hi all,
when will be released version 1.13.0?
Thank you
Talking about "Http Sender", I have developed an OPC Server able to accept incomming HTTP messages from various Mango stations and make those values available to other SCADA systems.
If you want more info please send me a PM.
You should look at the PLC program.
Maybe a task turn it off after a while..
Surely it isn't due to Mango or Modbus!
You have to use Server Script and return HTML formatted code.
http://mango.serotoninsoftware.com/forum/posts/list/596.page
Modbus TCP device usually answer to all Modbus address.
In fact, as you said, one IP address correspond to one Modbus device and so Modbus address is not so important.
@apl: There is already 1.12 version :) You are late!