Skip to content

jaeger 0.3.0

Compare
Choose a tag to compare
@albireox albireox released this 13 Nov 18:29
d5dc6a4
  • Change file layout to include a positioner ID.
  • Add command SetCurrent.
  • Modify jaeger CLI command to use async def and await.
  • Add is_bootloader to output of status command.
  • #24 (with #28) Initial implementation of WAGO PLCs and associated actor commands.
  • #12 Initial but fully functional implementation of TCP/IP actor.
  • 🐛 #39 Use loop.create_task instead of asyncio.create_task in Poller, which seems to fix using jaeger in IPython.
  • #40 Allow to instantiate an FPS without a WAGO connection.
  • #37 Support power cycling a PLC.
  • ♻️ #22 Moved some configuration parameters under positioner.
  • #29 Output WAGO status on a timer.