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 > Machine Problems, Solutions , Wireless DNC, serial port


Machine Problems, Solutions , Wireless DNC, serial port Need help with your Machine or need a Machining solutions for , Serial Port, Cable problems between PC and all others DNC problems disucss them here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-28-2006, 10:30 PM
 
Join Date: Jun 2006
Location: italy
Posts: 7
yoya is on a distinguished road
drip feeding problem

Hi, can any one help me how to drip feed fanuc omc. I have tried to change the parameters on cnc but it doesn't work, and can only send the program in the memory (which is too small).

thanxs in advance
Reply With Quote

  #2  
Old 06-29-2006, 01:30 AM
*Registered*
 
Join Date: Mar 2006
Location: Boston
Posts: 1,628
lakeside is on a distinguished road

what file extension are you sending as .DNC
Reply With Quote

  #3   Ban this user!
Old 06-29-2006, 04:21 AM
 
Join Date: Jun 2006
Location: italy
Posts: 7
yoya is on a distinguished road

The file extensions are .nc or .nci
My problem is I can excute the programs from the memory of cnc. but directly from the pc is impossible . specially for large one's, is a headache, dividing them in small parts.

jud s
thanks
Reply With Quote

  #4   Ban this user!
Old 06-29-2006, 07:34 AM
 
Join Date: Jan 2006
Location: United States
Posts: 3
Sharknose is on a distinguished road

What program are you using in the PC to send the file to the Fanuc? Whatever it is, it needs to support XON/XOFF ( = ASCII 17 decimal/ASCII 19 decimal, or DC1/DC3) handshaking (flow control). That is, when it receives an XOFF character from the Fanuc, it needs to stop sending, and resume sending only after receiving an XON character. Can you send a program from the Fanuc to the PC properly? You can use this to verify communication in that direction - if you can, then the flow control characters ought to make it through too, provided the Fanuc is sending them. I think it sends them by default, but am not sure what parameter(s) if any can turn them off. Note that it may also be possible to set the Fanuc up to use different flow control characters than DC1 and DC3, via other parameters. Hopefully you have or can get a communications manual for that control.
Reply With Quote

  #5   Ban this user!
Old 06-29-2006, 09:02 AM
 
Join Date: Jun 2006
Location: usa
Posts: 21
diggityds is on a distinguished road

On My Fanuc 15m And 11m Controls Were Pretty Easy. Fortunatley I Didnt Have To Change Any Parameters, Most Of The Problems I Had Was In My Software And Aslo The Computer. Make Sure Your Dnc Software Baud Rates And Parity Bits Are The Same As The Cnc Control, Then I Found Out What Helps If You Go To Your Computers Com Port Settings In The Device Manager And Set Your Buffer Speeds To The Lowest Setting. If Your Control Is The Same As Mine You Should Push The Tape Mode Button On The Control And Hit Start, Then The Machine Is Waiting For Transmission. As Long As Your Getting Any Type Of Communication To The Control Is A Good Sign Wether It Be An Buffer Overflow Or Whatever, Then You Just Have To Mess Around With Some Of The Settings Or Parameters In The Machine. Let Us Know How It Goes.
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 06-29-2006, 09:10 AM
tahlinc's Avatar  
Join Date: May 2003
Location: Tucson, AZ USA
Posts: 64
tahlinc is on a distinguished road
Fanuc Drip Feed

Excellent DNC that does drip feed.
CodeShark lite $20
http://www.softsquad.com/products.htm

Cat 5 network cable makes good hardware handshake.
Look at offerings:
http://www.l-com.com/item.aspx?id=5129

Drip feed on Fanuc use Tape mode. You will not see program on display.
Recommend hardware handshake for trouble free usage.

We use for OMC. Works great.

GL
Jim
__________________
Jim Short
www.tahlinc.com
Reply With Quote

  #7   Ban this user!
Old 06-29-2006, 09:18 AM
 
Join Date: Jan 2006
Location: United States
Posts: 3
Sharknose is on a distinguished road

If he can send short programs to the control, but just can't drip feed, his basic download communications parameters (baud rate, data bits, etc.) are probably OK, but Fanuc controls allow you to set a different upload baud rate than the download baud rate, so that's something to watch out for. Also there's a way stop bits can be a problem. The stop bits are just the minimum amount of time between characters in a serial transmission (which RS-232 is), expressed in units of single bit times. (That's why you sometimes see 1.5 for a stop bits setting - there's really not one and a half bits of anything being sent, it's just waiting that long before sending the next character.) If the sender has a longer setting for stop bits than the receiver, it'll work fine, because it's a minimum. But if the sender has a shorter setting for stop bits than the receiver, every character except the first one will be garbled, because the receiver wasn't ready to take in the next character before the sender started to transmit it. Now, since the flow control is just one character at a time, this ought not to be the problem in this case, but if he tries to send a file back to verify Fanuc-to-PC communication, and gets junk, it'd be worth checking.
Reply With Quote

  #8   Ban this user!
