Delta AX Series Instruction Manual page 121

Motion controller
Hide thumbs Also See for AX Series:
Table of Contents

Advertisement

AX- Ser i es Mo t i o n Co n t r o l l er I n s t r u c t i o n s Ma n u a l
Name
Valid
Busy
Error
ErrorID
Value
Timing Diagram
Inputs/Outputs
Name
Function
Axis
Specify the axis.
*Note: AXIS_REF_SM3(FB): Every function block contains this variable, which works as the starting program for function blocks.
Function
How to use MC_ReadBoolParameter to read the parameter values of desired object with its parameter number in
EtherCAT Object Dictionary:
Use SHL instruction to move the data length of desired object to the left for 24 bits.
Use SHL instruction to move the index of desired object to the left for 8 bits.
The input ParameterNumber must contains the data length the index and the subindex. Refer to the
following formula:
ParameterNumber: = - DWORD_TO_DINT (SHL (TO_DWORD (data length of object dictionary), 24) +
SHL (TO_DWORD (index of object dictionary), 8) + object sub-index);
For operation example, refer to the example in MC_ReadParameter.
To read axis parameters, you will need to enter the parameter number of AXIS_REF_SM3 (FB) to ParameterNumber
input.
Troubleshooting
Timing for Shifting to True
When Enable is triggered to True.
When the parameter to read exists.
When Enable is triggered to True.
When the parameter to read exists.
When an error occurs in executing conditions
or input values.
When Valid is True and there're ongoing
updates.
Data Type
AXIS_REF_SM3*
Timing for Shifting to False
When Enable turns from True to False.
When Error is rising edge.
When Enable turns from True to False.
When Error is rising edge.
When Execute turns from True to False. (Error
Code is cleared)
When Valid is False and stop updating.
Setting Value (Default
Value)
AXIS_REF_SM3
Ch a p t er 2
Timing to Take Effect
When Enable turns to True.
11 6

Advertisement

Table of Contents
loading

Table of Contents