Page 1 of 1

MAKE A FLOWCHART USING THIS BELOW CODE AND EXPLAIN !! ;;;;;;; motor;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;; ; ;OnePhase----s

Posted: Sat Jul 09, 2022 11:48 am
by answerhappygod
MAKE A FLOWCHART USING THIS BELOW CODE AND EXPLAIN !!
;;;;;;; motor;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;;OnePhase----simple;C0 C1 C2 C3; 1 0 0 0; 0 1 0 0; 0 0 1 0; 0 0 0 1
rcall Initial ;Initialize everthing
L10
bsf PORTC, RC0 ; stopping the pulsetrain bcf PORTC, RC1 bcf PORTC, RC2 bcf PORTC,RC3 ;rcall Delay1s rcall LoopTime
bcf PORTC, RC0 ; stopping the pulsetrain bsf PORTC, RC1 bcf PORTC, RC2 bcf PORTC,RC3 ;rcall Delay1s rcall LoopTime
bcf PORTC,RC0 ; stopping the pulsetrain bcf PORTC, RC1 bsf PORTC, RC2 bcf PORTC,RC3 ;rcall Delay1s rcall LoopTime
bcf PORTC, RC0 ; stopping the pulsetrain bcf PORTC, RC1 bcf PORTC, RC2 bsf PORTC,RC3 rcall LoopTime
bra L10