Old 06-29-2006, 11:16 AM
 
Join Date: May 2003
Location: Vancouver, Canada
Posts: 84
Fish is on a distinguished road
DNC problems

Hey Yoya,

Just another annoying little problem that becomes a big problem.....'aint machining fun!!!!

Some questions,
1) What control is it?
2) Do you have the manuals that show how to change parameters, The 8000 setting is the one I'm referring to. It must be changed to allow you to change other settings.
3) What communication software are you using?
4) What operating system are you using on your pc? I have found that Windows 2000 is the absolute best for DNC to all of my machines - Fanuc and Mazatrol - no hang-ups like Windows 98, and better control than XP.
5) Are your cables wired properly? The machine will accept programs without having the cables right for DNC'ing. One connection will make all the difference.
6) Does your machine allow DNC? Can you put the machine into "Tape" mode?

I have set up all my machines using OneCNC's free DNC software called NC Link. I use it for Fanuc OT, 10T, 15MA, Hass and Mazak. The help file in it is the best. It has all the info for settings, wiring diagrams for your cables etc. I presently use it for DNC lights out operation at up to 19000 baud with absolutely no issues (limited by machines computer speed).

Let me know if you want a copy of NC Link, and I can e-mail it to you. Or if you need any more help. I'm not a "specialist" but I have done this many times with the pressure of customer's pressing for deliveries, vendors looking for money, employees waiting etc. If you want, e-mail me at gofastdesigner@hotmail.com

Fish
Reply With Quote

  #9   Ban this user!
Old 06-29-2006, 03:41 PM
 
Join Date: Feb 2005
Location: USA
Posts: 6
drachir8 is on a distinguished road

I think the problem is that you are trying to drip feed your program in the memory in the edit position. With fanuc there is edit run and an auxillary run that is used for dnc. Do not try and drip feed in the edit position. drip feed in the auxillary run position. Dont forget to place a M0o in the begining of the program or the machine will start without you at the control, ask me how I know
Reply With Quote

  #10   Ban this user!
Old 06-29-2006, 04:03 PM
 
Join Date: May 2003
Location: Vancouver, Canada
Posts: 84
Fish is on a distinguished road

Hey Drachir8,

If you set your communication software to "start at machine", then you won't have the problem of the machine starting without you. The program is sent at the pc, which then waits for the machine to send the "send" signal, which is the sent when you press the start button on the machine. If you set it up this way then you have full control, including single blocking to make sure your co-ordinate settings are right. DNC done right is just the same as running from the machine's memory.

Fish
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 06-29-2006, 09:14 PM
 
Join Date: Apr 2005
Location: USA
Posts: 7
mrfixit is on a distinguished road
Cable

99% of the time it is a cable issue. Or the software is not setup correctly.

Not all DNC software supports a basic send/receive cable. You need a full handshake cable which allows the PC and CNC to talk or start/stop the sending of data based on the buffer state of CNC.

If the cable checks ok - i.e. all pins are connected properly. And you are satisified that the software is good then I would check into the possibility that you do not have the correct option for DNC turned on in the Fanuc 0M. As we all know Fanuc loves to make everything an option bit. I think that the DNC capability is in fact an option for all Fanuc controls.

Also be sure you are in TAPE mode not AUTO when trying to run. And you should start the machine by pressign cycle start then start sending data. And the M00 or set your overrides to 0% is a good idea to avoid a crash.
Reply With Quote

  #12  
Old 06-29-2006, 10:28 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 16,540
Al_The_Man is on a distinguished road
Buy me a Beer?

Most O's the DNC option switch has to be on the machine by the Machine tool builder and is done through the Ladder (DNCI signal).
This is the page from the manual.
Al.
Attached Files
File Type: pdf dnc.pdf‎ (23.2 KB, 193 views)
__________________
CNC, Mechatronics Integration and Machine Design.
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
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 Off
HTML code is Off
Trackbacks are On
Pingbacks are On
Refbacks are On





All times are GMT -5. The time now is 08:20 AM.





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