Search Results - MEL PICBASIC Forum


Search:

Type: Posts; User: RodSTAR; Keyword(s):

Search: Search took 0.00 seconds.

  1. Replies
    131
    Views
    165,233

    PID is a loop. If spring moves something, PID...

    PID is a loop. If spring moves something, PID will detect it and it will correct it immediatly. Don't confuse error variable with PWM value. In my project it works fine and it responds to dynamic...
  2. Replies
    131
    Views
    165,233

    As I understand, this PID checks only position....

    As I understand, this PID checks only position.
    To control speed, you should use another routine to control position AMONG TIME (speed), using this PID routine as position control. I did that and...
  3. Replies
    131
    Views
    165,233

    First step (get), you Get variables from hardware...

    First step (get), you Get variables from hardware (via pot, encoder, ...)
    Second step (control), you correct those variables (PID between desired and got variables)) to reach your desired speed,...
  4. Replies
    131
    Views
    165,233

    thx

    Thank you so much Henrik, now I got it!
    I'll test it as soon as I can. Then i'll bother you again :)

    I have another question in a new thread, not related to PID, but related to counting position....
  5. Replies
    131
    Views
    165,233

    questions

    hi Henrik;
    i see you are a motor control specialist..
    first of all thank you for sharing your work on your PID routine. About it i have some questions to understand.
    _________
    question1:
    i don't...
Results 1 to 5 of 5