Checking an arbitrary value against the device identifier list.
The function accepts two values on the lo and hi inputs, which it interprets as a single 8-byte number, where hi is the upper 4 bytes and lo is the lower 4 bytes.
The search result is output to the function's outputs.
The function uses the following setting:
Configuration➜TouchMemory Keys➜Number of bytes to compare
| In the Functions Menu | On the Diagram |
|---|---|
![]() |
![]() |
| Name | Value Type | Description |
|---|---|---|
lo |
int32 |
Lower 4 bytes |
hi |
int32 |
Upper 4 bytes |
| Name | Value Type | Description |
|---|---|---|
valid index |
int32 |
Index of the first match found in the identifier list: 0 .. 510 - Index of the first match in the identifier list -1 - Value not found in the identifier list |
action |
int32 |
Action set in the identifier list for the found element: 0 - None 1 - Guard 5 - Immobilizer Other values are reserved |
None