Files
MyOwnEtherCATDevice/linuxcnc/Turner.2ms/nc_files/M101
2024-04-07 21:53:25 +02: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