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! > MetalWorking Machines > Cincinnati CNC


Cincinnati CNC Discuss Cincinnati CNC machines here.


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 10-07-2011, 12:52 PM
 
Join Date: Apr 2010
Location: USA
Posts: 15
Slick27 is on a distinguished road
Tired of hard drive Crashes!! Use Flash instead!!

Have successfully fired up a saber 750 with a A2100 control using flash memory module, which replaces the IDE hard drive. Ran all day yesterday without a problem. Have a edm tech that has been using these modules in edm machines that were running hard drives and has had no problem in over a years time.

No moving parts or spinning platters at 3600 rpm waiting for the heads to crash and everything lost when you least expect it!! It will costapprox $50.00
And you can do it yourself!

Let me know if you need more info

Mark
Reply With Quote

  #2   Ban this user!
Old 10-08-2011, 10:52 PM
 
Join Date: Aug 2008
Location: USA
Posts: 386
scudzuki is on a distinguished road

Do yourself a favor and make a few copies of that memory card.
Flash memory has a limited number of write cycles before it becomes unreliable and eventually fails entirely.

It is also not infallible. I have seen several types of flash memory fail prematurely; usb flash drives and various memory cards.

Joe
Reply With Quote

  #3   Ban this user!
Old 10-10-2011, 02:08 PM
 
Join Date: Mar 2011
Location: USA
Posts: 88
maver1ck is on a distinguished road
Buy me a Beer?

I looked into the flash memory option years ago, and decided to stick with the hard drives when I found out how quickly the millions of read/write cycles the flash memory are rated for get used up on the A2100.

As scudzuki suggested, make extra copies or better yet, keep the original hard drive in a safe place so you will be able to make additional copies as you need them. Flash memory is an inexpensive alternative, but from everyone I've known using it with the A2100, you need to plan for the failure because it will happen eventually (although I've made the same comment about the hard drives on the A2100).

And I'll add one more note since these hard drives have a bit of a bad reputation. I work on machines with the A2100 that are 15 years old, still running production every day on the original hard drive. I doubt anyone will still be running on the same flash memory in 15 years.

From my experience, these hard drives rarely fail mechanically but are susceptible to having the data on them corrupted. This can happen from bad workstation boards, bad power supplies and from power outages or operators that cut off control power while the hard drive is writing critical data.
Reply With Quote

  #4   Ban this user!
Old 10-21-2011, 11:30 PM
 
Join Date: Jul 2007
Location: USA
Posts: 50
Mr Bonavita is on a distinguished road

Mark I need that info, we are trying to recover a hard drive out of an Arrow 1000
ACRAMATIC 2100.

We'll use the flash memory as a back up. The hard drive that crashed has been working in the machine for 14 years, so we will replace it with another hard drive.

By the way any help or information on how to recover the hard drive will be greatly appreciated.

Last edited by Mr Bonavita; 10-21-2011 at 11:46 PM. Reason: more info
Reply With Quote

  #5   Ban this user!
Old 10-22-2011, 05:58 AM
 
Join Date: Sep 2010
Location: usa
Posts: 836
mike_Kilroy is on a distinguished road
Buy me a Beer?

Originally Posted by Slick27 View Post
Have successfully fired up a saber 750 with a A2100 control using flash memory module.......Let me know if you need more info
Mark
Mark, sounds like u r willing to share the how to? If so, can u post it here? I am sure a lot of folks would like to know how to do this just in case, as well as perhaps someone can expand on it to make it a 2nd device for real backup in case of a HD failure or something....

thanks
__________________
Mike (at) KilroyWasHere.com -- machine tool servo repair, retrofit
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 10-24-2011, 12:56 AM
 
Join Date: May 2008
Location: Canada
Posts: 63
PinnacleMachine is on a distinguished road

I ran flash for a while but was finding that I could only get 4 months out of a card, so I went back to a HD. I think I'll look into a solid state HD instead.
Reply With Quote

  #7   Ban this user!
Old 10-24-2011, 05:40 AM
 
Join Date: Sep 2010
Location: usa
Posts: 836
mike_Kilroy is on a distinguished road
Buy me a Beer?

good info! 4 months.... from this thread I searched about flash and SS HDs and think I convinced myself they arre one and the same! the SS HD uses flash just like other flash...... read somewhere like 80,000 writes typical.... also read there are 2-3 levels of quality of the flash chips; the cheap ones like we all buy for usb sticks and then ones that cost more to mfgr but can last 3-10x longer maybe? fuzzy to me how one would figure out what they were buying unless the specs for the HD state typical or min no of writes.....if you learn more, share please!
__________________
Mike (at) KilroyWasHere.com -- machine tool servo repair, retrofit
Reply With Quote

  #8   Ban this user!
Old 12-10-2011, 01:16 AM
 
Join Date: Mar 2007
Location: USA
Posts: 80
swarf_rat is on a distinguished road

OK, an old thread but I have been looking at machines with the Acramatic so I'm looking at this for the first time.

Flash memory is a type of structure called NAND flash, referring to the logic used in the bit cell. This type of memory has a limited number of writes before failures occur, like most electrically alterable nonvolatile memory. However, NAND flash has an additional and unique failure mode: If a cell is read too many times, the data is destroyed (a "read-many" failure). Most other NV ram cells do not have this failure mode.

To deal with it, the chips themselves have error correction built in, along with a reporting mechansim. A device that is designed to use them properly will look at the error data and if there are too many errors being reported in a certain block, will attempt to re-write the block to restore the data. If the re-written data does not verify on read, then the block is spared in the directory and the data written elsewhere. A device that is not designed to use them will not have some or any of this correction mechanism.

Now, hard disk drives have many of the same issues with errors and sparing of blocks. Both hard disks and NAND flash are block sectored devices. But a hard disk does not have a known read-many failure mode. In theory a sector can be read an infinite number of times without destruction.

The reason this is material is that data (programs, the os, boot blocks) is read many more times than it is written typically. Orders of magnitude more times.

Notebooks and other portable devices designed around NAND flash use programming techniques to get around these problems, like varying where things are written over time, checking the errors reported, etc. An old NT OS is not going to do that. So it may be a bad candidate for a flash drive, unless the drive is considerably more intelligent than they seem to be.
Reply With Quote

  #9   Ban this user!
Old 12-15-2011, 05:50 PM
 
Join Date: Aug 2008
Location: USA
Posts: 386
scudzuki is on a distinguished road

Actually NTFS (the default file system on Windows NT) uses TTS.
It hotfixes the drive when it detects bad clusters, moving the data from failing allocation units, then reading the written data before commiting the write. It adds a bit of overhead to the FS vs lets say FAT but the data integrity is worth it.

Lets face it, hard drives were never meant to last multiple decades.

Joe
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
HAAS VF3 hard drive or no hard drive teal854t Haas Mills 2 08-18-2010 09:27 AM
3 ½ floppy drive to USB flash drive readers scadvice General Electronics Discussion 8 08-10-2010 11:43 AM
Problem- MB-20 Flash Hard Disk Help Teps71 Milltronics 1 06-09-2009 10:29 AM
Newbie- demo / flash drive rsm169 NCPlot G-Code editor / backplotter 2 05-23-2008 05:46 AM
USB Flash Drive HelicopterJohn Haas Mills 30 11-23-2007 06:40 PM




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