Message
- ALS
- Offline
- New Member
-
Less
More
- Posts: 5
- Thank you received: 1
30 Jun 2026 18:34 #347421
by ALS
Message was created by ALS
hi guys, I would like to know how to generate more than 16 messages; when I generate the seventeenth message, Linux throws an error.Tanks
Please Log in or Create an account to join the conversation.
- Aciera
-
- Offline
- Administrator
-
Less
More
- Posts: 4727
- Thank you received: 2118
30 Jun 2026 18:53 - 30 Jun 2026 19:05 #347422
by Aciera
Replied by Aciera on topic Message
Seems the component is setup to only handle a maximum of 16 messages:
github.com/LinuxCNC/linuxcnc/blob/master...nts/message.comp#L90
Note that there is an enhanced message component in master that supports up to 64 messages which you might be able to install on your system using the 'halcompile' tool. (this tool will require installation of the 'linuxcnc-dev' package)
github.com/LinuxCNC/linuxcnc/blob/master...ponents/pushmsg.comp
github.com/LinuxCNC/linuxcnc/blob/master...nts/message.comp#L90
Note that there is an enhanced message component in master that supports up to 64 messages which you might be able to install on your system using the 'halcompile' tool. (this tool will require installation of the 'linuxcnc-dev' package)
github.com/LinuxCNC/linuxcnc/blob/master...ponents/pushmsg.comp
Last edit: 30 Jun 2026 19:05 by Aciera.
Please Log in or Create an account to join the conversation.
Time to create page: 0.086 seconds