Hello Guest it is March 29, 2024, 05:10:41 AM

Author Topic: VB execution Speed  (Read 8015 times)

0 Members and 1 Guest are viewing this topic.

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: VB execution Speed
« Reply #10 on: July 21, 2013, 10:40:30 AM »
Ian I went back and tested the buffer loading and something has changed since I work on probing years ago. The G31 is now  NOT loading into the buffer. You can check the buffer load and Que in diagnostics.

Years ago it DID load the buffer, Just love those undocumented changes.

(;-) TP

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: VB execution Speed
« Reply #11 on: July 21, 2013, 10:43:22 AM »
AH but it does . When you call a G31 X10 the planner plans  to go to X10 . When the trip is done it is an "interupt" signaling mach to go to the next line.
Ah but the key word you used that I'm questioning is not PLANNER - it's LOOKAHEAD.

Ian

Offline BR549

*
  •  6,965 6,965
    • View Profile
Re: VB execution Speed
« Reply #12 on: July 21, 2013, 10:51:08 AM »
I believe the look ahead is basically for the CV component yes?. IF the planner loads code into the buffer then Look ahead can see it and use it if possible. IF the code is only loaded one line at a time into the buffer then look ahead is NOT possible.

(;-) TP

Offline stirling

*
  • *
  •  2,188 2,188
  • UK
    • View Profile
    • www.razordance.co.uk
Re: VB execution Speed
« Reply #13 on: July 21, 2013, 10:57:58 AM »
I believe the look ahead is basically for the CV component yes?.
Exactamundo

IF the planner loads code into the buffer then Look ahead can see it and use it if possible. IF the code is only loaded one line at a time into the buffer then look ahead is NOT possible.
Buffer, schmuffer  ;D You can't CV (blend) into or out of a G31 - it's just plain silly.

Ian
Re: VB execution Speed
« Reply #14 on: July 21, 2013, 12:33:25 PM »
Thank you stirling, I will try to use that command and see if it works