Wanted to ask about configuring the cnc 12 software.
I really liked the LUA in Mach 4, and had built a camera plug in to view different angles, and ship to a stream service.
Kind of wondering what people are doing here.
I don’t really see any way to add a window add-on like mach 4.
New EX Controller frees up a lot of PC concerns on load, so I can potentially run a streaming software, and tie in some computer vision automation, or just gather machine learning data.
I am gathering that I may need to build a C# shell and just use the API to report back data points on the fly instead?
My home network lab has a bit of self hosted services that I could tie into the jobs and such, anyone trying this kind of thing or have knowledge of interesting self hosted companions?
Hey Eric, it would be awesome to have a good video overview of the build process to make an app and use the API. I have been looking for one for a while but I’ve only seen one, and it isn’t very good.
Something thats geared to non SW engineers and not C++
Right now it’s pretty early stage, Centroid doesn’t even have an official wrapper. As a developer you need to roll your own for whatever language you want to develop in
This is about the most information you can find right now.
Our ATC app works over this new API, so that can give you a little glimpse into whats possible/coming.
The stack for our app is a small local web server that handles sending information to and from the API, Electron actually renders the app (it’s a local Chrome instance with all of the buttons removed)
The web app renders the UI you see. The UI is just a webpage with some javascript sprinkled in.
The bar for casually diving in is a bit high, but it is possible to replace the entire UI. I’ve been hacking around with some fun stuff lately.