View previous topic :: View next topic |
Author |
Message |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
Posted: Wed May 04, 2011 3:36 pm Post subject: Posting realtime data (graph) on the net |
|
|
Have anyone here done that? |
|
Back to top |
|
 |
DanRRight
Joined: 10 Mar 2008 Posts: 2923 Location: South Pole, Antarctica
|
|
Back to top |
|
 |
silicondale
Joined: 15 Mar 2007 Posts: 252 Location: Matlock, Derbyshire, UK
|
Posted: Sat Mar 17, 2012 8:31 pm Post subject: |
|
|
Hello, Dan - with some help from other contributors, I have managed to do this - but it seems that you can't do it with ordinary rented web space, for security reasons. I have rented a virtual private server (costing �10 / $15 a month) and it works just fine with that. So far I have programmed it with a combination of classic ASP on the web pages and standalone Fortran programs which do all their I/O to and from files. Still an issue if you have fatal errors that aren't trapped because they try to open a message window on a non-existent monitor, but you can probably get around all of these by trapping them, other than infinite loops which require going into the server as administrator and killing the program manually. I have generated JPG and GIF graphics using Clearwin+ functions, and also SVG format by simple Fortran coding. Most impressed by the SVG as this can be displayed directly by the browser without needing even a hot HTML page. Please contact me direct if you'd like more info on this.
All the best -- Steve _________________ (Steve Henley) |
|
Back to top |
|
 |
|