-
Hi, P0.03 Maximum reference frequency P2.02 and p2.03 can be read in one read since they are consecutive. But presently the plugin is designed for a single calibration read. This would be simpler if the plugin received the speed setpoint as a percentage of the grbl programmed maximum and then I assumed the vfd max speed was equal. Any thoughts? Jeff |
Beta Was this translation helpful? Give feedback.
Replies: 1 comment 1 reply
-
That could be changed as needed.
You mean the configured maximum (from the settings)?
The percentage is can be calclulated in the plugin so IMO there is no need to do that in the core. Also, the max RPM used in the core is defaulted from the settings and can be overridden by the plugin at run time by writing it to the |
Beta Was this translation helpful? Give feedback.
That could be changed as needed.
You mean the configured maximum (from the settings)?
The percentage is can be calclulated in the plugin so IMO there is no need to do that in the core. Also, the max RPM used in the core is defaulted from the settings and can be overridden by the plugin at run time by writing it to the
hal.spindle.rpm_max
variable (when the spindle is selected and active).