logo
Free, unlimited AI code reviews that run on commit
git-lrc git-lrc GitHub Install Now We'd appreciate a star git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt git-lrc - Free, unlimited AI code reviews that run on commit | Product Hunt

feedcomp - Multiply the input by the ratio of current velocity to the feed rate.

Author

       Eric H. Johnson

Functions

feedcomp.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                        FEEDCOMP(9)

Name

       feedcomp - Multiply the input by the ratio of current velocity to the feed rate.

Notes

       Note that if enable is false, out = in.

Parameters

feedcomp.N.feed float rw
              Feed rate reference value

Pins

feedcomp.N.out float out
              Proportionate output value

       feedcomp.N.in float in
              Reference value

       feedcomp.N.enable bit in
              Turn compensation on or off.

       feedcomp.N.vel float in
              Current velocity

Synopsis

loadrtfeedcomp[count=N|names=name1[,name2...]]

See Also