LinuxCNC Documentation

SYNOPSIS

loadrt knob2float [count=N|names=name1[,name2…​]]

FUNCTIONS

knob2float.N

PINS

knob2float.N.counts si32 in

Counts

knob2float.N.enable bool in

When TRUE, output is controlled by count, when FALSE, output is fixed

knob2float.N.scale real in

Amount of output change per count

knob2float.N.out real out

Output value

PARAMETERS

knob2float.N.max-out real rw (default: 1.0)

Maximum output value, further increases in count will be ignored

knob2float.N.min-out real rw (default: 0.0)

Minimum output value, further decreases in count will be ignored

AUTHOR

John Kasunich

LICENSE

GPL