TitlTraySorter: InductProduct
Called to add a product item to the sorter on a specific tray
The user can pass zero as the argument for product, in this case the sorter will automatically create product on the specified cell as long as the cell is not occupied and valid.
The function call will fail to add a product on the cell if the specified cell is already occupied or the trayIndex value is invalid. It is the user’s responsibility to check the cell is free (GetProductOnTray) before inducting.
Function
void InductProduct(product: Product, trayIndex: integer)
Parameters
Name | Type | Description |
---|---|---|
product | Product | Product object to add to the sorter |
trayIndex | Integer | Index of the tray that the product will be placed on. See note at the bottom of the page. |
Return Value
None