Starting the CNC12 loader with a parameter?

Back when we used Mach4 we could pass the machine profile to Mach as a parameter and bypass the loader selection screen. Is that a feature available with the new AVID CNC12 loader?

1 Like

You can’t do that. What’s the goal here? To just skip the profile loading screen?

Yep. We’re a maker space with varying degrees of skills, expertise and curiosity with users of our cnc. We’d prefer that only certain people have access to the profile manager so we’ve written a VB application that’s the startup for the machine that presents an onscreen set of conditions for use (sacrificial spoilboards, reporting damage, cleanup procedures) that requires their acknowledgement then starts the AVID profile loader. We’d like to have it automatically load the defined profile.
To be clear only people who have taken our cnc class and have been checked out on the machine can use it, we just know that people being people, someone will want to fiddle with the software where they shouldn’t.

You can totally do this. Look in c:\cncm and there’s and exe file (cncm.exe) if you load that the last selected profile in the profile manager will load.

Thanks Eric. Didn’t find cncm but there’s a cncr that seems to work.

Sorry, CNCR is it.

Just be warned: That CNCM folder is actually a hardlink that we swap out when you change profiles. This actually may work to your advantage…

Whenever you change profiles the actual directly where that CNCM folder goes changes to match the profile you have set in the profile manager as “default”

So if you don’t want to use the profile manager just make sure the profile you want is set as “Default” and never open the profile manager again.

You can then open CNCR and it will load that profile.

Thanks Eric. This does work to our advantage.

Nice! Glad that helps!

This is awesome - I was looking for something like this for a while! Thank you very much Eric!

1 Like