AX-Series Motion Controller Instructions Manual Chapter 2
435
2.3.3.12 MC_ReadParameter_DML
Supported Devices: AX-308E, AX-364E
MC_ ReadParameter_DML reads the value of a specified parameter.
FB/FC Instruction Graphic Expression
FB MC_ReadParameter_DML
MC_ReadParameter_DML_instance(
Axis : =,
bEnable : =,
diParameterNumber : =,
bValid =>,
bBusy =>,
bError =>,
ErrorID =>,
lrValue =>);
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bEnable
The instruction is
run when bEnable
BOOL
True/False
(False)
-
diParameterNumber
Specify the number
of the axis
DINT Positive, negative or 0 (0) When bEnable turns to True.
Outputs
bValid
True when the read parameter
BOOL True/False (False)
True when the instruction is run.
bError True when an error occurs. BOOL True/False (False)
ErrorID
When a command error occurs,
DML_ERROR* DML_ERROR (DML_NO_ERROR)