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

integ - Integrator with gain pin and windup limits

Author

       Jeff Epler

Functions

integ.N (requires a floating-point thread)

License

       GPL

LinuxCNC Documentation                             2025-08-07                                           INTEG(9)

Name

       integ - Integrator with gain pin and windup limits

Pins

integ.N.in float in
       integ.N.gain float in (default: 1.0)
       integ.N.out float out
              The discrete integral of 'gain * in' since 'reset' was deasserted

       integ.N.reset bit in
              When asserted, set out to 0

       integ.N.max float in (default: 1e20)
       integ.N.min float in (default: -1e20)

Synopsis

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

See Also