-
Notifications
You must be signed in to change notification settings - Fork 18
Open
Description
Looks like the refactoring has impacted speed control for original Huanyang VFDs..
Here it's setting spindle_hal->rpm_max
to the configured RPM @ 50Hz, which is then enforced in spindle_set_rpm()
Plugins_spindle/vfd/huanyang.c
Lines 214 to 219 in 881ed9d
case VFD_GetMaxRPM50: | |
if(spindle_hal) { | |
spindle_hal->cap.rpm_range_locked = On; | |
spindle_hal->rpm_max = rpm_max50 = (float)((msg->adu[4] << 8) | msg->adu[5]); | |
} | |
break; |
Metadata
Metadata
Assignees
Labels
No labels