Picolo | Picolo Junior 4 | Picolo Pro 2 | Picolo Pro 3 | Picolo Tetra | Picolo Tymo | Picolo Alert | Picolo Diligent |
Domino Iota | Domino Alpha 2 | Domino Melody | Domino Harmony | Domino Symphony |
Grablink Value | Grablink Expert 2 | Grablink Avenue | Grablink Express | Grablink Quickpack ColorScan | Grablink Quickpack CFA | Grablink Full XR | Grablink Full | Grablink DualBase | Grablink Base |
Description
Type |
Enumerated Collection |
Description |
Issuing the logic state of I/O lines used as outputs |
"Set" effect |
Sets the logic state of I/O line |
"Get" effect |
Returns the previously written output state of I/O line |
Classification
Class |
Board |
Category |
Input/Output Control |
Level |
Adjust |
Identifiers
String |
OutputState |
C, C++ |
MC_OutputState |
.NET |
MC.OutputState |
Numerical |
1742 |
The item number of this collection parameter is used as an index to point the relevant input designator among the set of designators owned by selected board.
Possible values on SET
Name |
Identifier |
Description |
LOW |
MC_OutputState_LOW |
A low logic state is issued or the solid-state relay is closed. |
HIGH |
MC_OutputState_HIGH |
A high logic state is issued or the solid-state relay is open. |
TOGGLE |
MC_OutputState_TOGGLE |
A logic state opposite to the present one is issued. |
Possible values on GET
Name |
Identifier |
Description |
LOW |
MC_OutputState_LOW |
Presently at the low logic state or a closed relay. |
HIGH |
MC_OutputState_HIGH |
Presently at the high logic state or an open relay. |
NONE |
MC_OutputState_NONE |
The I/O line is not presently used as an output. |
Note. This parameter is applicable to Picolo Diligent Plus. Picolo Diligent has no on-board I/O.
Getting the OutputState parameter is only allowed when the corresponding OutputFunction parameter is SOFT.
The returned value is the one that has been previously set.
The value NONE is reported when the corresponding OutputFunction parameter is other than SOFT.
Values applicable to Grablink Full, Grablink Full XR, Grablink DualBase, Grablink Base
for isolated contact output
Name |
Identifier |
Description |
LOW |
MC_InputState_LOW |
The contact switch is open (OFF). |
HIGH |
MC_InputState_HIGH |
The contact switch is closed (ON). |
Initial state after Power-On |
|
The contact switch is open (OFF). |