AX-Series Motion Controller Instructions Manual Chapter 2
115
2.2.5 MC_ReadBoolParameter
Supported Devices: AX-308E, AX-8, AX-364E
MC_ReadBoolParameter reads the value of a specific Boolean parameter.
FB/FC Instruction Graphic Expression ST Language
FB MC_ReadBoolParameter
MC_ReadBoolParameter_instance(
Axis : =,
Enable : =,
ParameterNumber : =,
Valid =>,
Busy =>,
Error =>,
ErrorID =>,
Value => );
Inputs
Name Function Data Type
Setting Value
Timing to Take Effect
Enable
Run the function
BOOL True/False (False) -
ParameterNumber
Number of the
specific Boolean
parameter
DINT
Positive, negative, or 0
(0)
When Enable turns from False
to True.
Outputs
Output Range (Default Value)
Valid
True when the parameter to read
exists and can be further
processed.
BOOL True/False (False)
Busy
True when the function block is
BOOL True/False (False)
Error True when an error occurs.
BOOL
True/False (False)
Value of the parameter to read.
*Note: SMC_ERROR: Enumeration (Enum)
Output Updating Time