Sunday, April 13, 2008

[oopic] Re: Wrong IOpack for Stepper Motor?

--- In oopic@yahoogroups.com, Ian Drennan <ianid@...> wrote:
>
> minghui1984 wrote:
> > SO anyone knows whats is wrong with the Iopack specifications? i
> > specified iopack 5 but it would not work. Other IOPacks also do not
> > apply
> >
> > Minghui
> > --- In oopic@yahoogroups.com, "minghui1984" <minghui1984@> wrote:
> >
> >> Dim A As New oStepper
> >> Dim B As New oStepper
> >>
> >>
> >> Sub Main()
> >>
> >> A.IOPack = 1
> >> B.IOPack = 5
> >> A.Rate = 10
> >> B.Rate = 10
> >> A.Operate = 1
> >> B.Operate = 1
> >> Do
> >> A.Distance = 100
> >> B.Distance = 30
> >> Wait Until A.NonZero = 0
> >> Wait Until B.NonZero = 0
> >> ooPIC.Delay = 1000
> >> A.Distance = -100
> >> B.Distance = -30
> >> Wait Until A.NonZero = 0
> >> Wait Until B.NonZero = 0
> >> ooPIC.Delay = 1000
> >> Loop
> >>
> >> End Sub
> >>
> >>
> Minghui
>
> I have just checked your code on my Oopic B 2.2+ chip on a S board and
> it is working as expected.

With which compiler? I tried V6 and it didn't seem to work. It does
work with V5 and B.2.2+.

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:

Post a Comment