Robot to CNC handshake
Moderators: Martin, Steve, Mr Magoo
-
- Posts: 4
- Joined: Sat 20 Apr , 2013 23:33 pm
- Hardware/Software: Allen Bradley, NovaMill
Robot to CNC handshake
Hi.
Our class has built a work cell with a MotoMan robot, and a NovaMill.
We're all done with the MotoMan and trying to get the remote control to the NovaMill working.
I looked up the M62/M64 details, and how to send a file.
MCode would be quicker... I see in the CIM manual I need to set Parameter 450, bit 7 to 0 to enable those MCodes.
Ahem. Where do I do that? And then which pins in the controller does that trigger?
We already did a test run, and executing M62 didn't turn any of the AUX pins on.
Our class has built a work cell with a MotoMan robot, and a NovaMill.
We're all done with the MotoMan and trying to get the remote control to the NovaMill working.
I looked up the M62/M64 details, and how to send a file.
MCode would be quicker... I see in the CIM manual I need to set Parameter 450, bit 7 to 0 to enable those MCodes.
Ahem. Where do I do that? And then which pins in the controller does that trigger?
We already did a test run, and executing M62 didn't turn any of the AUX pins on.
Re: Robot to CNC handshake
The parameters you mention are for a full Fanuc control which was never fitted to a Novamill.
The Auxilaries on the Novamill were a option but are shown on the electrical drawings if you need to fit them.
You do not need to set anything to enable them.
The Auxilaries on the Novamill were a option but are shown on the electrical drawings if you need to fit them.
You do not need to set anything to enable them.
-
- Posts: 4
- Joined: Sat 20 Apr , 2013 23:33 pm
- Hardware/Software: Allen Bradley, NovaMill
Re: Robot to CNC handshake

My Instructor thought that perhaps the v.2 of the software didn't have an optional software package needed to use the Aux MCodes.
Setting the code in the NC program didn't activate the Aux pins according to the DMM.
Was there an optional package needed for that ?
Do you have any sample NC programs that show using M62 ? My Instructor set M62 at the end of the "safe" line.
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
Re: Robot to CNC handshake
It looks as though M62 is supported in v2 milling (I checked Novamill.mnt and NovamillNS.mnt one of which will be the logic file it uses for your machine)
One of the mints requires CIM mode to be enabled. That will be set in parameters and activated with one of these options:
(The password to edit parameters is denny btw)
One of the mints requires CIM mode to be enabled. That will be set in parameters and activated with one of these options:
(The password to edit parameters is denny btw)
- Attachments
-
- CimMode.png (20.66 KiB) Viewed 7385 times
-
- Posts: 4
- Joined: Sat 20 Apr , 2013 23:33 pm
- Hardware/Software: Allen Bradley, NovaMill
Re: Robot to CNC handshake
Well, that should make the Instructor happy.
Password "denny".
Got it.

Password "denny".
Got it.

-
- Posts: 4
- Joined: Sat 20 Apr , 2013 23:33 pm
- Hardware/Software: Allen Bradley, NovaMill
Re: Robot to CNC handshake
Denford Admin wrote:It looks as though M62 is supported in v2 milling (I checked Novamill.mnt and NovamillNS.mnt one of which will be the logic file it uses for your machine)
One of the mints requires CIM mode to be enabled. That will be set in parameters and activated with one of these options:
(The password to edit parameters is denny btw)

I emailed this fine explanation to my Instructor, but when I got to class he said it didn't work.
Apparently, the Parameters screen only went up to M8, and stopped.
I found another thread that mentioned "Hopefully the fanuc pmc logic in your machine has the CIM auxiliary I/O code in it".
Ah... could it be that we don't have the full software package? Can't turn on the CIM mode if it doesn't show in Parameters.
Re: Robot to CNC handshake
Are you running VRMilling version 2.31?
If not you can download it from the Denford website. Make sure you have the licence disc or dongle first though.
If not you can download it from the Denford website. Make sure you have the licence disc or dongle first though.
- Denford Admin
- Site Admin
- Posts: 3649
- Joined: Fri 10 Feb , 2006 12:40 pm
- Hardware/Software: Go to User Control Panel > Profile
Enter as much information about your CNC hardware and software as you can - it makes it easier for everyone to know what you're talking about then. - Location: Sunny Brighouse
- Contact:
Re: Robot to CNC handshake
The mcodes in the list are nothing to do with it,
I meant that turning on one of these options will enable M62 in the machine logic:
CIM RS232 input #
Remote control cycle # (think it'll be this one)
Remote control vice #
The mcode does not have to be listed in parameters, you can program any code whether it's in the list or not.
All the list does is enable an mcode in the control panel's drop down list.
I meant that turning on one of these options will enable M62 in the machine logic:
CIM RS232 input #
Remote control cycle # (think it'll be this one)
Remote control vice #
The mcode does not have to be listed in parameters, you can program any code whether it's in the list or not.
All the list does is enable an mcode in the control panel's drop down list.