Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
It defaults to 5, what would be a good place to begin and is there a 
maximum that will degrade system?

Paul Alfille wrote:
 http://owfs.org/index.php?page=owserver

 It's now --timeout_serial

 Paul Alfille

 On Fri, Jul 24, 2009 at 2:38 PM, William Brownmahi...@earthlink.net wrote:
   
 It is documented here as options to owserver and owhttpd

 http://owfs.sourceforge.net/owserver.1.html
 http://owfs.sourceforge.net/owhttpd.1.html


  msec_read http://owfs.sourceforge.net/owhttpd.1.html#toc27

 Milliseconds before read timeout (for serial reads). Some embedded
 systems, and USB-serial adapters seem to need more than the default 500
 msec.

 I was hoping it would help with the usb timing problem that causes all
 the device not found issue since I'm using a USB-adapter.


 Paul Alfille wrote
 
 I've grepped the entire CVS tree and can't find a reference to
 msec_read. I suspect it's an old entry that has persisted in the
 documentation. Where did you see it?

 Paul Alfille

 On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net wrote:

   
 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


 
 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


   
 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

 

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread Paul Alfille
It is rare that the serial read will need to time out. We try to
request the actual number of bytes expected. The usual problem is a
setup that is particularly slow (convoluted chain to serial port,
etc). With logging at max you should see if serial timeouts are
occuring routinely.

The 5 seconds was from rough testing on particular hardware. Obviously
we try to select conservative defaults to get systems to function by
default.

What problem are you seeing?

Paul Alfille

On Tue, Jul 28, 2009 at 4:00 PM, William Brownmahi...@earthlink.net wrote:
 It defaults to 5, what would be a good place to begin and is there a
 maximum that will degrade system?

 Paul Alfille wrote:
 http://owfs.org/index.php?page=owserver

 It's now --timeout_serial

 Paul Alfille

 On Fri, Jul 24, 2009 at 2:38 PM, William Brownmahi...@earthlink.net wrote:

 It is documented here as options to owserver and owhttpd

 http://owfs.sourceforge.net/owserver.1.html
 http://owfs.sourceforge.net/owhttpd.1.html


      msec_read http://owfs.sourceforge.net/owhttpd.1.html#toc27

 Milliseconds before read timeout (for serial reads). Some embedded
 systems, and USB-serial adapters seem to need more than the default 500
 msec.

 I was hoping it would help with the usb timing problem that causes all
 the device not found issue since I'm using a USB-adapter.


 Paul Alfille wrote

 I've grepped the entire CVS tree and can't find a reference to
 msec_read. I suspect it's an old entry that has persisted in the
 documentation. Where did you see it?

 Paul Alfille

 On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net 
 wrote:


 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers




 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
This problem only occurs when using the usb adapter DS9490R, the serial 
adapter DS9097U worked great.

owhttpd doesn't alway list all my devices in the bus listing and when it 
does they will get dropped off the list.  If I click on a device I do 
not get a full list of the device options.


  Volt_Meter(DS2450)



uncached version http://irry:3001/uncached/Volt_Meter%28DS2450%29
|*up*| http://irry:3001/  directory
*PIO.ALL*   Error: No such file or directory


  Moisture_Meter(DS2760)



uncached version http://irry:3001/uncached/Moisture_Meter%28DS2760%29
|*up*| http://irry:3001/  directory
*PIO*   

*address*   Error: No such file or directory



Paul Alfille wrote:
 It is rare that the serial read will need to time out. We try to
 request the actual number of bytes expected. The usual problem is a
 setup that is particularly slow (convoluted chain to serial port,
 etc). With logging at max you should see if serial timeouts are
 occuring routinely.

 The 5 seconds was from rough testing on particular hardware. Obviously
 we try to select conservative defaults to get systems to function by
 default.

 What problem are you seeing?

 Paul Alfille

 On Tue, Jul 28, 2009 at 4:00 PM, William Brownmahi...@earthlink.net wrote:
   
 It defaults to 5, what would be a good place to begin and is there a
 maximum that will degrade system?

 Paul Alfille wrote:
 
 http://owfs.org/index.php?page=owserver

 It's now --timeout_serial

 Paul Alfille

 On Fri, Jul 24, 2009 at 2:38 PM, William Brownmahi...@earthlink.net wrote:

   
 It is documented here as options to owserver and owhttpd

 http://owfs.sourceforge.net/owserver.1.html
 http://owfs.sourceforge.net/owhttpd.1.html


  msec_read http://owfs.sourceforge.net/owhttpd.1.html#toc27

 Milliseconds before read timeout (for serial reads). Some embedded
 systems, and USB-serial adapters seem to need more than the default 500
 msec.

 I was hoping it would help with the usb timing problem that causes all
 the device not found issue since I'm using a USB-adapter.


 Paul Alfille wrote

 
 I've grepped the entire CVS tree and can't find a reference to
 msec_read. I suspect it's an old entry that has persisted in the
 documentation. Where did you see it?

 Paul Alfille

 On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net 
 wrote:


   
 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



 
 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



   
 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


 
 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


   
 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day
 trial. Simplify your report design, integration and deployment - and focus on
 what you do best, core application coding. Discover what's new with
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

 

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, 

Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread Michael Markstaller
 owhttpd doesn't alway list all my devices in the bus listing 
 and when it 
 does they will get dropped off the list.  If I click on a device I do 
 not get a full list of the device options.

