| KM_AxisKM_Axis_TuningParamsMasterAxis Property |
Sets or gets the axis to which the current axis is to be slaved.
The current axis becomes a slave and will follow the motion of the specified
Master Axis. More than one axis can be slaved to a single master axis if
desired. When slaved, changes in the commanded destination of the master axis
will be mirrored as changes in the slaved axis's destination however scaled
by the SlaveGain (as specified in the Slave Axis). The SlaveGain my be
negative if opposing motion is desired.
Setting the Master Axis value to -1 disables the Slave mode.
Namespace: KMotion_dotNetAssembly: KMotion_dotNet (in KMotion_dotNet.dll) Version: 1.0.1.0 (1.0.1.0)
Syntax public int MasterAxis { get; set; }
Public Property MasterAxis As Integer
Get
Set
public:
property int MasterAxis {
int get ();
void set (int value);
}
Property Value
Int32See Also