- Other Stuff
- Off Topic and Test Posts
- Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
22 Jul 2026 02:39 #347943
by rodw
Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10 was created by rodw
Just putting this out there as advance notice. 27 July 11:00am Brisbane, Australia time GMT+10:00
I was approached by Freecad Developer Brad Collette to discuss work he's done to bring MTconnect and LinuxCNC. He and I are going to do a Podcast style discussion on this topic.
youtube.com/live/b_S-p2nylr8
I've never done anything like this and if nothing else it should be worth a laugh seeing if I can put it together with me in Australia and Brad in the USA!
MTconnect is a standards based system used by all of the major CNC machine manufacturers that publishes read only machine parameters. I was blown away how MTconnect saved an automotive factory from incurring downtime costing $1.8m just because the data showed a motor on a CNC machine was failing..... So I for one is keen to hear what Brad has to say...
I was approached by Freecad Developer Brad Collette to discuss work he's done to bring MTconnect and LinuxCNC. He and I are going to do a Podcast style discussion on this topic.
youtube.com/live/b_S-p2nylr8
I've never done anything like this and if nothing else it should be worth a laugh seeing if I can put it together with me in Australia and Brad in the USA!
MTconnect is a standards based system used by all of the major CNC machine manufacturers that publishes read only machine parameters. I was blown away how MTconnect saved an automotive factory from incurring downtime costing $1.8m just because the data showed a motor on a CNC machine was failing..... So I for one is keen to hear what Brad has to say...
The following user(s) said Thank You: tommylight, meister, NWE
Please Log in or Create an account to join the conversation.
- rhscdn
- Offline
- Senior Member
-
Less
More
- Posts: 44
- Thank you received: 7
22 Jul 2026 13:02 - 22 Jul 2026 13:16 #347958
by rhscdn
Replied by rhscdn on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Hey Rod,
Beyond the YT link, where can I find a bit more info on MTconnect? Not sure if what I'm finding in google is the best resource.
I found the info I was looking for. Given how general a controller LinuxCNC is, it looks like every class of machine (router, mill, lathe, arm, etc) would need its own MTConnect Adapter type but you could probably generalize the agent.
Cheers
I found the info I was looking for. Given how general a controller LinuxCNC is, it looks like every class of machine (router, mill, lathe, arm, etc) would need its own MTConnect Adapter type but you could probably generalize the agent.
Cheers
Last edit: 22 Jul 2026 13:16 by rhscdn.
Please Log in or Create an account to join the conversation.
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
22 Jul 2026 21:48 #347969
by rodw
Replied by rodw on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Yes, it will be interesting to see Brad's working proof of concept in the podcast. I have a feeling the python interface provides the basis of a generic adapter so your concerns about the class of machine is probably not relevant.
I did find a 6 video tutorial series on MTconnect which I watched
I did find a 6 video tutorial series on MTconnect which I watched
Please Log in or Create an account to join the conversation.
- rhscdn
- Offline
- Senior Member
-
Less
More
- Posts: 44
- Thank you received: 7
23 Jul 2026 13:46 - 23 Jul 2026 13:54 #347994
by rhscdn
Replied by rhscdn on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
At the risk of dating myself, MTConnect reminds me of an old project (ganglia) which was originally used in academic high-performance computing environments to monitor distributed compute nodes. These ideas led to the modern data-center and eventually bormon/prometheus for large-scale infrastructure monitoring. It's a similar problem. Lots of vendors with proprietary hardware all reporting data. Aggregating it is a PIA.
Last edit: 23 Jul 2026 13:54 by rhscdn.
Please Log in or Create an account to join the conversation.
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
24 Jul 2026 08:32 #348025
by rodw
Replied by rodw on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Yeh, come along and we'll find out together. Dated ot not, adoption by Mazac, Siemens, Fanuc et al does give a platform for industry. BUt collection of data for statistical evaluation is saving some plants a lot of money by preventing unscheduled failures when for example an increase in motor torque is reported. In one case downtime was $1.7m per hour if the plant had a shut down.
Please Log in or Create an account to join the conversation.
- meister
- Away
- Platinum Member
-
Less
More
- Posts: 763
- Thank you received: 479
31 Jul 2026 07:34 #348272
by meister
Replied by meister on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
He's done a really great job with his MTconnect;
it works perfectly, so I integrated it directly into my riocore system as a plugin.
It would be nice if there were a dedicated repository for it.
it works perfectly, so I integrated it directly into my riocore system as a plugin.
It would be nice if there were a dedicated repository for it.
The following user(s) said Thank You: rodw
Please Log in or Create an account to join the conversation.
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
31 Jul 2026 09:40 #348276
by rodw
Replied by rodw on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Yes its pretty cool. His repo is here github.com/sliptonic/linuxcnc/tree/feature/mtconnect-agent
I've added this link to the video description (and installed it on my machine including a Home Assistant panel)
I have asked in another thread if anybody has a 3 axis vismach model we could use in our PR to linuxCNC
The next step is to discuss with the devs how best to package this. My thought is to have a userspace driver that you added to your Hal file something like:Because all parameters are contained in the ini file, I think this approach will require passing the ini file name to the driver.
I've added this link to the video description (and installed it on my machine including a Home Assistant panel)
I have asked in another thread if anybody has a 3 axis vismach model we could use in our PR to linuxCNC
The next step is to discuss with the devs how best to package this. My thought is to have a userspace driver that you added to your Hal file something like:
loadusr -W MTconnect mtconnect.iniPlease Log in or Create an account to join the conversation.
- meister
- Away
- Platinum Member
-
Less
More
- Posts: 763
- Thank you received: 479
31 Jul 2026 09:49 - 31 Jul 2026 09:57 #348278
by meister
Replied by meister on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
I've already found the repo, but it would be better if it were separate from the LinuxCNC source—that's what I meant by having its own repo.
It would also be cool if you could pass in additional HAL signals, like sensors or 'door-open' inputs.
EDIT:
My first AI project (A simple status page for MTConnect):
github.com/multigcs/riocore/blob/dev/rio...nect/files/stat.html
to test it, you can simply overwrite the twin.html file with it.
It would also be cool if you could pass in additional HAL signals, like sensors or 'door-open' inputs.
EDIT:
My first AI project (A simple status page for MTConnect):
github.com/multigcs/riocore/blob/dev/rio...nect/files/stat.html
to test it, you can simply overwrite the twin.html file with it.
Attachments:
Last edit: 31 Jul 2026 09:57 by meister.
Please Log in or Create an account to join the conversation.
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
31 Jul 2026 11:16 #348280
by rodw
Replied by rodw on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Attachments:
The following user(s) said Thank You: meister
Please Log in or Create an account to join the conversation.
- rodw
-
Topic Author
- Offline
- Platinum Member
-
Less
More
- Posts: 12059
- Thank you received: 4116
02 Aug 2026 00:07 #348357
by rodw
Replied by rodw on topic Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
There is a PR submitted now into LinuxCNC's core. It would be great if you could add your feedback there github.com/LinuxCNC/linuxcnc/pull/4318He's done a really great job with his MTconnect;
it works perfectly, so I integrated it directly into my riocore system as a plugin.
It would be nice if there were a dedicated repository for it.
Please Log in or Create an account to join the conversation.
- Other Stuff
- Off Topic and Test Posts
- Livestream Discussing LinuxCNC and MTConnect 27 July 2026 11:00am GMT+10
Time to create page: 0.245 seconds