This documentation is no longer maintained. For documentation of the current version of emc2, please see http://www.linuxcnc.org/docview/html

OFFSET

NAME
SYNOPSIS
FUNCTIONS
PINS

NAME

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

SYNOPSIS

loadrt offset [count=N]

FUNCTIONS

offset.N.update-output (uses floating-point)

Updated the output value by adding the offset to the input

offset.N.update-feedback (uses floating-point)

Update the feedback value by subtracting the offset from the feedback

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