User's Guide

109 of 146
Tip
If you would like to assign the action list to both the rising and the falling edge, click
Assign to rising
edge
and then
Assign to falling edge
.
To cancel the assignment:
Restart/reset the reader or select
No action list
under
Action list
().
Adding Actions to the Programme
The action lists consist of a sequence of individual actions which can be loaded in the form of an XML le in the
Action
context menu:
2
1
Fig. 66: GPIO: action list, action context menu
Open le
"ActionlistAc-
tions.xml"
opens the actions list in the XML format in a text editor
Reload le
"ActionlistAc-
tions.xml"
reloads the action list; it is necessary to reload the action list after a new action has been added
to the XML le containing the actions or some changes have been made in it
The ReaderStart creates a directory in which the system variables are stored in the folder %userprofile%\Documents\
KATHREIN Solutions GmbH\ReaderStart v3. It is possible to edit the ActionlistActions.xml le manually using a text
editor.
To see the individual actions, refer to the
Conguration Protocol
.
The approximately 150 reader commands with corresponding variance of the parameters do not allow for a uniform list.
A selection of all options is extensive. Therefore, it is recommended to only list commands required in the application.
The following example demonstrates the syntax of the actions:
<ActionlistActions>
<!--Activate buzzer for 500 ms, CommandID: 0x0045, Parameter: 0x01F4-->
<Action>
<Description>Activate buzzer (500 ms)</Description>
<CommandID>0045</CommandID>
<!--LSB first-->
<Parameter>F4</Parameter>
<Parameter>01</Parameter>
</Action>