If your using the latest owfs and -uall --usb_regulartime: 
This sounds more like your 1wire bus is simply too long or has another cabling 
problem..

Michael
 

--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-28 Thread William Brown
When using the serial adapter DS9097U all is good, problems only start 
with the usb adapter DS9490R.  It may be there is a problem with my bus 
length when using usb, it is only 150 feet (50 meters approx).

Michael Markstaller wrote:
 owhttpd doesn't alway list all my devices in the bus listing 
 and when it 
 does they will get dropped off the list.  If I click on a device I do 
 not get a full list of the device options.
 

 If your using the latest owfs and -uall --usb_regulartime: 
 This sounds more like your 1wire bus is simply too long or has another 
 cabling problem..

 Michael
  

 --
 Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
 trial. Simplify your report design, integration and deployment - and focus on 
 what you do best, core application coding. Discover what's new with 
 Crystal Reports now.  http://p.sf.net/sfu/bobj-july
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

   


--
Let Crystal Reports handle the reporting - Free Crystal Reports 2008 30-Day 
trial. Simplify your report design, integration and deployment - and focus on 
what you do best, core application coding. Discover what's new with 
Crystal Reports now.  http://p.sf.net/sfu/bobj-july
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-24 Thread Paul Alfille
I've grepped the entire CVS tree and can't find a reference to
msec_read. I suspect it's an old entry that has persisted in the
documentation. Where did you see it?

Paul Alfille

On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net wrote:
 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-24 Thread William Brown
It is documented here as options to owserver and owhttpd

http://owfs.sourceforge.net/owserver.1.html
http://owfs.sourceforge.net/owhttpd.1.html


  msec_read http://owfs.sourceforge.net/owhttpd.1.html#toc27

Milliseconds before read timeout (for serial reads). Some embedded 
systems, and USB-serial adapters seem to need more than the default 500 
msec.

I was hoping it would help with the usb timing problem that causes all 
the device not found issue since I'm using a USB-adapter.


Paul Alfille wrote
 I've grepped the entire CVS tree and can't find a reference to
 msec_read. I suspect it's an old entry that has persisted in the
 documentation. Where did you see it?

 Paul Alfille

 On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net wrote:
   
 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

 

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers

   


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


Re: [Owfs-developers] OWHTTPD msec_read syntax

2009-07-24 Thread Paul Alfille
http://owfs.org/index.php?page=owserver

It's now --timeout_serial

Paul Alfille

On Fri, Jul 24, 2009 at 2:38 PM, William Brownmahi...@earthlink.net wrote:
 It is documented here as options to owserver and owhttpd

 http://owfs.sourceforge.net/owserver.1.html
 http://owfs.sourceforge.net/owhttpd.1.html


      msec_read http://owfs.sourceforge.net/owhttpd.1.html#toc27

 Milliseconds before read timeout (for serial reads). Some embedded
 systems, and USB-serial adapters seem to need more than the default 500
 msec.

 I was hoping it would help with the usb timing problem that causes all
 the device not found issue since I'm using a USB-adapter.


 Paul Alfille wrote
 I've grepped the entire CVS tree and can't find a reference to
 msec_read. I suspect it's an old entry that has persisted in the
 documentation. Where did you see it?

 Paul Alfille

 On Thu, Jul 23, 2009 at 6:31 PM, William Brownmahi...@earthlink.net wrote:

 Whats the correct syntax for  msec_read?

 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers



 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers




 --
 ___
 Owfs-developers mailing list
 Owfs-developers@lists.sourceforge.net
 https://lists.sourceforge.net/lists/listinfo/owfs-developers


--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers


[Owfs-developers] OWHTTPD msec_read syntax

2009-07-23 Thread William Brown
Whats the correct syntax for  msec_read?

--
___
Owfs-developers mailing list
Owfs-developers@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/owfs-developers