Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Improve integration of expander module #18

Open
7 tasks
falkoschindler opened this issue Nov 8, 2023 · 0 comments
Open
7 tasks

Improve integration of expander module #18

falkoschindler opened this issue Nov 8, 2023 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@falkoschindler
Copy link
Collaborator

falkoschindler commented Nov 8, 2023

  • When instantiating an expander module, the execution should wait until the expander has sent a Ready message.
  • When instantiating a proxy module, the execution should wait until the expander has sent a first broadcast message.
  • Later we could add constructor parameters for skipping the wait to save time when working with many expanders.
  • New methods like expander.await_ready() or proxy.await_broadcast() allow awaiting many expanders at once.
  • A new last_broadcast_age property can be used to define safety rules that stop the machine on connection loss.
  • Expressions for reading properties need to be evaluated at runtime, not at compile time (see PR Introduce property expression to avoid evaluating properties too early #51).
  • Some kind of heart beat message should make sure a lost connection to the expander is detected.
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant