Page 1 of 1

THC antidive threshold field question

PostPosted: Wed Jun 14, 2017 7:44 am
by shad
Hello Balazs!
I am planned to change threshold field value from plugin during program execution. Please tell me, can I make it and if yes, how fast I can make it (for example on the each new code line) and is enough just validate this field from plugin for apply changes?
Thank you!

Re: THC antidive threshold field question

PostPosted: Wed Jun 14, 2017 8:05 am
by cncdrive
Hi Andrew,

Yes, you can change that on the run with writting and validating the threshold field.
I've checked and the update to the controller is in a 20msec loop and the controller should receive and validate the new value in 40msec which is the absolute maximum it can take.

Re: THC antidive threshold field question

PostPosted: Wed Jun 14, 2017 9:05 am
by shad
it's GREAT!
Just I want to change this value on the fly depend from current set feedrate and machine acceleration.
Thank you Balazs!