CAL CFG_RA_Instance (S:=CFG_RA1, R:=Reset, RA_ID:=RA1, VEL_UNIT:=MMF_DEG_PER_SEC, GEAR_NM:=360, GEAR_DN:=1048576, SERC_ADR:=SA2, MFB:=MFB, CFG_BLK:=RA_CFG_BLK, ERROR=>CFG_ERROR)
CFG_RA_Instance (S:=CFG_RA1, R:=Reset, RA_ID:=RA1, VEL_UNIT:=MMF_DEG_PER_SEC, GEAR_NM:=360, GEAR_DN:=1048576, SERC_ADR:=SA2, MFB:=MFB, CFG_BLK:=RA_CFG_BLK, ERROR=>CFG_ERROR) ;
Parameter
|
Data Type
|
Meaning
|
---|---|---|
S
|
Rising input starts configuration.
|
|
R
|
BOOL
|
Resets block and prevents configuration. It halts configuration at the end of the current step.
|
RA_ID
|
Axis ID for RemoteAxis to be configured.
|
|
VEL_UNIT
|
Velocity units for this axis.
|
|
GEAR_NM
|
Number of position units per unit of measure.
|
|
GEAR_DN
|
REAL
|
Number of revolutions.
|
SERC_ADR
|
INT
|
Axis ID of the SercosAxis with secondary feedback device.
|
IDN
|
SERCOSIDN of secondary feedback device (optional).
|
Parameter
|
Data Type
|
Meaning
|
---|---|---|
MFB
|
Must be connected to the MMFStart block of 200 registers.
|
|
CFG_BLK
|
Data block where the Remote axis configuration data will be stored.
|
Parameter
|
Data Type
|
Meaning
|
---|---|---|
Q
|
BOOL
|
True when the configuration has completed (reset by R).
|
ERROR
|
INT
|
First error code that is generated during configuration.
|