kevinyeandel
08-14-2007, 02:34 AM
I'm just trying to get into OL as a choice of OS independant platform and have a couple of technical questions. Might be an idea if I told you what I was up to in the process.
I need 'near' real-time updates to be displayed from electronic instruments. These instruments have an embedded web server on a microchip.
I need to request data from the microchip like so: http://192.168.1.1/peek?read=M15
and the microchip will respond with
<html>1234.5678</html>
Question 1. How close to "real-time" updates can I get my OL web page to be, are there any tricks and best practices.. I need about once or twice per second. Any more than this is a bonus. Could I set up a loop to request/respond and is there any best practice for doing this?
Question 2. If Question 1 is successful, anyone know of some code examples for electronic meters? e.g. 7 segment displays, analogue meters.
I'd prefer not to get into learning Flash and see that this product has an excellent graphic capability.
I have actually googled about for info but not been overly successful.
Any information will be very much appreciated.
Many thanks in advance for your help.
Kevin
I need 'near' real-time updates to be displayed from electronic instruments. These instruments have an embedded web server on a microchip.
I need to request data from the microchip like so: http://192.168.1.1/peek?read=M15
and the microchip will respond with
<html>1234.5678</html>
Question 1. How close to "real-time" updates can I get my OL web page to be, are there any tricks and best practices.. I need about once or twice per second. Any more than this is a bonus. Could I set up a loop to request/respond and is there any best practice for doing this?
Question 2. If Question 1 is successful, anyone know of some code examples for electronic meters? e.g. 7 segment displays, analogue meters.
I'd prefer not to get into learning Flash and see that this product has an excellent graphic capability.
I have actually googled about for info but not been overly successful.
Any information will be very much appreciated.
Many thanks in advance for your help.
Kevin