Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-09 Thread Jim Kusznir
This is my thought, yes. I was thinking something along the lines of read an int at addres and call it temperature type commands. --Jim On Mon, Mar 8, 2010 at 10:13 AM, Paul Alfille paul.alfi...@gmail.com wrote: So if I understand correctly, the firmware upload not only programs the

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-09 Thread Jerry Scharf
Jim, I like your idea. I think your example needs to be more like: create the filename temperature read a 16 bit int at address x push it through transform table q that outputs a float output the float with the printf string %s. This assumes that the transform is done on the OWFS side rather

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-09 Thread Paul Alfille
To answer a very small part of your question: No problem. The owserver that actually connects to the slave in question will be the one that holds its configuration. It seems like you almost want a small transform language embedded in OWFS. Does this already exist? It would be nice to use an

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-09 Thread Jerry Scharf
Paul, I wasn't so much thinking about what was right but looking at generalizing what OWFS does today. How do you convert from the data reading on a 18B20 to a temperature? Same goes for a humidity level or a thermocouple reading. It seems like you have readings you get back, and by knowing

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-08 Thread Jim Kusznir
Yes, I was intending on this being stored in eeprom on the slave device. I believe in most cases, the slave device will be soldered on a board with its support electronics for whatever task it is doing. As such, its task is not going to change. I am NOT (currently) proposing that information

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-03-08 Thread Paul Alfille
So if I understand correctly, the firmware upload not only programs the slave, it also contains information for OWFS to parse and create the devices? On Mon, Mar 8, 2010 at 11:31 AM, Jim Kusznir jkusz...@gmail.com wrote: Yes, I was intending on this being stored in eeprom on the slave device.

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-27 Thread Jerry Scharf
Jim, Is this going into EEPROM? I was thinking you were saying this happened each time the slave came up. jerry Jim Kusznir wrote: Jerry others: I was thinking that a personality could be loaded into the chip via owfs (just as a memory write, basically). While I haven't worked on this

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread nufan_wfk
From a users perspective I want more flexible slave devices which are capable of making decisions themselves. With the host (OWFS) providing a means of configuration and supervision only. At this stage I do not care about what hardware platform the slaves takes on however I am more

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Rob Conway
To: OWFS (One-wire file system) discussion and help Subject: Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices From a users perspective I want more flexible slave devices which are capable of making decisions themselves. With the host (OWFS) providing a means

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Jim Kusznir
A PC is definitely more powerful, and its programming paradigms are easier to address, true. However, we've played those games in our OW setup, and have been going back to the do-it-on-hardware side. For us, we have a large network of OW devices (often 50+), a PC software suite written by a

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Jerry Scharf
Jim, You are closer to my view of control systems. I generally want susbsystems to be able to act autonomously with the brains doing the more complex work. So it's more like a hierarchy than a pure mesh. I also think about redundancy. Just because 1wire is low cost doesn't mean it can't be

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Pascal Baerten
my thoughts within the text... 2010/2/26 Jim Kusznir jkusz...@gmail.com A PC is definitely more powerful, and its programming paradigms are easier to address, true. However, we've played those games in our OW setup, and have been going back to the do-it-on-hardware side. For us, we have a

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Jim Kusznir
Jerry others: I was thinking that a personality could be loaded into the chip via owfs (just as a memory write, basically). While I haven't worked on this enough to know the size, I also envision this being an infrequent task (when you first set up a new device, or when you do a major

Re: [Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-26 Thread Jim Kusznir
On Fri, Feb 26, 2010 at 9:13 AM, Pascal Baerten pascal.baer...@gmail.com wrote: my thoughts within the text... 2010/2/26 Jim Kusznir jkusz...@gmail.com A PC is definitely more powerful, and its programming paradigms are easier to address, true.  However, we've played those games in our OW

[Owfs-developers] My wish list for implementing Intelligent Slave Devices

2010-02-25 Thread Rob Conway
From a users perspective I want more flexible slave devices which are capable of making decisions themselves. With the host (OWFS) providing a means of configuration and supervision only. At this stage I do not care about what hardware platform the slaves takes on however I am more interested