Blast-Radius Aware AI Code Review for Business-Critical Systems
LiveReview LiveReview Explore LiveReview

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