|
@@ -124,11 +124,11 @@ class LoaderSystem:
|
|
|
self.mag_distributor.mag_to_feeder()
|
|
self.mag_distributor.mag_to_feeder()
|
|
|
await self.feeder_queue.put(1)
|
|
await self.feeder_queue.put(1)
|
|
|
await self.controller.prepare_feeder_cell()
|
|
await self.controller.prepare_feeder_cell()
|
|
|
- await self.controller.pick_cell_from_feeder()
|
|
|
|
|
- cell = Cell(id=1, status=CellStatus.WAITING)
|
|
|
|
|
- await self.controller.insert_cell_to_slot(cell, self.test_drop_slot)
|
|
|
|
|
- await self.controller.pick_cell_from_slot(self.test_pickup_slot)
|
|
|
|
|
- await self.controller.dropoff_cell()
|
|
|
|
|
|
|
+ # await self.controller.pick_cell_from_feeder()
|
|
|
|
|
+ # cell = Cell(id=1, status=CellStatus.WAITING)
|
|
|
|
|
+ # await self.controller.insert_cell_to_slot(cell, self.test_drop_slot)
|
|
|
|
|
+ # await self.controller.pick_cell_from_slot(self.test_pickup_slot)
|
|
|
|
|
+ # await self.controller.dropoff_cell()
|
|
|
|
|
|
|
|
# await wait_for_enter()
|
|
# await wait_for_enter()
|
|
|
# # Feeding with MagDistributor
|
|
# # Feeding with MagDistributor
|