| KM_AxisKM_Axis_TuningParamsOutputOffset Property |
Get or Set the Output Offset of an axis. For DAC Servo output mode the
output (DAC) signal can be offset. The Output Offset is applied after
any Output Gain value. The Output Offset can be used to reduce any DAC
output offset or Amplifier input offset that may cause motor axis drift
occurs when the DAC is commanded to zero (disabled). In other output
modes the OutputGain value will have no effect.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public double OutputOffset { get; set; }
Public Property OutputOffset As Double
Get
Set
public:
property double OutputOffset {
double get ();
void set (double value);
}
Property Value
DoubleSee Also