The Pick functionality manages the process of assigning work, and validating worker responses.
VP: Pick <Item Description>
VI: Got It
VP: Verify Inventory
VI: Pallet/Case <last 5 digits> confirm or loose confirm or ready to cut
VP: Invalid Case/Pallet <last 5 digits> (Only if validation fails)
VI: Yes Confirm or No Confirm
VP: Say Serial <n> (Only if serial inventory exists in location)
VI: Serial <last 5 digits> confirm
VP: Invalid Serial <last 5 digits> (If serial is not found)
VP: Already Pick Serial <last 5 digits> (If serial is already picked)
VP: Say Serial <n+1> (for next quantity)
VP: Say <tag attribute> (only if non-serial tracked tag inventory exists in location)
VI: Tag <last 5 digits> confirm
Refer to the VLP Bookshelf Guide.
Each VoxBlock contains a number of properties. However, activate the properties selectively depending on the type of workflow that you are configuring. This section discusses the Pick VoxBlock properties that are activated for the PICKING workflow.
When you click Pick VoxBlock, the Pick - VoxBlock Properties panel is displayed on the left side of the VoxStudio user interface, as shown in the following figure.
This panel is divided into the following three parts based on the functionality:
This is an outbound asynchronous event that notifies the Sterling Warehouse Management System of any exceptions encountered during the picking process. The following figure shows the SterlingWMS_PickException_85 transport associated to the Pick Exception Notification event. The YNW_PickException_85 service invokes the rejectTask API for pick tasks with zero short-pick quantity. The pick exception message for the rejectTask API will be lost if the Sterling Warehouse Management System server is down as VoiceLogistics Pro (VLP) does not have a backup or restart capability for event messages.
The following figure shows the registration of the Pick Exception Notification event with the SterlingWMS_PickException_91 transport.
This enables the incremental picking functionality in the workflow.
This enables the short picking functionality in the workflow.
This mandates entering a reason code for short picking.
Implementation Details:
This prompts task-related information, for example, item description, and task quantity. This also prompts about performing case, pallet, or lose picking. For code details, go to the following folder:
<Vox_Install>\vlp_core\src\voxexits\beforepickexit
Implementation Details:
This verifies the serial numbers, tag identifiers, and full LPN detection. For code details, go to the following folder:
<Vox_Install>\vlp_core\src\voxexits\afterpickexit