Logistic actions are used in the logistic environment where meta data, e.g. barcodes, is used to start recording events. Later, a research on the barcodes is done to show the scanning operation in the recorded images. To speed up the search, a CRC32 checksum is used as a hash and serves as a foreign key of the event startd. The foreign key is indexed in the event table an can therefore be found much faster than a lookup on the string itself. Additional parameters are used to notify positioning information since the assignment of scanning and recording camera is often done according to the position of the scanner.
Action name:LogBarcodeData(Barcode, Hash, Scanner, AreaID, AreaName, Channel, TimeStamp)
Action category: notification
Logistic barcode data .
| Parameter | Function | |
|---|---|---|
| barcode | Barcode | Barcode. |
| hash value | Hash | Hash value of barcode (Optional) |
| scanner name | Scanner | Scanner name or IP Address (Optional) |
| area number | AreaID | Global number of area for event mapping (Optional) |
| area name | AreaName | Area name (Optional) |
| channel | Channel | Global number of a media channel for mapping (Optional) |
| time stamp | TimeStamp | Time stamp (Optional) |
Action name:LogBarcodeDataLPS(Barcode, Hash, Scanner, AreaID, AreaName, Channel, TimeStamp, X, Y, Z, LpsTagID, LpsStatus, LpsCellID, LpsAreaID, UserParam)
Action category: notification
Logistic barcode data including positioning and area information.
| Parameter | Function | |
|---|---|---|
| barcode | Barcode | Barcode. |
| hash value | Hash | Hash value of the barcode (Optional) |
| scanner name | Scanner | Scanner name or IP Address (Optional) |
| area number | AreaID | Global number of area for event mapping (Optional) |
| area name | AreaName | Area name. (Optional) |
| channel | Channel | Global number of a media channel for mapping (Optional) |
| time stamp | TimeStamp | Time stamp (Optional) |
| X coordinate | X | X coordinate of the position query (Optional) |
| Y coordinate | Y | Y coordinate of the position query (Optional) |
| Z coordinate | Z | Z coordinate of the position query (Optional) |
| LPS tag ID | LpsTagID | Tag ID of the positioning system (Optional) |
| LPS status | LpsStatus | LPS status of the position query(Optional) |
| LPS cell ID | LpsCellID | Cell ID of the positioning system (Optional) |
| LPS area ID | LpsAreaID | Area ID of the positioning system (Optional) |
| User param | UserParam | User param for internal use (Optional) |
Action name:LogNPRRecognition(PlateNo, Hash, Country, Channel, TimeStamp, Restriction, Category)
Action category: logical
Log NPR recognition.
| Parameter | Function | |
|---|---|---|
| plate no. | PlateNo | Recognized plate no. |
| hash value | Hash | Hash value of the recognized plate no. (Optional) |
| country | Country | Country (Optional) |
| channel | Channel | Channel (Optional) |
| time stamp | TimeStamp | Time stamp (Optional) |
| restriction | Restriction | Restriction of recognized number (Optional) |
| category | Category | Category of recognized number (Optional) |