Kurze Beschreibung
Description
Lange Beschreibung
Inputs
- Datapoint_1 (ItemID): Beschreibung
- Datapoint_2 (ItemID, optional): Beschreibung
Outputs
- Output1: Beschreibung
Parameters
...
This XLogic command can be used to realized a delayed off function with retriggering.
Description
This command implements the following functionality: if a rising edge of a Boolean input is detected, the output shall be set to true. After a defined delay, the output shall be set to false again. If the output is currently set to true and another rising edge at the input is detected, the time delay for setting the output to false shall be reset.
Inputs
- Input (ItemID): this is the item ID that specifies the input that shall be monitored.
Outputs
- Output (ItemID): this is the item ID that specifies the output where the result shall be written.
Parameters
- Delay (number): this parameter specifies the delay in seconds.
Available since:
NETx BMS Server 2.0
...