This Forum is Dedicated For all The Object Oriented PIC Lovers .......... The concept behind OOPic is straight forward. Use preprogrammed multitasking Objects from a library of highly optimized Objects to do all the work of interacting with the hardware. Then write small scripts in Basic, C, or Java syntax styles to control the Objects. During operation, the Objects run continuously and simultaneously in the background while the scripts run in the foreground telling the objects what to do.

Wednesday, April 23, 2008

[oopic] Re: Controller

--- In oopic@yahoogroups.com, ANG MULIADY <mld_ang@...> wrote:
>
> Dear all,
> Hello,
> I want to use OOPIC in our instrumentation and control laboratory.
> Can OOPIC be used as PID controller or Fuzzy Controller.
> Have anybody try this?
> Thank you
>
> Regards
> Muliady Ang
>

Can you rewrite your PID algorithm to use only 16 bit integer
arithmetic? If not, are you willing to add an external floating point
coprocessor running on either the slow, bit-banged, I2C bus or the
slow, bit-banged, SPI bus? You may get some speed help from virtual
circuits but you need to consider that the OOPic may only execute 300
lines of code per second (plus or minus).

Given the availability of PID process controllers, using the OOPic
would be the hard way to do it. But it could probably be done.

Richard

------------------------------------

Yahoo! Groups Links

<*> To visit your group on the web, go to:

http://groups.yahoo.com/group/oopic/

<*> Your email settings:
Individual Email | Traditional

<*> To change settings online go to:

http://groups.yahoo.com/group/oopic/join

(Yahoo! ID required)

<*> To change settings via email:
mailto:oopic-digest@yahoogroups.com
mailto:oopic-fullfeatured@yahoogroups.com

<*> To unsubscribe from this group, send an email to:
oopic-unsubscribe@yahoogroups.com

<*> Your use of Yahoo! Groups is subject to:

http://docs.yahoo.com/info/terms/

No comments: