AX-Series Motion Controller Instructions Manual Chapter 2
429
2.3.3.10 MC_ReadBoolParameter_DML
Supported Devices: AX-308E, AX-364E
MC_ReadBoolParameter_DML reads the Boolean value of a specified parameter.
FB/FC Instruction Graphic Expression
FB MC_ReadBoolParameter_DML
ST Language
MC_ReadBoolParameter_DML_instance(
Axis : =,
bEnable : =,
diParameterNumber : =,
bValid =>,
bBusy =>,
bError =>,
ErrorID =>,
bValue => );
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
bEnable
The instruction is
run when bEnable
turns to True.
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
value is available.
BOOL True/False (False)
bBusy True when the instruction is run. BOOL True/False (False)
bError True when an error occurs.
BOOL
True/False (False)