Running commands faster

Home Forums TinyG TinyG Support Running commands faster

Tagged: 

Viewing 3 posts - 1 through 3 (of 3 total)
  • Author
    Posts
  • #11016
    rwad
    Member

    Hi, I am trying to send the tinyG commands to execute at 25 Hz. Are there any hidden parameters I can change in the code to get it to execute faster (without waiting)? Right now, it seems the fastest it will run is about 10 Hz.

    Ryan

    #11018
    cmcgrath5035
    Moderator

    I am not sure what you are trying to do here.

    If you feed tinyG a Gcode file that contains 25 short segments that follow an arc, the motion planner will convert that to seemingly continuous moves at a rate bounded by your F speed (for G1 moves) or Vmax for G0 moves.
    You will not perceive 25 incremental moves if they were along a continuous arc.

    If, on the other hand, you defined a Gcode file that moved following a square, the motion planner would nearly stop at every corner then change direction and continue.

    You need to describe a bit more what you are doing

    #11019
    Zootalaws
    Member

    I think he’s talking about pwm frequency

    $p1frq=25000

    • This reply was modified 6 years, 3 months ago by Zootalaws.
Viewing 3 posts - 1 through 3 (of 3 total)
  • You must be logged in to reply to this topic.