UCPIC-6
4
Pause instruction 200, it is to avoid unsuccessful pulses
Pause instruction 200, il est d'éviter des impulsions infructueuses
Instrucción pause 200 , es para evitar pulsos fallidos
PRACTICE 3
Put switch S4 in position to load the program record, finishing work put position.
In this program, to activate an output, the above is disabled.
Mettez l'interrupteur S4 en position pour charger l'enregistrement du programme, la finition position de travail de vente
.
Dans ce programme, pour activer une sortie, ce qui précède est désactivé.
Poner conmutador S4 en posición grabar para cargar el programa, al terminar poner posición trabajo .
En este programa, al activar una salida, se desactiva la anterior.
main:
if pin3=1 then condicion_1
if pin3=0 then main
condicion_1:
high 0
pause 200
if pin3=1 then condicion_2
if pin3=0 then condicion_1
condicion_2:
low 0
high 4
pause 200
if pin3=1 then condicion_3
if pin3=0 then condicion_2
condicion_3:
low 4
high 1
pause 200
if pin3=1 then condicion_4
if pin3=0 then condicion_3
condicion_4:
low 1
high 2
pause 200
if pin3=1 then apagar
if pin3=0 then condicion_4
apagar:
low 2
pause 200
goto main
Pause instruction 200, it is to avoid unsuccessful pulses
Pause instruction 200, il est d'éviter des impulsions infructueuses
Instrucción pause 200 , es para evitar pulsos fallidos