Note: The RFID features depend on the user purchasing a license for the RFID AddOn. To activate this feature, contact your Wasp representative. The tenant must have the RFID AddOn License and the user role must have permission (Users> Roles> Permissions> Mobile RFID Config).
Note: Based on the scan parsing requirement, you can customize the scan parsing rule.
<Rules>
<Rule Name="Asset Rule">
<Condition>
<Type>Always</Type>
<Length />
<Position />
<Character />
<InputField>AssetTag</InputField>
</Condition>
<Fields NumberofFields="9">
<Field Field_ID="Field 1">
<Action>Parse</Action>
<Delimiter>(01)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>AssetTag</InputField>
</Field>
<Field Field_ID="Field 2">
<Action>Parse</Action>
<Delimiter>(02)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>To Site</InputField>
</Field>
<Field Field_ID="Field 3">
<Action>Parse</Action>
<Delimiter>(03)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>To Location</InputField>
</Field>
<Field Field_ID="Field 4">
<Action>Parse</Action>
<Delimiter>(04)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Vendor</InputField>
</Field>
<Field Field_ID="Field 5">
<Action>Parse</Action>
<Delimiter>(05)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Site</InputField>
</Field>
<Field Field_ID="Field 6">
<Action>Parse</Action>
<Delimiter>(06)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Location</InputField>
</Field>
<Field Field_ID="Field 7">
<Action>Parse</Action>
<Delimiter>(07)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Quantity</InputField>
</Field>
<Field Field_ID="Field 8">
<Action>Parse</Action>
<Delimiter>(08)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Group Tag</InputField>
</Field>
<Field Field_ID="Field 9">
<Action>Parse</Action>
<Delimiter>(09)</Delimiter>
<Position />
<Length />
<Prefix />
<Postfix />
<InputField>Task</InputField>
</Field>
</Fields>
</Rule>
</Rules>
<Device type="DR5" profile="RG760 warehouse">
<!-- To be enhanced to include more connection types like Bluetooth Connection, UART, RS232, ... based on examples -->
<Connection type="UARTConnectionProcessor">
<DeviceIdentifier>
<!-- Allows identifying devices at runtime based on configuration properties | use one or more to identify a device -->
<Identifier name="Name">RG760</Identifier>
<!-- Reserved tags. this will be used in future for different device config-->
<Identifier name="Type" />
</DeviceIdentifier>
<Config>
<!-- Define operation mode; Rapid Read (Single) = 0, Rapid Read (Multi) = 1, Cycle Count = 2, Custom mode = 3 -->
<Param name="OperationMode">2</Param>
<!-- Use below params to configure custom mode. For other modes, params are pre-defined-->
<!--Reader timeout in milliseconds. Default timeout is 1000ms-->
<Param name="ReaderTimeout">1000</Param>
<!--Antenna ON time in milliseconds. Default value is 300ms-->
<Param name="OnTime">300</Param>
<!--Antenna OFF time in milliseconds. Default value is 300ms-->
<Param name="OffTime">300</Param>
<!--Power. Default value is 30-->
<Param name="Power">30</Param>
<!--Backscatter Link Frequency in Hz. Use 240KHz or 640KHz. Default value is 240KHZ-->
<Param name="BLF">240</Param>
<!--TARI - Type A Reference Interval in microseconds. Use 25usec, 12.5usec or 6.25usec
Default value 25usec-->
<Param name="Tari">25</Param>
<!-- Session number to use for inventory operation-->
<!-- Use 0 for S0, 1 for S1, 2 for S2 and 3 for S3-->
<!-- S2 - will read each tag once only-->
<Param name="Session">1</Param>
<!-- Tag encoding FM0, M2, M4, M8-->
<Param name="Encoding">M8</Param>
<!-- Target can be set to AB, BA, A or B-->
<Param name="Target">A</Param>
<!-- Q value - parameter used to regulate the probability of tag response.
Use Dynamic or Static.-->
<Param name="Q">Dynamic</Param>
<!--Set InitialQ (0 to 15) for static-->
<!--<Param name="InitialQ">1</Param>-->
</Config>
</Connection>
<StreamProcessor type="RG760StreamProcessor">
<DataParser>
<!-- Specify which rule name from scan parsing xml should be used when parsing RFID tags-->
<parseRule>parse_rule</parseRule>
</DataParser>
</StreamProcessor>
<MessageProcessor type="RG760MessageProcessor">
<!-- The following messages represent the various ranges that can be controlled via the UI | these are outbound -->
<Message type="Outbound" name="Range" value="30" />
<Message type="Outbound" name="Range" value="20" />
<Message type="Outbound" name="Range" value="10" />
</MessageProcessor>
</Device>
Also, refer to the following topics for more details: