Re: [BangPypers] Industrial Control Systems in Python

2012-04-05 Thread Noufal Ibrahim
Vishal writes: [...] > What are the other standard things you had in mind, apart from JSON. May be > there is something you had in mind, which others can reuse. Http was something that occurred to me later. I didn't back then think about it in detail but sending HTTP requests and responses (ev

Re: [BangPypers] Industrial Control Systems in Python

2012-04-05 Thread Vishal
On Mon, Mar 26, 2012 at 6:24 PM, Noufal Ibrahim wrote: > Vishal writes: > > [...] > > > 1) The scenario you describe is very close to what we would like to > > have...except that I wish to have an SBC running the actual control > > code in Python and a small micro-controller board to manage > > p

Re: [BangPypers] Industrial Control Systems in Python

2012-03-27 Thread Vishal
On Wed, Mar 28, 2012 at 12:12 PM, Anand Balachandran Pillai < abpil...@gmail.com> wrote: > On Mon, Mar 26, 2012 at 7:56 PM, Vishal wrote: > > > On Mon, Mar 26, 2012 at 6:24 PM, Noufal Ibrahim > >wrote: > > > > > Vishal writes: > > > > > > > > > [...] > > > > > > > 1) The scenario you describe i

Re: [BangPypers] Industrial Control Systems in Python

2012-03-27 Thread Anand Balachandran Pillai
On Mon, Mar 26, 2012 at 7:56 PM, Vishal wrote: > On Mon, Mar 26, 2012 at 6:24 PM, Noufal Ibrahim >wrote: > > > Vishal writes: > > > > > > [...] > > > > > 1) The scenario you describe is very close to what we would like to > > > have...except that I wish to have an SBC running the actual control

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Vishal
On Mon, Mar 26, 2012 at 6:24 PM, Noufal Ibrahim wrote: > Vishal writes: > > > [...] > > > 1) The scenario you describe is very close to what we would like to > > have...except that I wish to have an SBC running the actual control > > code in Python and a small micro-controller board to manage > >

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Noufal Ibrahim
Vishal writes: [...] > 1) The scenario you describe is very close to what we would like to > have...except that I wish to have an SBC running the actual control > code in Python and a small micro-controller board to manage > peripherals like ADC and PWM pins...that would translate to the > cont

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Vishal
On Mon, Mar 26, 2012 at 1:30 PM, Noufal Ibrahim wrote: > Vishal writes: > > > [...] > > > Noufal, I would like to use a regular x86 processor with Linux > > (stripped down)... to avoid recompiling Python itself...to avoid one > > more variable in the entire process. What was the processor/OS > >

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Noufal Ibrahim
Vishal writes: [...] > Noufal, I would like to use a regular x86 processor with Linux > (stripped down)... to avoid recompiling Python itself...to avoid one > more variable in the entire process. What was the processor/OS > combination you mentioned earlier ? In my case, it was an ARM process

Re: [BangPypers] Industrial Control Systems in Python

2012-03-26 Thread Vishal
On Mon, Mar 26, 2012 at 11:22 AM, Noufal Ibrahim wrote: > Vishal writes: > > > Hello, > > > > There is a need in our company to prototype some control systems in > Python. > > These would be general industrial control systems. > > After this prototype is made, I was wondering it there would be a

Re: [BangPypers] Industrial Control Systems in Python

2012-03-25 Thread Noufal Ibrahim
Vishal writes: > Hello, > > There is a need in our company to prototype some control systems in Python. > These would be general industrial control systems. > After this prototype is made, I was wondering it there would be a way to > use the same code to actually do the control. Has anybody worke

[BangPypers] Industrial Control Systems in Python

2012-03-25 Thread Vishal
Hello, There is a need in our company to prototype some control systems in Python. These would be general industrial control systems. After this prototype is made, I was wondering it there would be a way to use the same code to actually do the control. Has anybody worked on this kind of stuff here