henrypeter21
Well-known member
- Joined
- Oct 13, 2011
- Messages
- 155
Does anyone Out there know the commands for Drain, Distribute, and Spin, I dont mind what the spin speeds are - 88RPM Distributing and 1000RPM Spin Would be perfect. I am using a PIC 16F872 Micro-Controller and have got most of the code written now. I am not sure what type of motor i am using, i think until i find a usable analogue tacho motor i will be using a digital tacho motor with field tapping. Here's a Little Sample of the code:
A BSF PORTB,2 ;WASH ACTION CLOCKWISE
CALL DELAY12
BCF PORTB,2 ;STOP WASH ACTION
CALL DELAY2
BSF PORTB,3 ;SWITCH ON CHANGE OVER RELAY
CALL DELAY3
BSF PORTB,2 ;WASH ACTION ANTI CLOCKWISE
CALL DELAY12
BCF PORTB,2 ;STOP WASH ACTION
CALL DELAY3
BCF PORTB,3 ;SWITCH OFF CHANGE OVER RELAY
CALL DELAY3
Any other Help with this would be greatly Apreciated. Thankyou.
A BSF PORTB,2 ;WASH ACTION CLOCKWISE
CALL DELAY12
BCF PORTB,2 ;STOP WASH ACTION
CALL DELAY2
BSF PORTB,3 ;SWITCH ON CHANGE OVER RELAY
CALL DELAY3
BSF PORTB,2 ;WASH ACTION ANTI CLOCKWISE
CALL DELAY12
BCF PORTB,2 ;STOP WASH ACTION
CALL DELAY3
BCF PORTB,3 ;SWITCH OFF CHANGE OVER RELAY
CALL DELAY3
Any other Help with this would be greatly Apreciated. Thankyou.