Continue to Site

Welcome to EDAboard.com

Welcome to our site! EDAboard.com is an international Electronics Discussion Forum focused on EDA software, circuits, schematics, books, theory, papers, asic, pld, 8051, DSP, Network, RF, Analog Design, PCB, Service Manuals... and a whole lot more! To participate you need to register. Registration is free. Click here to register now.

Recent content by ibrahim_damt

  1. I

    endless loop interrupt

    thank you for replay while statment; means that at this line the program will stop untile this line execute ,i dont need that i need the program to continue execute(the program measure temperature) until user need to adjust some values like alaram for high temperature`
  2. I

    endless loop interrupt

    i cannot do endlessloop in inturrupt or calling function or use goto statment . the program cannot accept that i cannot use polling because i use delay bt every calculatoin about 5 sec , and the program is long so the program cannot sensing press of button i use another method : void...
  3. I

    endless loop interrupt

    i want to make a project by pic microcontroller if i press a switch i make an interrupt and enter endless loop ( in this loop i wait the user to adjust some values using different switches and when he save the value ,return to the main program ) can i make endless loop in inturrupt or there...
  4. I

    on/off controller with deadband

    thank you :grin::grin::grin:
  5. I

    on/off controller with deadband

    thank you , i try this code and works well for loop mem = PORTE ; if (input < 50 && (mem =1)) PORTE =0x00; if ((input >...
  6. I

    on/off controller with deadband

    well, i want implement deadband in software ,switching device just a relay this is a picture exact what i want to do ,thank you for replay
  7. I

    on/off controller with deadband

    i need to make on/off controller but with deadband how can i implement deadband

Part and Inventory Search

Back
Top