User's Manual

User Manual | SRU-8X1X RFID Reader 18000-63
Doc No. 47000001740
|
Version 01
|
2018-12-11
|
released
Page 81 of 105
Confidential
The ReaderStart creates a directory in which the system variables are stored in the folder
%userprofile%\Documents\Kapsch TrafficCom AG\ReaderStart v3. It is possible to edit the
ActionlistActions.xml file manually using a text editor.
ลน To see the individual actions, refer to the Configuration 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>
<!--Get EPCs, CommandID: 0x0101-->
<Action>
<Description>Get EPCs</Description>
<CommandID>0101</CommandID>
<!--LSB first-->
</Action>
</ActionlistActions>
The example above shows the Activate buzzer 500 ms and Get EPCs actions.