deod Posted June 7, 2023 Share Posted June 7, 2023 ConveyorLibrary.spfx Simple conveyor library with a merge controller, slug conveyor, Slug Node and a Photo Eye. Library has two example models. A MergeControllerModel and a PE_ExampleModel. Merge controller,Slug Conveyor and Slug Node are used together to develop a slug merge. ConveyorLibrary.spfx On the slug conveyor you can specify the size of the slug. Slug node controls when the next slug is to be released. As soon as last entity in slug crosses the slug node it will send a signal to merge controller to release the next slug. Ending node of the slug conveyor has to be a slug node. Conveyors before and after slug conveyor are regular conveyors. These objects have not be extensively tested. These can be used to develop other conveyor related objects. Link to comment Share on other sites More sharing options...
deod Posted June 8, 2023 Author Share Posted June 8, 2023 (edited) Updated version where slug conveyor can be used as a standalone slug build conveyor. Set the Merge property on the conveyor to False to use as standalone conveyor. Ending node for slug section should be a slug node. Make sure that the initial traveler capacity of the slug node should be 0. ConveyorLibrary _V2.spfx Edited June 8, 2023 by deod 1 Link to comment Share on other sites More sharing options...
jzhou Posted June 9, 2023 Share Posted June 9, 2023 Thank you Dear Devdatta Link to comment Share on other sites More sharing options...
Recommended Posts