CNCzone.com-The Largest Machinist Community on the net!



Home Page Mark Forums Read Today's Posts My Replies Classifieds Reviews Photo Gallery Web Links Share Files Advertise With Us Ad List
Go Back   CNCzone.com-The Largest Machinist Community on the net! > Machine Controllers Software and Solutions > Fanuc


Fanuc Discuss Fanuc controllers here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 09-27-2009, 03:23 AM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road
Fanuc 3M-C + Rotary?

Hi cnc entusiasts!

I have an old (very old), Kitamura Mycenter1 -83 with the Fanuc 3M-C control. Know the control is very old-fashioned but the Mill is in new condition and suited me and my space well.
Now i have plans about mounting a 4'th - rotary axle. Offcourse not an "true" 4'th axis when i dont have a 4'th channel (was there any on the 3M?).
What i want is a "stand alone" rotary table - control for divisions, but i really would want it to be connected to the Fanuc control for "start" and "done" signals.

My plan is to buy the Divisionmaster indexercontrol (Tony Jeffree / Model Engineers Digital Workshop) and connect it to my Vertextype 8-inch rotary table with an steppermotor.
Unfortunately, i don't know anything about the electronics, ladders and input / outputs etc...

My thinking of it is if it can be done with sending signals / M-codes between these units like i want for indexing...
Have been told that it maybe can be done with the "I/O - channel parameter" and RS232 cable and that i also would need "spare input / outputs" on the fanuc control...
There is a "D" socket on the Divisionmaster for external step and direction signals from a 4th channel alternative, + / - and active signals that would need the "spare inputs and outputs" on the Fanuc...?

