LD Slave
CAL LXM_GEARPOS_Instance(AXIS:=AXIS, EXECUTE:=EXEC, RATIONUMERATOR:=RN, RATIONDENOMINATOR:=RD, ERROR=>ERR, INSYNCH=>IS, BUSY=>B, ERRORID=>ERRID)
LXM_GEARPOS_Instance(AXIS:=AXIS, EXECUTE:=EXEC, RATIONUMERATOR:=RN, RATIONDENOMINATOR:=RD, ERROR=>ERR, INSYNCH=>IS, BUSY=>B, ERRORID=>ERRID);
Parameter
|
Type
|
Comment
|
---|---|---|
AXIS
|
AXIS_REF
|
Axis_Ref type object, which defines the slave device.
|
RATIONUMERATOR
|
Motion synchronization ratio numerator (allowed range 1-32767 for LXM05).
|
|
RATIONDENOMINATOR
|
Motion synchronization ratio denominator.
|
Parameter
|
Type
|
Comment
|
---|---|---|
INSYNCH
|
INSYNCH is TRUE when the synchronization position, in relation to the Master, is reached.
It remains TRUE as long as EXECUTE is TRUE even if the axis has stopped (not significant for Lexium 05/32).
|
Parameter
|
Type
|
Comment
|
---|---|---|
SYNCMODE
|
SYNCMODE is an additional parameter for the Lexium 05/32.The access to this parameter by MC_READPARAMETER or MC_WRITEPARAMETER before calling MFB_Gear, is possible by using:
Index =0, subindex=200 as object number for SYNCMODE.
FALSE: immediate synchronization: the positioning controller follows reference pulses from the time at which the gear processing is activated.
TRUE: synchronization with compensation movement. With activation of the gear processing, the motor endeavors to retrieve the reference pulses accumulated.
|