Problems with 12F675


Results 1 to 40 of 67

Threaded View

  1. #17
    Join Date
    Dec 2008
    Location
    Ploiesti, ROMANIA
    Posts
    582


    Did you find this post helpful? Yes | No

    Default

    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...
    Last edited by fratello; - 24th July 2009 at 07:14. Reason: ...not so young but restless ... ;)

Similar Threads

  1. 12F683 vs 12F675.
    By sccoupe in forum mel PIC BASIC Pro
    Replies: 1
    Last Post: - 11th July 2009, 04:58
  2. LANC code 12F675
    By MikeDD in forum General
    Replies: 4
    Last Post: - 9th May 2008, 05:44
  3. 12F675 cant serout to PC
    By ruijc in forum General
    Replies: 9
    Last Post: - 3rd December 2007, 00:11
  4. USART problems
    By egberttheone in forum mel PIC BASIC Pro
    Replies: 47
    Last Post: - 6th March 2005, 21:45
  5. Serial LCD on 12F675
    By anj in forum mel PIC BASIC Pro
    Replies: 4
    Last Post: - 31st March 2004, 23:11

Members who have read this thread : 0

You do not have permission to view the list of names.

Posting Permissions

  • You may not post new threads
  • You may not post replies
  • You may not post attachments
  • You may not edit your posts