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 04-27-2009, 10:10 AM
 
Join Date: Apr 2009
Location: USA
Posts: 2
bassboarder85 is on a distinguished road
Fanuc Pro 3 Control 16i Memory Card Error

All,
I have a Makino a51 machining center with a Fanuc Pro 3 control. I have been trying to get a PMCIA adapter with a Sandisck 512 MB flashcard to work on the machine.
My main objective is to transfer programs from the Card to the Machine.

Here is what i am able to do.
1. I can punch a program from the machine to the card (and then view it on on the computer)
2. I can transfer that same program from the card back to the machine after deleting the program in the machine.

Here is what i am not able to do. All i get with these steps is Memory Card Error 114.
1. I cannot just transfer a program in a text file to the machine.
2. If i modify a transfered program from the machine on the card, i cannot transfer it back to the machine. Even if it is as simple as changing one letter.
3. I cannot take a program that is transfered from the Machine to card and transfer it off the card to the computer, then back onto the card and then back to the machine. It still gives Memory card error 114.

When a file that i transfered from the machine is on the card, it just shows up on the computer as file type "file". I can open it with notepad and view the file but that is all.

Is there something i am missing? Is it possible to modify a program on the computer and transfer it back to the machine with the card? How about start with a new program, is .txt the correct file type?? What editor would i use? notepad? Something else?
Thanks in advance for the help
Reply With Quote

  #2   Ban this user!
Old 04-27-2009, 02:30 PM
dcoupar's Avatar  
Join Date: Mar 2003
Location: USA
Posts: 2,312
dcoupar is on a distinguished road

114 says: Specified file not found.

Are you using F-READ or N-READ? I always use F-READ and specify the file number and F-SET, instead of the name.

Technically, filenames are limited to old DOS 8.3 format. Something like O1234.TXT or FLANGE.CNC should read just fine. You can use Notepad, or any ASCII text editor to create or edit your programs.
Reply With Quote

  #3   Ban this user!
Old 04-27-2009, 02:39 PM
 
Join Date: Apr 2009
Location: USA
Posts: 2
bassboarder85 is on a distinguished road

I have tried using F Read, i have used just Read.
Neither works.
I will try the different file names though, i don't have much hope considering i couldn't even change 1 letter in a program and put it back on the machine with the exact same file name...
Reply With Quote

  #4   Ban this user!
Old 08-07-2010, 02:33 AM
 
Join Date: Oct 2008
Location: england
Posts: 8
fanuc fix al is on a distinguished road
FS16/18c sram card backup problem

i have got a similar problem-
after backing up a Mori Sl250 msc518(f18tc) using a pretec 4Mb battery backed sram card.

The controll recognises the card i formatted the card in the mc and saved sram data to the card. i put it in the pcmcia slot in my laptop(running xp) and I could see it as a drive,but i could not copy the file SRAM0_5.FDB. I got the message "windows cannot copy this file it is corrupt or un recognisable format"

i tried this same thing earlier in the week with another similar 18tc and managed to get a SRAM parity alarm in the controll, powered down and up and the mc was ok. i think this occurred because the card was not formatted in the controll.
Reply With Quote

  #5   Ban this user!
Old 08-08-2010, 08:51 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

Yes try the method dcoupar suggested.

I find you cannot load files with extensions on the end of the file if you are saving the file with notepad I expect it is saving it with a .txt extension.

default Fanuc program files have no extension.

you can change windows default settings to show file name extensions

To show file extensions in XP, go into My Computer or Windows Explorer and choose Tools|Folder Options. In the View tab, remove the check mark next to Hide extensions for known file types.

you can get round this by using F-Read and choosing the file number (not the program number) and then setting the O number you wish it to be on the NC when read
__________________
***********************************************************
*~~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
  #6   Ban this user!
Old 08-09-2010, 02:36 AM
 
Join Date: Oct 2008
Location: england
Posts: 8
fanuc fix al is on a distinguished road
More Memory card stuff

thanks for the reply Mystic, i know that i wont be able to read the cnc,s Sram backup file (.FDB) because its a complete download of all the cnc's battery backed data which will be in a format only known to Fanuc.

however i need to copy this to my laptop for backup purposes.
i understand the file system is MS DOS after doing some reading, so i think i may have trouble with my laptop not reading the PCMCIA SRAM card properly.

i think i need a proper driver for this function.... does anyone have any experience on which Memory cards have damaged the Card Slot on the cnc, i have read that ata compact flash can blow the port on the older non i controlls?
Reply With Quote

  #7   Ban this user!
Old 08-09-2010, 07:32 AM
 
Join Date: Apr 2009
Location: Canada
Posts: 361
memoryman is on a distinguished road

I have done hundreds of backup/restore cycles using sram cards (including Pretec) without problems. You may need the proper driver for your card. I only use sram pcmcia cards and have no problems. The .FDB files can be viewed in hex mode on better word processing software such as Ultra Edit.
Reply With Quote

  #8   Ban this user!
Old 08-09-2010, 03:20 PM
 
Join Date: Oct 2008
Location: england
Posts: 8
fanuc fix al is on a distinguished road

thanks for the info memoryman, do you happen to know where i can get a driver for the pretec (4Mb sram with 8K eprom attributable mem) xp can see the file but wont copy to hard drive.

xp would not see the card at all untill i installed the generic pc card driver from "add and remove hardware" in the controll panel.

i have got a customer who has given me sixteen machines to backup, i am doing the files separatley via rs232 and taking pictures of keeprelays
etc, so i have already got a solid backup, however it would be nice to nail this for future use.
Reply With Quote

  #9   Ban this user!
Old 08-09-2010, 11:34 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

Originally Posted by fanuc fix al View Post
thanks for the reply Mystic, i know that i wont be able to read the cnc,s Sram backup file (.FDB) because its a complete download of all the cnc's battery backed data which will be in a format only known to Fanuc.

however i need to copy this to my laptop for backup purposes.
i understand the file system is MS DOS after doing some reading, so i think i may have trouble with my laptop not reading the PCMCIA SRAM card properly.

i think i need a proper driver for this function.... does anyone have any experience on which Memory cards have damaged the Card Slot on the cnc, i have read that ata compact flash can blow the port on the older non i controlls?
Hi, I was actually replying to the original posters query. New queries should really be posted in new threads.. but any way.
It's supposed to work when you install a generic driver
http://www.cablematic.com/documentos/sp0x-1xman.pdf
__________________
***********************************************************
*~~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

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

Originally Posted by fanuc fix al View Post
i have got a similar problem-
after backing up a Mori Sl250 msc518(f18tc) using a pretec 4Mb battery backed sram card.

The controll recognises the card i formatted the card in the mc and saved sram data to the card. i put it in the pcmcia slot in my laptop(running xp) and I could see it as a drive,but i could not copy the file SRAM0_5.FDB. I got the message "windows cannot copy this file it is corrupt or un recognisable format"

i tried this same thing earlier in the week with another similar 18tc and managed to get a SRAM parity alarm in the controll, powered down and up and the mc was ok. i think this occurred because the card was not formatted in the controll.
Done plenty of Mori's. There are different versions of the control, the early i series will not take a ATA flash card,(parity alarm) you really need the SRAM card to use on those.(fusitsu etc..) Problem is, XP has problems reading those. I have got it to work by setting the driver to a centenial SRAM card, and able to copy the SRAM from the machine. The later controls will use a std ATA falsh type II and those have very little problems with XP.
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 08-10-2010, 02:18 PM
 
Join Date: Oct 2008
Location: england
Posts: 8
fanuc fix al is on a distinguished road

apologies Mystic, i noticed that just after i had posted. i have tried the workaround generic driver but no joy so:-

i went to a local factory today and borrowed an okuma with 18tc and tried a pretec 1Mb sram(with 2k atributable mem) and an old Mitsubushi 2Mb both of which worked ok.
This leads me to believe that my new 4Mb pretec is faulty, i explained my testing to the suppliers (valuetec) and they think its a card fault and are going to send another of the same type so then we'll see...

it seems kinda odd that the controll will write to it ok without alarming the controll, formats it ok and wrote 5x ..FDB files on it. but still windows wont copy and says it is corrupt, even though windows finds the card and sees the files.

the pretec cards came up with a hard drive icon and the mitsubushi came up as a card icon.
who knows? we'll see when the new card arrives.

i will try the centenial driver next time i get the laptop out
Reply With Quote

  #12   Ban this user!
Old 08-10-2010, 11:10 PM
MysticMonkey's Avatar  
Join Date: Mar 2009
Location: Australia
Posts: 366
MysticMonkey is on a distinguished road

Originally Posted by fanuc fix al View Post
apologies Mystic, i noticed that just after i had posted. i have tried the workaround generic driver but no joy so:-

i went to a local factory today and borrowed an okuma with 18tc and tried a pretec 1Mb sram(with 2k atributable mem) and an old Mitsubushi 2Mb both of which worked ok.
This leads me to believe that my new 4Mb pretec is faulty, i explained my testing to the suppliers (valuetec) and they think its a card fault and are going to send another of the same type so then we'll see...

it seems kinda odd that the controll will write to it ok without alarming the controll, formats it ok and wrote 5x ..FDB files on it. but still windows wont copy and says it is corrupt, even though windows finds the card and sees the files.

the pretec cards came up with a hard drive icon and the mitsubushi came up as a card icon.
who knows? we'll see when the new card arrives.

i will try the centenial driver next time i get the laptop out
If the different cards are coming up with different icons they are being registered on the computer differently.

did you have to install a different driver for each of the other cards ?

look at the properties of the cards and see the driver they are using.

If it is the same driver as your 4Mb card then yes sounds like it's faulty

If it is using a different driver possibly it is using the incorrect driver try uninstalling and reinstalling from device manager
__________________
***********************************************************
*~~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
GE Fanuc 18i-MB: Memory Card Error 0030 andyinwi Fanuc 7 05-16-2010 06:12 AM
Need Help!- Memory card error code 30 sting Fanuc 1 04-16-2009 07:40 AM
Need Help!- MEMORY CARD MOUNT ERROR Ashu Fanuc 4 10-30-2008 12:26 PM
Where/How to buy Fanuc Memory Card marcwdci Fanuc 5 07-19-2008 08:57 AM
Need Help!- memory card/ adapter error bigbobr Fanuc 5 02-12-2008 09:55 AM




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