CtrlReadBoolPar
This function/function block was added in KAS v4.05.
Function Block - Reads an Axis Boolean property of a Pipe Network Axis.
Inputs
|
Input |
Data Type |
Range |
Unit |
Default |
Description |
|---|---|---|---|---|---|
|
ParameterNumber |
INT |
Enumerated |
N/A |
No default |
See MLAxisReadBoolParam. |
Outputs
|
Output |
Data Type |
Range |
Unit |
Description |
|---|---|---|---|---|
|
Error |
BOOL |
FALSE, TRUE |
N/A |
If TRUE, indicates an invalid input was specified. |
|
ErrorID |
INT |
Enumerated |
N/A |
|
|
Value |
BOOL |
FALSE, TRUE |
N/A |
Value read. |
Remarks
None
Controller Parameters
|
ID |
Parameter |
Name |
R/W |
Update Rate Type |
Description |
|---|---|---|---|---|---|
|
2000 |
CTRL_PARAM_MULTI_CORE_MODE |
Controller Multicore Mode |
Read-only |
|
FBD Language Example
FFLD Language Example
IL Language Example
Not available.
ST Language Example
Inst_CtrlReadBoolPar(CTRL_PARAM_MULTI_CORE_MODE);
IF NOT Inst_CtrlReadBoolPar.Error THEN
bIsMultiCoreMode := Inst_CtrlReadBoolPar.Value;
END_IF;
See Also






