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 stan4

  1. stan4

    Problem with big old RELIANCE DC motor.

    Thank you all for your suggestions. Apparently there was no snubbing in the circuit and the flyback voltage was turning on the SCR's, I added a 0.2 ohm resistor in series with a contactor in paralel with the motor, so , when the electronics remove the trigger to the SCR's the contactor connects...
  2. stan4

    Problem with big old RELIANCE DC motor.

    My customer has a SLITTER which is very old, it has a 75 hp RELIANCE dc motor. Motor starts and runs fine, speed varies as you adust the potentiometer; The problem is when you flip the switch off, motor speeds up for a couple seconds and the amperimeter goes all the way to max 400 A. DC drive...
  3. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    Well congratulations on your success. :!: The code you're showing for "tenseconds" function seems ok. I think you might have a problem with your power supply, because the only way for the PIC to go back to the first loop is by means of a RESET, or a power cycle. I think that when you turn your...
  4. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    Go to Mibbit.com - Easy and fast Webchat and launch the webchat, enter your username and join #EDAboard channel. We can communicate faster, no password needed. ---------- Post added at 02:04 ---------- Previous post was at 02:02 ---------- But what if someone wants to go back, you will...
  5. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    very good, I understand. Do you have an oscilloscope? When you run the code what happens, does it respond to the button presses? Does it show anything?
  6. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    First thing I see is that you have two instances of while(1). I don't see why you would have while(1) in void manualmode, in this case, once you call void manual mode, it will never return. Would you like to tell me in plain words what will your design do? PS: Don't worry, I'm downloading...
  7. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    I've revised your code and I don't see where in the main execution branch you call the timer initialize function. ---------- Post added at 01:23 ---------- Previous post was at 01:23 ---------- I'd like to see the whole code.
  8. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    I saw the program... 1- if you look at the program carefully, the while(1) is used only once in his program. 2- while(1); //Sit Idle Timer will do every thing! ; this means that he don't want to do anything in the main loop, if you look at the program flow, he initializes and then puts the...
  9. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    Wait a second, if you insert an infinite loop in a timer initialization routine, it will never execute anything else, not even the interruption because you will keep initializing it. You should only have one, in fact, only the main execution loop as an while(1) infinite loop.
  10. stan4

    [SOLVED] PIC16F877A: Timer1 Interrupt Problem! (Maybe a different problem from the rest!)

    I have a question, did you put a simple test character string on your LCD before making all the timing and logic routines?
  11. stan4

    [SOLVED] What are Harmonics & How they are generated?

    Ok pal, this is the way I understand it, it's written in my own words and I'm open to receive suggestions and corrections. Well, as I see it there is a lot of theory about harmonics, yet if you have any doubt, any music tutorial will provide you with practical evidence of a main tone and the...
  12. stan4

    Need help in assembly language

    What is your target chip, I wrote asm code using pen and paper back in the day; be specific if you want to know about the best software tools.
  13. stan4

    Op amp. Do i need to have op amp connected to -Vcc ?

    If you're using the LM324 you shouldn't have problem using it with a "single supply", I use it to receive analog input in my projects and I always use it in single supply mode. you just have to keep your sensor signal in the positive side, remember, with negative input the opamp(output) will...
  14. stan4

    Want to talk with people on frequency inverter, servo motor.

    Hi, I'd like to be your friend... I'm an industrial electronics engineer, hardware, software and firmware designer. I study chinese. I own an industrial automation solutions company, and I might be interested in your products.

Part and Inventory Search

Back
Top