Can you Fanuc gurus help me with info on this or is it impossible on the 3M-C control.... (i sure don't hope so).
It would be so nice to have parts with many different divisions produced by "working together" controls!

I have all the books - schematics for the mill and control if that can be to help.

With "high hopes" - Joakim, from Sweden.
Reply With Quote

  #2   Ban this user!
Old 09-27-2009, 10:34 AM
 
Join Date: Nov 2006
Location: Bulgaria
Posts: 162
f-bu is on a distinguished road

For 3M, even 3MC, it is quite difficult to add even index table. Serial channel is not accessible via PMC, the only alternative is to use parallel I/O. You will need 16 outputs for 359,99 position a start output and finish input. Hope you have PC-2 board installed and have at least one honda connector free.
If you want to use the rotary table as A axis only, you can think on connecting it as Y axis temporary. It will be quite long changing procedure, but... it works. The cost will be the cost of the motor and maybe an additional servo drive control board or drive. With it you will be able to switch faster, as each board will store the settings for Y and A. And well, motor should be Fanuc or compatible, with 2000 ppr pulsecoder, same voltage as Y axis motor.
Reply With Quote

  #3   Ban this user!
Old 09-27-2009, 11:30 AM
 
Join Date: Sep 2005
Location: USA
Age: 60
Posts: 755
Dan Fritz is on a distinguished road

Do you have the option "User Macro B"? If you do, then you will be able to connect a rotary axis that takes serial (RS232) commands.

Most system 3M-A and 3M-B controls did not come with Macro B, but I believe that the 3MC had the option available. You may be able to have it installed by Fanuc or by a retrofitter at a lower cost than trying to edit the ladder.

Try this experiment: Try to enter a program that has the User Macro B commands:

O0001 ;
POPEN ;
DPRNT[HELLO] ;
PCLOS ;
M30 ;
%

if the program appears like shown above, you may have the option and you can then try to connect a PC to the serial port and see if the 3M is sending the word "HELLO" out the serial port every time you run this program. That would be good news, because now you can just connect a serial rotary axis to your machine using a serial cable.

If the Fanuc shows the Macro statements with spaces in between the letters, like so:

O0001 ;
P O P E N ;
D P R N T[HELLO] ;
P C L O S ;

... then you dont' have the Macro B option, and will have to find someone who can install it for you.

When connecting a PC to your Fanuc, use a standard "9-to-25 NUL MODEM" cable, and set your PC to receive data at the same baudrate that the Fanuc is set for. You can see the Fanuc's baudrate setting in parameters 068 and 069. The baudrate set in parameter 068 is effective if the setting bit marked "I/O" on the setting screen is set to "0", and parameter 069 is effective if the "I/O" setting bit is set to "1". Any DNC program or Hyperterminal can be used to make this test.

If the Fanuc can send DPRNT data from the program using Macro B, then the rotary axis could be moved by making a command like so:

POPEN ;
DPRNT[C180.000] ;
PCLOS ;

There are many types of rotary axes and curvic-coupling type indexers available that can take an RS232 command. Each one may require a slightly different motion command in the DPRNT statement, but they'll all work in a similar way.
Reply With Quote

  #4   Ban this user!
Old 09-27-2009, 02:52 PM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road

Thank you very much f-bu and Dan Fritz for your reply!
A Fanuc motor and servo would be to expensive for me i'm afraid...

I realy hope that i have the Macro option that you meantion Dan. I will check it as soon as possible (don't have the mill at home). Have read your inputs here about Fanuc controls and are very impressed of your knowledge and "kindness" to help!!!

In my advertising millbrochure the "Custom User Macro" stands under "Options", as you say and in the Operators manual it says: Additional Option No. (15) Custom macro.
I don't know if i have it but i quote the text:

It is available to create specific function by the machine tool builder or user. The following functions can be used:
(1) Variable
(2) Arithmetic operation function
(3) Conditional branch function
(4) skip function

I already have a PC connected to send programs to the Control with RS232. Parameter 068 and 069 is 4800 (I/O set at "0"). A "9-to-25 NUL MODEM" cable, i don't know...?

IF the macro option works, i in other words can't use the divisionmaster control because it's "D"-socket is NOT an RS232 port..? (manual: http://medw.co.uk/storage/attachment...nual-LSCES.pdf )

I've really searched after a control like this and thougt that the divisionmaster was both at a "decent" price and with all the functions... But i will first check the macro option...
Reply With Quote

  #5   Ban this user!
Old 09-27-2009, 03:55 PM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road

Daamn it..... I couldn't wait to tomorrow and drove to the garage and did the macro test...
Didnt get in the hole prg. and there was spaces between the letters. I also get 073 alarm: "The commanded program has already been used", but i't wasent!
I was worried about it because the control don't accept text / comments in ( ) either... I can't get the "menu-programming" and "parts count / cycle time" display to work either. I would really want those options but that would be hard with this old control (hasent G54 - G59 either)!?
Well, it looks like it will be to complicated and expensive with this so i'm forced to have a divisionmaster as a "stand-alone" control....
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 09-27-2009, 07:53 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

Don't know much about this machine

but another option if you have a spare m-code (check your electrical manual and ladder)

Is a programmable indexer. where you preset all the moves on the rotary axis then call an m-code to move to the next position.

The type of m-code for safe operation must have a finish signal

for unsafe operation it doesn't need this you can use a dwell in the program
and any m-code with an external signal output can be modified to suit
__________________
***********************************************************
*~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
***********************************************************
*__________If you feel inclined to pay for the support you receive__________*
*_______Please give to charity http://www.oxfam.org/en/getinvolved_______*
***********************************************************
Reply With Quote

  #7   Ban this user!
Old 09-28-2009, 04:27 PM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road

That is exactly what i want! A simple soulution / connection with a programmable division-control (like divisionmaster) for start & done "controlsignals". It would function with a dwell also instead for the finish signal!

The question is if i have spare m-codes!? The Fanuc manual refers to the machine tool builder's manual, and the machine builders electorical circuit just says that The M20 - m23 is option. Just like it says about time counter and prg.end, that i don't have....
I guess that the only thing is to try out the codes in a program, or must i measure out signals then?
Reply With Quote

  #8   Ban this user!
Old 09-28-2009, 06:07 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

If your machine doesn't have any spare m-codes

You have the option of re engineering a current m-code IE re routing the coolant on m-code to operate the programmable indexer.
You need a m-code that you don't use that has an output signal to a relay coil.

Using an already existing spare m-code.

Or asking a company to modify the machine to give you a spare m-code

The only thing you really need to watch out for is, that the output signal must match the necessary requirements for the programmable indexer. E.G. length of time, is it on permanently until the m-finish signal is given, voltage
__________________
***********************************************************
*~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
***********************************************************
*__________If you feel inclined to pay for the support you receive__________*
*_______Please give to charity http://www.oxfam.org/en/getinvolved_______*
***********************************************************
Reply With Quote

  #9   Ban this user!
Old 09-29-2009, 01:03 AM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road

Alright, thank you for your advice MysticMonkey, that sounds good!
Haven't got the books here at my work but i belive there was 3 different coolants but i only use one (M8-M9). There were also "pallet"-codes but i dont have any pallets.
Can i re-engineering parameters for this myself (if it needs) ?

Do i connect wires (that leads to indexer) directly on the fanuc-relay?

The divisioncontrol external connection, that i want to use have the range of 0-5V. Can that match or Fanuc use higher signalvolts?

Is there any way to test the spare M-codes?

Big thanks for all your info to a novis like me! I'l hope i learn more.
Reply With Quote

  #10   Ban this user!
Old 09-29-2009, 01:16 AM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

I would advise against using the pallet change m-codes because these will be linked to many more inputs and outputs in the PLC for safety and automation reasons.


To check the coolant m-code the easiest way would be to take a photo (or remember) the output relays in the electrical cabinet. Run the M-Code perhaps put a dwell first go round the back and look/listen for a relay that is changing.

Or look in your electrical manual

Then you need to measure the voltages with a multimeter, possibly alter the signal voltages by fitting another power source .

There may be some technical difficulties with signal duration only a test will show.

I would advise getting it installed by some one local with the necessary experience.
__________________
***********************************************************
*~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
***********************************************************
*__________If you feel inclined to pay for the support you receive__________*
*_______Please give to charity http://www.oxfam.org/en/getinvolved_______*
***********************************************************
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 09-29-2009, 04:07 AM
 
Join Date: Mar 2008
Location: Sweden
Age: 40
Posts: 135
Swemill is on a distinguished road

Ok, thanks, Understand your worries about me connecting it... =)

ONE more thought from me... I belive i can fix the start signal from fanuc to divisioncontrol, but to pause prg. and from divisioncontrol a "done" signal (when "A" axis is in position) to continue fanuc program..?

Couldn't i as "done"-signal just fool the mill to belive that i've pressed the start button?
Like this:

1. M? (spare M-coolant code for signal to division-movement)
2. (possibly M09 ?, to shut of the M-signal again.)
3. M01 (prg. pause for time to "A"-axis movement)
4. M-code / signal from divisioncontrol to start cnc prg. again. Connected to "memory-start" button on cnc = mill belive i've pressed start
after the M01.

Maybe stupid, but a thougt i belive could work.... IF i can control the "cycle-start" button with a signal!

What do you say MysticMonkey?
Reply With Quote

  #12   Ban this user!
Old 09-29-2009, 06:15 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

theoretically yes, it sounds like it will work.



But I cannot condone automating the cycle start button and you should worry about applicable health and safety laws in your country.

that said and done you will have to check the output signal from the programmable indexer hopefully it will just switch a supply voltage from the CNC.

and the programmable indexer might supply the m-code signal voltage.
__________________
***********************************************************
*~~Darwinian Man, though well-behaved, At best is only a monkey shaved!~~*
***********************************************************
*__________If you feel inclined to pay for the support you receive__________*
*_______Please give to charity http://www.oxfam.org/en/getinvolved_______*
***********************************************************
Reply With Quote

Reply




Currently Active Users Viewing This Thread: 1 (0 members and 1 guests)
 
Thread Tools Search this Thread
Search this Thread:

Advanced Search
Display Modes

Posting Rules
You may not post new threads
You may not post replies
You may not post attachments
You may not edit your posts

BB code is On
Smilies are On
[IMG] code is On
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On


Similar Threads
Thread Thread Starter Forum Replies Last Post
Rotary ? penjas14 Haas Mills 3 03-08-2009 10:42 PM
Need Help!- Fanuc 15MB and Rotary Axis garysparks Fanuc 4 01-30-2009 07:15 AM
hrs 310 rotary anslee Haas Mills 0 11-19-2008 09:30 AM
Rotary Table Interface on Fanuc OM/C: Do I need new firmware? inthezone General Electronics Discussion 1 10-16-2008 02:30 PM
rotary help dpark1 Mastercam 1 09-10-2007 07:35 PM




All times are GMT -5. The time now is 10:00 PM.





Powered by vBulletin® Version 3.8.7
Copyright ©2000 - 2012, vBulletin Solutions, Inc.
Content Relevant URLs by vBSEO
Template-Modifications by TMS

1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361