The function allows an event in the FLEX protocol additional packet format to be generated and written to the device memory.
The value1 and value2 inputs define the value that will be written to the device memory inside the dynamic part (usually a Touch Memory key code or RFID card code is stored there).
The generate input allows the event to be written to the device memory.
➜ If, at the moment the event is generated, value1 + value2 ≠ 0, a key/card appearance event with code
0x19FFor0x2700will be generated.
➜ If, at the moment the event is generated, value1 + value2 == 0, a key/card disappearance event with code0x1A00or0x2701will be generated.
| In the function menu | On the diagram |
|---|---|
![]() |
![]() |
| Name | Value type | Description |
|---|---|---|
generate |
bool |
Signal for generating an event |
value1 |
int32 |
Bytes 0..3 for writing the value |
value2 |
int32 |
Bytes 4..7 for writing the value |
The function triggering logic depends on the connection!.
➜ Triggers every time if a constant with the value True is connected to the generate input.
➜ Triggers on the rising edge (the value changes from False to True) if a variable or output of another function is connected to the generate input.
None
| Name | Description |
|---|---|
| Event type | The setting determines which type of additional packet will be generated by the device: TOUCH_KEY - the device generates an event with code 0x19FF or 0x1A00RFID - the device generates an event with code 0x2700 or 0x2701 |