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

offset - Adds an offset to an input, and subtracts it from the feedback value.

Author

       Jeff Epler

Functions

offset.N.update-output (requires a floating-point thread)
              Updated the output value by adding the offset to the input.

       offset.N.update-feedback (requires a floating-point thread)
              Update the feedback value by subtracting the offset from the feedback.

License

       GPL

LinuxCNC Documentation                             2025-08-07                                          OFFSET(9)

Name

       offset - Adds an offset to an input, and subtracts it from the feedback value.

Pins

offset.N.offset float in
              The offset value

       offset.N.in float in
              The input value

       offset.N.out float out
              The output value

       offset.N.fb-in float in
              The feedback input value

       offset.N.fb-out float out
              The feedback output value

Synopsis

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

See Also