-
Notifications
You must be signed in to change notification settings - Fork 1.3k
Architecture LinuxCNC-block-diagram - update #3718
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
base: master
Are you sure you want to change the base?
Conversation
|
I am surprised to see spindles in EMCIO. I am pretty sure those are in EMCMOT. So the whole EMCIO block is probably not there any more. |
|
I am interested only aboat 2.10 version. I made quick modification:
If I understand correctly, here are the HAL pins of the TASK: linuxcnc/src/emc/task/taskclass.cc Lines 46 to 70 in 764655e
|
|
Yes, though the lube pins don't exist any more. (They didn't have any useful behaviour) The tool-change pins are missing from the diagram. (change / changed and number for both tools and pockets). They always have been despite being the main point of emcio. |
|
@c-morley disagrees with me that HALUI should not be associated with GUI
I understand the functional reasons, but I would be interested in others' opinions from the perspective of preserving the architecture. |
|
If we are going to replace this diagram I suggest to
|
|
HALUI should not really be in this view. |

I tried to update the block diagram of the LinuxCNC architecture. I would like the image to include both the ideal state and the current unwanted state that has arisen.
I am currently observing that some problems are being solved at the frontend level, instead of being solved at the background level.
When I started with LinuxCNC, I was missing a display where the HAL is. So I drew it.
If anyone knows how other parts of LCNC should work that would be good to draw. Feel free to send them to me drawn with a pencil on paper and photographed with a mobile phone. I can then draw them in the image.
I will be happy if there is a discussion about my proposal.