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

Business, Finance, Economics, Accounting, Operations Management, Computer Science, Electrical Engineering, Mechanical Engineering, Civil Engineering, Chemical Engineering, Algebra, Precalculus, Statistics and Probabilty, Advanced Math, Physics, Chemistry, Biology, Nursing, Psychology, Certifications, Tests, Prep, and more.
Post Reply
answerhappygod
Site Admin
Posts: 899603
Joined: Mon Aug 02, 2021 8:13 am

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

Post 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
Join a community of subject matter experts. Register for FREE to view solutions, replies, and use search function. Request answer by replying!
Post Reply