aekhv / vfdmod

Vfdmod is a LinuxCNC user space component designed to control any VFD that supports standard MODBUS RTU protocol
GNU General Public License v3.0
18 stars 7 forks source link

Multiplier values, Divider only accepts integer values #1

Closed cofhal closed 4 years ago

cofhal commented 4 years ago

My VDF is a Fuling model DZB280, to adjust the frequency I must divide the RPM by 2.4, but the program only allows integers, it would be possible to replace the Multiplier, Divider values with a floating type variable.

aekhv commented 4 years ago

Yep, only integer values are accepted. Use both (divider and multiplier) to reach float coefficient. For example, if your RPM value should be divided by 2.4 (or multiplied to 1 / 2.4):

Multiplier=10
Divider=24