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.

Thursday, December 13, 2007

[oopic] Re: Serial Program Cable for ooPIC-S

--- In oopic@yahoogroups.com, "bb261998" <bb261998@...> wrote:
>
>
> Thanks for the encouragement on my first purchase Richard.
>
> One more question if you don't mind. when you say not to use the +5v to
> drive
> external devices to avoid blowing the regulator, do you think its
> safe to use it just to drive the input coil of relays?

That board uses an external 12V 700 mA power supply to drive the
relays and on-board logic. If you look at the table on page 2 of the
datasheet, you will see that there is no connection between the +5V on
pin 1 of the connector and the relay board.

You also don't want the relay board +5V going into the OOPic. So,
make sure you don't make any connection to pin 1 of that connector.
Or, physically verify that there is no trace connected to pin 1.

You will discover that IOLines 8..15 can have internal pull-up
resistors by adding the statement OOPic.PullUp = cvTrue to your code.
(Note: I can't find that in the revised documentation.) You might
want to reserve those IOLines for input. Use other IOLines to drive
the relays. Like 16..23.


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: