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 01-27-2011, 10:34 PM
karlbushnell's Avatar  
Join Date: Aug 2009
Location: usa
Posts: 9
karlbushnell is on a distinguished road
Question 18T dowload to pc no eob just long string

I recently started a new job at a fairly large shop 35+ cnc's. I was asked to help correct some RS232 comm. issues which I have begun to resolve. 3 of these machine are Nakamura TMC20 with 18T FANUC controls and happen to be the ones that for some reason after the big move into a larger building now send programs back to the pc as a long string. I recall running into this before many years ago on an OT-Mate control but for the life of me cannot recall what I did to fix it. If you have an idea please advise as I am trying to Secure my position at this new company after being out of work for 3 months...sigh. I have poked around here and found some very useful info regarding parameters and such but nothing seem to nail this one unless I missed it. Thank you.
Reply With Quote

  #2   Ban this user!
Old 01-28-2011, 12:40 AM
 
Join Date: Jan 2011
Location: China
Posts: 45
Aaron liang is on a distinguished road

Parameters the same as this manual.You can reference.
Attached Files
File Type: pdf B-63610EN_01(page14to19).pdf‎ (344.6 KB, 36 views)
__________________
Aaron
Reply With Quote

  #3   Ban this user!
Old 01-28-2011, 12:40 AM
dcoupar's Avatar  
Join Date: Mar 2003
Location: USA
Posts: 2,312
dcoupar is on a distinguished road

Parameter 100 bit 3 is NCR, and controls the output of EOB.

0 = LF CR CR
1 = LF

If that doesn't fix it, the problem could be with how your communication software handles EOB codes.
Reply With Quote

  #4   Ban this user!
Old 01-28-2011, 12:46 AM
dcoupar's Avatar  
Join Date: Mar 2003
Location: USA
Posts: 2,312
dcoupar is on a distinguished road

Originally Posted by Aaron liang View Post
Parameters the same as this manual.You can reference.
I believe those are from a 21i control, and he said he had an 18T. Parameter 100 bit 2 (CRF) doesn't show up in the 18T manual.
Reply With Quote

  #5   Ban this user!
Old 01-28-2011, 12:57 AM
 
Join Date: Sep 2010
Location: Australia
Posts: 733
angelw is on a distinguished road

Originally Posted by karlbushnell View Post
I recently started a new job at a fairly large shop 35+ cnc's. I was asked to help correct some RS232 comm. issues which I have begun to resolve. 3 of these machine are Nakamura TMC20 with 18T FANUC controls and happen to be the ones that for some reason after the big move into a larger building now send programs back to the pc as a long string. I recall running into this before many years ago on an OT-Mate control but for the life of me cannot recall what I did to fix it. If you have an idea please advise as I am trying to Secure my position at this new company after being out of work for 3 months...sigh. I have poked around here and found some very useful info regarding parameters and such but nothing seem to nail this one unless I missed it. Thank you.


If I comprehend your Post correctly, you're saying that the 3 machines mentioned now send the program as one long string after the move, when before the move this was not the case. The chances of three machines all changing their characteristics in the same way and at the same time, and only because they were moved would be extremely unlikely. Accordingly, I would look at a common denominator, that all three machines share for the purpose of data transfer , and I would guess that would be one PC and software.

The output format of Carriage Return and Line Feed characters is set in Parameter 100, bit 2 and 3

Bit3 Bit2
NCR CRF EOB output format
0 0 “LF” “CR” “CR”
0 1 “CR” “LF”
1 0 “LF”
1 1 “CR” “LF”

Of the above format, I nearly always use "LF" only. Some times "CR" "LF", but never "LF" "CR" "CR". I use "LF" only because most Editor/Comms packages worth their salt use RTF type text boxes, and I've found that the single "LF" seems to work the best, however, it is a bit software dependent.

Most Editor/Comms packages have a setting page where the EOB for the programs beings transferred can be defined. I would look closely into that, and also if there are any check boxes that can be set to discard any characters such as CR and LF during the transfer sessions. I think it would be more likely to be at the PC end than at the machine control.

Setting Fanuc controls for data transfer via RS232 is very simple and requires only a few steps. Accordingly, I would start from scratch and check the following configuration, as if the machines are being connected for the first time. This will work straight up as long as you have no faults with the PC or control.

Regards,
Bill

Machine Parameters
#0020 =0 (I/O Channel =0)
#0100 = 10101000 (LF) or 10100100 (CR,LF)
#0101 = 10000001
#0102 = 0(RS-232C) (Use Software Handshake characters)
#0103 = 11 (9600)(Baud rate)

The PC software Comms Settings have to match those of the machine control parameters.

Handshaking = Xon Xoff (Software Handshake)
Baud Rate = 9600
Data Bits = 7
Parity = even
Stop Bits = 2

Cable configuration for software handshaking
Machine End----------------------PC End
DB25 Male Connector------DB25 Female----DB9 Female
2-----------------------------3---------------2
3-----------------------------2---------------3
4
| bridged
5

6
|
8 all bridged
|
20

7----------------------------7----------------5
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-28-2011, 12:59 AM
 
Join Date: Jan 2011
Location: China
Posts: 45
Aaron liang is on a distinguished road

Originally Posted by dcoupar View Post
I believe those are from a 21i control, and he said he had an 18T. Parameter 100 bit 2 (CRF) doesn't show up in the 18T manual.
Yes.
Parameters of these systems is basically the same, only 21i functionality than the relatively more 18.I only have English manual 21i.
__________________
Aaron
Reply With Quote

  #7   Ban this user!
Old 01-28-2011, 07:55 AM
 
Join Date: Jun 2010
Location: USA
Posts: 158
cnc2149 is on a distinguished road

The information in the previous replies to your post are correct. But you may not really have much of a problem as much as a word processor display anomaly.

First of all, FANUC uses LF for end of line termination. When you load in a part program, parameter file, etc the CNC will strip the CR character. When you output these files, the end of line is normally terminated with only a LF character. You should be able to successfully load a program that has been punched out of a CNC back into the CNC without a problem. Pls confirm this.

Now, for the funky display: If you open the file in Notepad you will see a continuous string of characters that is not easily readable/editable. If you open the same file in Wordpad, it should display nicely.

FANUC did add the parameters mentioned to output a CR when punching out, but not all controls supported it. It almost sounds like they changed the CAM system or word processor that they use to edit programs if all these controls demonstrated the problem at the same time.
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
Need Help!- Zap String Aplus Bridgeport and Hardinge Mills 10 11-03-2009 10:01 PM
New Machine Build- +Newbie, CNC string winder build brownebasses General Electronics Discussion 5 11-21-2008 12:38 PM
I need to dowload Dolphin 8.x jemmyell Dolphin CADCAM 2 09-09-2008 12:38 PM
How long does it take CNCadmin Steam Engines 4 11-08-2006 09:45 PM
3 phase with idler and draw string only gtslabs General Electronics Discussion 2 06-19-2004 04:11 PM




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