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