sittner / linuxcnc-ethercat

LinuxCNC EtherCAT HAL driver
GNU General Public License v2.0
207 stars 137 forks source link

REAL float writes #116

Open djsftree opened 2 years ago

djsftree commented 2 years ago

Hi!

In relation to

https://github.com/sittner/linuxcnc-ethercat/commit/71014f6d24ccda4f2cb67352b54bc927ff1d431e

please can you add support for REAL float writes.

I believe it should be like this. Please check. Thanks.

https://github.com/djsftree/linuxcnc-ethercat/commit/27557f683478cb08f2486d576f186b3677430511

TadyTheFish commented 1 year ago

You are right. I spent a week tracking down why I can't get a floating point number to work. Your repo fixes that