John Thornton <[EMAIL PROTECTED]> writes:

> 
> First you have to "load" an or2 in your hal file with:
> 
>       loadrt or2
> 
> You need to connect the two inputs to your physical inputs with net. Lets say
you used pin 
> 10 and 11 of the parallel port to bring your signals in... then connect the
pins to the or2 in's 
> like so:
> 
>       net estop1 or2.0.in0 <== parport.0.pin-10-in
>       net estop2 or2.0.in0 <== parport.0.pin-11-in
> 
> This has not been tested but AFAIK it is correct...
> 


Shouldn't the or-connection be like this:
net estop1 or2.0.in0 <== parport.0.pin-10-in
net estop2 or2.0.in1 <== parport.0.pin-11-in

Alan


-------------------------------------------------------------------------
This SF.Net email is sponsored by the Moblin Your Move Developer's challenge
Build the coolest Linux based applications with Moblin SDK & win great prizes
Grand prize is a trip for two to an Open Source event anywhere in the world
http://moblin-contest.org/redirect.php?banner_id=100&url=/
_______________________________________________
Emc-users mailing list
Emc-users@lists.sourceforge.net
https://lists.sourceforge.net/lists/listinfo/emc-users

Reply via email to