Digital Contacts
All actions for handling digital inputs and outputs.

Action name: DigitalInput (contact, state)
Action category: logical
This action will be fired when the state of the digital input has changed.
Parameter |
Function |
|
---|---|---|
contact |
Contact |
Contact. |
state |
State |
New state. |

Action name: SetDigitalOutput (contact, state)
Action category: logical
This action is used to modify the state of the digital output and to notify this change.
Parameter |
Function |
|
---|---|---|
contact |
Contact |
Contact. |
state |
State |
New state. |

Action name: SetLED (LED, state)
Action category: logical
This action is used to turn the system LEDs on or off.
Parameter |
Function |
|
---|---|---|
LED |
LED |
System LED. |
state |
State |
New state. |

Action name: SetLEDBlink (LED, LED time ON, LED time OFF)
Action category: logical
This action is used to blink the system LEDs.
Parameter |
Function |
|
---|---|---|
LED |
LED |
System LED. |
LED time ON |
LedTimeOnMs |
Time in milliseconds when the LED will be switched on. |
LED time OFF |
LedTimeOffMs |
Time in milliseconds when the LED will be switched off. |

Action name: KeyPressed (key)
Action category: logical
This action is notified if one of the G-Store system keys is pressed.
Parameter |
Function |
|
---|---|---|
key |
Key |
System key. |

Action name: KeyReleased (key)
Action category: logical
This action is notified if one of the G-Store system keys is released.
Parameter |
Function |
|
---|---|---|
key |
Key |
System key. |

Action name: IOI43WDActivate ()
Action category: logical
Activate watchdog on IOI43a/ab USB Alarm-I/O.

Action name: IOI43WDDeactivate ()
Action category: logical
Deactivate watchdog on IOI43a/ab USB Alarm-I/O.

Action name: IOI43WDTrigger ()
Action category: logical
Trigger watchdog on IOI43a/ab USB Alarm-I/O.

Action name: IOI43ResetMainboard ()
Action category: logical
Reset mainboard using IOI43a/ab USB Alarm-I/O.

Action name: IOI43Temperature (ID, temperature)
Action category: logical
Temperature notification from IOI43a/ab USB Alarm-I/O.
Parameter |
Function |
|
---|---|---|
ID |
ID |
ID of the IOI43 module (like IOI43-00). |
temperature |
Temperature |
Temperature. |

Action name: WatchdogActivate ()
Action category: logical
Activate watchdog.

Action name: WatchdogDeactivate ()
Action category: logical
Deactivate watchdog.

Action name: WatchdogTrigger ()
Action category: logical
Trigger watchdog.

Action name: Temperature (IO device type, ID, temperature)
Action category: logical
Temperature notification from a/ab USB Alarm-I/O.
Parameter |
Function |
|
---|---|---|
IO device type |
SourceType |
Type of the device, which has fired the action. |
ID |
ID |
ID of the IO module (like IOI43-00/MIO84-00/MIO168-00). |
temperature |
TemperatureValue |
Temperature. |

Action name: ResetMainboard ()
Action category: logical
Reset mainboard using IO device.

Action name: CaseOpened ()
Action category: logical
Case has been opened.

Action name: CaseClosed ()
Action category: logical
Case has been closed.