janosandi
Full Member level 4
- Joined
- Jan 23, 2010
- Messages
- 210
- Helped
- 2
- Reputation
- 4
- Reaction score
- 2
- Trophy points
- 1,298
- Activity points
- 2,788
Hello guys
im using 12 relays connected to port A & part of port B & im using this method to move between pins
movlw 01
movwf portA
delay
movlw 02
movwf portA
delay
movlw 04
movwf portA
delay
movlw 08
movwf portA
etc......................
the problem is when i test this machine it works great but after time it make a strange prblem im not sure wht is it really
is it possible of the pic to ignore the numbers i send & use random numbers ?
coz its not allowed in my machine to energize more thn one realy at time & i think it does it
any suggestions ?
im using 12 relays connected to port A & part of port B & im using this method to move between pins
movlw 01
movwf portA
delay
movlw 02
movwf portA
delay
movlw 04
movwf portA
delay
movlw 08
movwf portA
etc......................
the problem is when i test this machine it works great but after time it make a strange prblem im not sure wht is it really
is it possible of the pic to ignore the numbers i send & use random numbers ?
coz its not allowed in my machine to energize more thn one realy at time & i think it does it
any suggestions ?