Overview about control module inner workings #406
BenediktBurger
started this conversation in
Show and tell
Replies: 2 comments
-
Yes this is it. I usually use this representation for explanation for the user: maybe we could put your diagram (or a clearer view of it as I find difficult to read the one you produced with this github extension). Do you know diagrams: https://diagrams.mingrammer.com/docs/getting-started/examples? |
Beta Was this translation helpful? Give feedback.
0 replies
-
@malik-irain could you have a look at simple working diagram to highlight inner workings of the control module: from the API to the inner plugin things? |
Beta Was this translation helpful? Give feedback.
0 replies
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
-
I found it difficult to grasp, how the different parts of a control module work together: where does the plugin defined part fit in, where is which thread, how do they communicate.
This is my summary as I understand it and how they communicate (from BenediktBurger#2).
Legend:
init_hardware
) are methods(slots)status_sig
) are signals with their respective typeDAQ_Move.hardware == DAQ_Move_Hardware()
Beta Was this translation helpful? Give feedback.
All reactions