User Manual

Kapsch TrafficCom AG
Installation Manual | SRU-8100 RFID Reader 18000-63
Doc No. 47000001169 | Version 01 | 2014-11-03 | released
Page 47 of 58
The ActionlistAction.xml as well as the ReaderStart v2 software local configuration file is available in the
local windows directory My Documents.
Please see the following example for the ActionlistAction.xml:
<?xml version=‘1.0‘ encoding=‘UTF-8‘?>
<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>
In this example, the commands Buzzer and Get EPCs were used in an exemplatory matter –see [1] for
details.
The ActionlistAction.xml is automatically loaded into the application ReaderStart v2 during program start.