HomeInterfacesRecipesChangelogFAQ
Log In
Interfaces

Port

Port properties

req_time:
The req_time property is an optional filter that restricts which task groups AutoStore will deliver to the Port.
AutoStore will only select task groups with req_time equal to or earlier than this property.

This property can be used to ensure that AutoStore only delivers high priority task groups to the port, since it
avoids delivery of task groups with req_time after the specified limit (port req_time).

select:
The select property is a collection of categories or a collection of Bin content codes. It controls which task
groups and Bins AutoStore will select to the Port.

AutoStore will only select task groups that belong to the specified categories, or Bins that have the specified
Bin content.

The maximum number of selected content codes or categories is 32

Selected Bin

When a bin is selected, multiple related state properties can be set.

selected_bin:
The selected_bin property is set to the bin_id returned by the openbin method.

The selected_bin property is cleared by the closebin, removebin, and closeport methods.

selected_task:
The selected_task property is set to the task_id returned by the openbin method.

The selected_task property is cleared by the closebin, removebin, and closeport methods.

selected_taskgroup:
The selected_taskgroup property is set to the task group to which the selected task belongs when
selected_task is set.

The selected_taskgroup property is cleared by the closebin and removebin methods if there are no remaining
tasks in the selected task group.

The selected_taskgroup property is cleared by the closeport method.

selected_shipment:
The selected_shipment property is set to the shipment to which the selected task group belongs when
selected_taskgroup is set.

The selected_shipment property is cleared by the closebin and removebin methods (in some implementations
it is not cleared until to the next openbin) if there are no remaining tasks in the selected task group, and there
are no remaining unselected task groups in the selected shipment that fulfills the select requirements that
were specified by the openport method.

The selected_shipment property is cleared by the closeport method.