Files
MyOwnEtherCATDevice/Cards/EaserCAT-2000/linuxcnc/Turner.2ms/nc_files/M101
2024-12-06 07:49:54 +01:00

7 lines
126 B
Bash
Executable File

#!/bin/bash
R=0.1923
MAXRPM=380
halcmd setp scale.0.gain $R
halcmd setp scale.1.gain $(echo "scale=5;1.0 / $R"| bc -q)
exit 0