| Author |
Message |
|
|
Hmmm no it didn't make any difference. I suspect the install is at fault its not the only time I have seen the issue. Should reports have anything in it ? when I load the page it just says waiting for localhost, otherwise its blank
Cheers
Keith
|
 |
|
|
Ah Ha !!! Went there and had a look, I suspect thats beyond my level,
Is this what i should get ?
var currentPoint; var pointListColumnFunctions = new Array(); var pointListOptions; function init() { var pointListColumnHeaders = new Array(); pointListColumnHeaders[pointListColumnHeaders.length] = "Name"; pointListColumnFunctions[pointListColumnFunctions.length] = function(p) { return ""+ p.name +""; }; pointListColumnHeaders[pointListColumnHeaders.length] = "Data type"; pointListColumnFunctions[pointListColumnFunctions.length] = function(p) { return p.dataTypeDescription; }; pointListColumnHeaders[pointListColumnHeaders.length] = "Status"; pointListColumnFunctions[pointListColumnFunctions.length] = function(p) { var id = "toggleImg"+ p.id; var onclick = "togglePoint("+ p.id +")"; if (p.enabled) return writeImage(id, null, "brick_go", "Enabled - click to disable", onclick); return writeImage(id, null, "brick_stop", "Disabled - click to enable", onclick); }; if (typeof appendPointListColumnFunctions == 'function') appendPointListColumnFunctions(pointListColumnHeaders, pointListColumnFunctions); pointListColumnHeaders[pointListColumnHeaders.length] = ""; pointListColumnFunctions[pointListColumnFunctions.length] = function(p) { return writeImage("editImg"+ p.id, null, "icon_comp_edit", "Edit point", "editPoint("+ p.id +")"); }; var headers = $("pointListHeaders"); var td; for (var i=0; i
Cheers
Keith
|
 |
|
|
Is ther a way of taking the output from a group of sensors and performing calculations to produce a virtual type sensor output ?
Cheers
Keith
|
 |
|
|
Hi
I also have the same problem, I've changed the line in the env.properties file to the URL and noe get this
Error retrieving Mango IdInvalid response code: 404
Cheers
Keith
|
 |
|
|
Of course this has brough up a whole load of other issues. But I'll put thos questions in the installation forum
Keith
|
 |
|
|
Hi
I've installed the latest version with the one-wire network service. Up and running in no time. I have two com ports in use with at total 25 temp sensors and 4 switches, all correctly identified. Excellent !!!
|
 |
|
|
Hi
1 wire. & Tcp/ip
|
 |
|
|
Hi
Whilst i don't have a clue how to programme i think you will find what you need at http://www.maxim-ic.com/products/1-wire/software/
The Java components are there to download.
Cheers
Keith
|
 |
|
|
Felix
If you want bits i've found Hobby Boards to be the quickest and cheapest, if you buy directly from Ibutton it can take ages (weeks)
Cheers
|
 |
|
|
Hi
Thanks for the quick response.
Best places to go are
http://www.hobby-boards.com/catalog/index.php where there are pre made kits for input/output, or you can buy the components.
or the Maxim site
http://www.maxim-ic.com/products/1-wire/
where there is the technical info and software development kits and example programs.
|
 |
|
|
Hi
By shere chance I ended up on your site. I was looking for a tool that would produce an HMI for my heating system, showing valves opening and closing and possibly controling them.
I have been using the Dallas/Maxim one wire sensors for some time as they are so cheap and easy to install. But the problem always comes down to software. There is some nice kit on the market (hobby boards) but only software to monitor temperatures not to take control.
Have you any plans to start using this kit ?
Thanks
Keith
|
 |
|
|