Conveyor: SetNextConnection

Called to set the next transporter

The connections set using SetPreviousConnection and SetNextConnection are evaluated when product is placed on the conveyor. Any product on the conveyor when the connections are changed will use the old connections.

Function

void SetPreviousConnection (next: object, distance: double)

Parameters

Name Type Description
next Object The conveyor to set as the target, if target is ‘None’ set object to 0
distance Double The connection distance in the units chosen when the project was created (metres or feet)

Return Value

None