But1 make rel1 high at first push and low at second push.
But2 make rel2 high at first push and low at second push.
It is possible this :
-but1 make rel1 high at first push and low when push second time but1 OR push but2 ?
-but2 make rel2 high at first push and low when push second time but2 OR push but1 ?
So, rel1 ON with but1 , and OFF with but1 OR but2 ; rel2 ON with but2, and OFF with but2 OR but1. Hope now You understand me;I am really verry sorry for my poor english...
Thank You !
....me again. This is my working variant !
In check: procedure I write this :
if rel1 = 1 and but2 = 1 then
low rel1
pause 500
goto Btn1PressDone:
endif
if rel2 = 1 and but1 = 1 then
low rel2
pause 500
goto Btn2PressDone:
endif
In ISIS don't work, but in fact yes ! I don't understand why, but...Maybe You have another variant, much better; it's a good way to learn more. Still don't know if rel (1 or 2) stop if overload detected, only AFTER checking this overload for 5 times...
Bookmarks