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 08-20-2010, 05:22 AM
 
Join Date: Sep 2009
Location: USA
Posts: 74
jvangelder is on a distinguished road
How to interface 3rd party products with Fanuc controler directly

Is it possible?. Ive seen some products such as tool breakage detectors, touchoff probes have all their supporting hardware on one board or a 'box' and then just a few wires have to tie into the factory hardware.

I need some way to either read a parameter, or have an M/G/Whatever code have control of an output. the output can be a varying voltage, frequency etc, doesn't matter what it is as long as its scalable with a few hundred value's available. Whatever it is i need to be able to control it from an NC program.

If dug though the manuals and poked around in machines after hours but haven't seen anything really obvious. I plan on speaking with the company who resell's machines to us but figured id ask here as well.

-Jacob
Reply With Quote

  #2   Ban this user!
Old 08-20-2010, 09:07 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Not sure exactly what you need but you can read the values of parameters in the machine. You can read the values of most of the input/output values that are setup.

You can setup a custom M or G code in order to run macro program to check the values of these parameters.

What exactly are you trying to do?

Stevo
Reply With Quote

  #3   Ban this user!
Old 08-20-2010, 09:10 AM
 
Join Date: Apr 2009
Location: Canada
Posts: 363
memoryman is on a distinguished road

We have done some interesting interfacing with a variety of Fanuc controls. Rather then typing all day (with two fingers!), call me and we'll see how we can help you.
Bill Peiman
Tulip Electronics Inc.
289 389 6117
Reply With Quote

  #4   Ban this user!
Old 08-20-2010, 09:31 AM
 
Join Date: Feb 2009
Location: usa
Posts: 2,917
underthetire is on a distinguished road

Probes, tool breakage, all use either a skip signal or high speed skip signal, not what your looking for. I believe to get what you want, you would have to modify the ladder and parameters to control with an additional axis, and use a 0-10v dac.
Reply With Quote

  #5   Ban this user!
Old 08-20-2010, 11:36 AM
 
Join Date: Apr 2010
Location: usa
Posts: 2
gradhugh is on a distinguished road
How to interface 3rd party products with Fanuc controler directly

Not quite sure what you are asking. I have a Renshaw probing system on my machine with a fanuc controller. I am using there software to probe a certain piece after I cut it. I then have the results I seek outputed to my macro variables for viewing after the program is complete. Like you, I am also flexible within a few thousandths. I keep my probe regularly calibrated to achieve these results and never had a problem.

You do need a basic understanding of Macro porgramming to be able to do this.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 08-20-2010, 12:21 PM
 
Join Date: Feb 2009
Location: usa
Posts: 2,917
underthetire is on a distinguished road

No macro that I know of can give a variable hard output, IE 0-10vdc signal, or 100 pulses, or whatever. Thats a hardwired function from the control. Inputs from probes are fairly simple, just an on/off basically, the control interprets position and stores them in whatever assigned variables.
Reply With Quote

  #7   Ban this user!
Old 08-20-2010, 04:01 PM
 
Join Date: Jul 2010
Location: south africa
Posts: 23
norbert.barnard is on a distinguished road

from your part program, you can create a variety of instructions to/from an external (3rd party) device with the use of macro B interface for the read/write of values, and with M-codes.
these instructions is then handled by the pmc program, which needs to be specially written/modified for your required function/device, and output to the selected hardware interface, ie. digital I/O, analog +/- 10Vdc.
normally the aim is to select the desired 3rd party device WITH a compatible interface, as most devices have more than one interface type.
Reply With Quote

  #8   Ban this user!
Old 08-21-2010, 06:50 AM
 
Join Date: Sep 2009
Location: USA
Posts: 74
jvangelder is on a distinguished road

Originally Posted by stevo1 View Post
Not sure exactly what you need but you can read the values of parameters in the machine. You can read the values of most of the input/output values that are setup.

You can setup a custom M or G code in order to run macro program to check the values of these parameters.

What exactly are you trying to do?

Stevo
I actually need to go the other way, I'm trying to find a way, or the way where I can add additional hardware to a Fanuc controller and have it, ideally read a parameter value. I'm assuming (yes dangerous) that in most cases there are available unused outputs or at least a way to tie in to a Fanuc unit so additional hardware can be added to interact with a already built system. I'm just trying to find information on how that is done.

Originally Posted by memoryman View Post
We have done some interesting interfacing with a variety of Fanuc controls. Rather then typing all day (with two fingers!), call me and we'll see how we can help you.
Bill Peiman
Tulip Electronics Inc.
289 389 6117
PM Sent.

Originally Posted by underthetire View Post
Probes, tool breakage, all use either a skip signal or high speed skip signal, not what your looking for. I believe to get what you want, you would have to modify the ladder and parameters to control with an additional axis, and use a 0-10v dac.
A 0-10v would be great however id really like to avoid any modifications of the ladder.




Sorry for the lack of information in my original post, i was on the first pot of coffee of the day, wasn't all there.

So it looks as if i need some sort of additional hardware that can just be added to a unit to read memory information, specifically a few predetermined user definable parameters, as prebulit systems do not have outputs tied to parameter values normally.

-Jacob
Reply With Quote

  #9   Ban this user!
Old 08-21-2010, 07:56 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

Yes in most cases there are unused input/outputs on the machine. I believe depending on the model the input signals for device interface are #1000-#1035 corresponds to UI000-UI031. The output signals are #1100-#1135 corresponds to UO000-UO031. I use the system variables setup by the MTB but never from scratch. This is not my area of expertise. I did a quick search and found a few threads that discuss close to what you are asking about. The links to the threads are below. I hope they help.

http://www.cnczone.com/forums/showth...input%2Foutput
http://www.cnczone.com/forums/showth...input%2Foutput
http://www.cnczone.com/forums/showth...input%2Foutput

Stevo
Reply With Quote

  #10   Ban this user!
Old 08-21-2010, 09:06 AM
 
Join Date: Sep 2009
Location: USA
Posts: 74
jvangelder is on a distinguished road

Yes, that is what im looking for. As for outputs, they can just be set on/off high/low? Any idea how quickly this can be done? Is there a specific manual from fanuc that covers this?

Thank you for the help

-Jacob
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-21-2010, 09:20 AM
 
Join Date: Jun 2008
Location: United States
Posts: 1,507
stevo1 is on a distinguished road

I am not really sure how much is covered in the Fanuc manuals and how much you would need to use the MTB manual. What model Fanuc are you using? I will dig up some manuals if I have them for your model.

Stevo
Reply With Quote

  #12   Ban this user!
Old 08-21-2010, 12:49 PM
 
Join Date: Sep 2009
Location: USA
Posts: 74
jvangelder is on a distinguished road

I have fanuc oi's, one MC, one MB and the third is escaping me, it may just be an O

-Jacob
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
Help with Takisawa Mac V2E w/Fanuc Controler Please. ELECTROMET CNC Machining Centers 4 12-20-2011 10:27 PM
Fanuc CNC controler zekk_2 Servo Motors and Drives 19 02-27-2008 01:46 AM
Fanuc 31i Controler TSauls Fanuc 1 11-14-2007 01:24 PM
what fanuc controler do i have? bcdracing Fanuc 3 03-21-2007 07:17 PM
Wasino with Fanuc OM controler 9566317 Fanuc 11 05-26-2005 12:42 AM




All times are GMT -5. The time now is 11:45 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