|
|
@@ -107,15 +107,15 @@ class LoaderSystem:
|
|
|
async def _loader_loop(self):
|
|
|
while True:
|
|
|
|
|
|
- # await wait_for_enter()
|
|
|
- # # Feeding with MagDistributor
|
|
|
- # ###########################
|
|
|
- # self.logger.info("Homing the Magazin Distributor Axis...")
|
|
|
- # await self.mag_distributor.home()
|
|
|
- # self.logger.info("Picking up a cell from magazine and placing it into feeder using MagDistributor...")
|
|
|
- # self.mag_distributor.mag_to_feeder()
|
|
|
- # await self.feeder_queue.put(1)
|
|
|
- # self.logger.info("Done.")
|
|
|
+ await wait_for_enter()
|
|
|
+ # Feeding with MagDistributor
|
|
|
+ ###########################
|
|
|
+ self.logger.info("Homing the Magazin Distributor Axis...")
|
|
|
+ await self.mag_distributor.home()
|
|
|
+ self.logger.info("Picking up a cell from magazine and placing it into feeder using MagDistributor...")
|
|
|
+ self.mag_distributor.mag_to_feeder()
|
|
|
+ await self.feeder_queue.put(1)
|
|
|
+ self.logger.info("Done.")
|
|
|
|
|
|
await wait_for_enter()
|
|
|
# Prepare Feeder Cell
|