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 > Haas Mills


Haas Mills Discuss Haas machinery here!


This forum is sponsored by:

Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 01-26-2008, 09:28 AM
 
Join Date: Nov 2006
Location: usa
Posts: 2
hoff is on a distinguished road
HAAS MEMORY

HAS ANYONE BEEN ABLE TO INSTALL EXPANDED MEMORY IN A HASS MACHINE WITHOUT PAYING HAAS TO DO IT?

Last edited by hoff; 01-26-2008 at 09:28 AM. Reason: MISSPELLED
Tweet this Post!Share on Facebook
Reply With Quote

  #2   Ban this user!
Old 01-26-2008, 10:06 AM
serviceman's Avatar  
Join Date: Apr 2007
Location: usa
Posts: 178
serviceman is on a distinguished road

you can really only do it on the older processors that have sockets unless you are good at soldering surface mount chips.
__________________
REYTECH Machine Service Corp. CNC repair NY, NJ
http://www.reytechmachine.com
Tweet this Post!Share on Facebook
Reply With Quote

  #3   Ban this user!
Old 01-28-2008, 05:58 AM
Digitech's Avatar  
Join Date: Oct 2007
Location: India
Posts: 42
Blog Entries: 1
Digitech is on a distinguished road

Hi,

You can get USB-RS232 product which can be used on any serial interface & you can activate drip feed mode.

It is simpler & safer way.

Or else, go for DNC Software

Regards,

Deepak Bodhani
www.digitech-engineers.com
Tweet this Post!Share on Facebook
Reply With Quote

  #4   Ban this user!
Old 01-30-2008, 08:18 AM
 
Join Date: Aug 2007
Location: USA
Posts: 94
Rocko1 is on a distinguished road

What would be considered an older processor like one on a 98 VF3?
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 01-31-2008, 12:59 AM
Digitech's Avatar  
Join Date: Oct 2007
Location: India
Posts: 42
Blog Entries: 1
Digitech is on a distinguished road
HAAS VF3

Originally Posted by Rocko1 View Post
What would be considered an older processor like one on a 98 VF3?
Hi,

If 98 VF-3 supports drip feed, you can go for DNC Software. Connect any PC to RS-232 port of VF-3 (The top side D connector) through one Opto-Isolator. You can read more on Opto-Isolator on our web site digitech-engineers.com

If drip feed is not supported by your machine, go for the other option.

- Deepak
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 01-31-2008, 08:10 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

080131-0809 EST USA

DNC (drip feed) existed on 1993 machines, but Xmodem did not.

.
Tweet this Post!Share on Facebook
Reply With Quote

  #7   Ban this user!
Old 02-01-2008, 07:47 AM
Digitech's Avatar  
Join Date: Oct 2007
Location: India
Posts: 42
Blog Entries: 1
Digitech is on a distinguished road
HAAS Drip feed on VF-3

Originally Posted by gar View Post
080131-0809 EST USA

DNC (drip feed) existed on 1993 machines, but Xmodem did not.

.
Hi,
HAAS drip feed mode will work with either RTS/CTS or X-on/Xoff
You do not need Xmodem any way. You can use our WIN-COM Software.
- Deepak
Tweet this Post!Share on Facebook
Reply With Quote

  #8   Ban this user!
Old 02-01-2008, 07:48 AM
Digitech's Avatar  
Join Date: Oct 2007
Location: India
Posts: 42
Blog Entries: 1
Digitech is on a distinguished road
HAAS Drip feed on VF-3

Originally Posted by gar View Post
080131-0809 EST USA

DNC (drip feed) existed on 1993 machines, but Xmodem did not.

.
You need to enable parameter no. 55 in HAAS for DNC.
- Deepak
Tweet this Post!Share on Facebook
Reply With Quote

  #9   Ban this user!
Old 02-01-2008, 08:42 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

080201-0804 EST USA

True that drip feed (DNC) works with either XON/XOFF or RTS-CTS.

The major point of XMODEM is that it is an error detection and correction means that provides some advantage over simply using single parity bit checking on a character by character basis with no correction of any type.

Suppose you use single bit parity and the system receiving the character halts on a parity error. This has probably protected you from a potential crash, but the program stops.

Also suppose for whatever reason you lose a whole character and no parity error, and it was a decimal point. Now you may have a major crash. We have a customer with this kind of problem. XON/XOFF or RTS-CTS does nothing for you. These simply modulate the flow of data and nothing to do with noise induced errors.

XMODEM is a communication protocol that sends a fixed and known block of characters including a checksum. A data block is sent from a source to a destination and at the destination there must be a checksum match. If the match is good, then an OK acknowledgement is sent to the source and the source sends the next block, and so on. If the match is wrong, then a NOT OK message is sent to the source and the source resends the block. There is a count limit on the number of retries on the same block. When this is exceeded all communication is halted.

XMODEM will catch missing character errors as well as other random errors. Furthermore, XMODEM checks more of the system from some place within the source computer to some place within the destination. Usually the block of data goes into some buffer memory in the destination to have its checksum verified. The nearer this is to the final memory the better. A simple parity error check is usually only between the source and destination UARTs. Thus, more circuitry is checked with XMODEM than with a simple parity check.

The simple form of XMODEM used by HAAS does not have powerful error checking, but it is much better than the simple parity check between the UARTs.

.
Tweet this Post!Share on Facebook
Reply With Quote

  #10   Ban this user!
Old 02-02-2008, 03:54 AM
Digitech's Avatar  
Join Date: Oct 2007
Location: India
Posts: 42
Blog Entries: 1
Digitech is on a distinguished road

Originally Posted by gar View Post
080201-0804 EST USA

True that drip feed (DNC) works with either XON/XOFF or RTS-CTS.

The major point of XMODEM is that it is an error detection and correction means that provides some advantage over simply using single parity bit checking on a character by character basis with no correction of any type.

Suppose you use single bit parity and the system receiving the character halts on a parity error. This has probably protected you from a potential crash, but the program stops.

Also suppose for whatever reason you lose a whole character and no parity error, and it was a decimal point. Now you may have a major crash. We have a customer with this kind of problem. XON/XOFF or RTS-CTS does nothing for you. These simply modulate the flow of data and nothing to do with noise induced errors.

XMODEM is a communication protocol that sends a fixed and known block of characters including a checksum. A data block is sent from a source to a destination and at the destination there must be a checksum match. If the match is good, then an OK acknowledgement is sent to the source and the source sends the next block, and so on. If the match is wrong, then a NOT OK message is sent to the source and the source resends the block. There is a count limit on the number of retries on the same block. When this is exceeded all communication is halted.

XMODEM will catch missing character errors as well as other random errors. Furthermore, XMODEM checks more of the system from some place within the source computer to some place within the destination. Usually the block of data goes into some buffer memory in the destination to have its checksum verified. The nearer this is to the final memory the better. A simple parity error check is usually only between the source and destination UARTs. Thus, more circuitry is checked with XMODEM than with a simple parity check.

The simple form of XMODEM used by HAAS does not have powerful error checking, but it is much better than the simple parity check between the UARTs.

.
Yes. Xmodem is always better. If your older HAAS does not have Xmodem I do not think, any other external software will give you the same effect.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
  #11   Ban this user!
Old 02-02-2008, 08:23 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road

080102-0817 EST USA

Digitech:

That is correct for any problem causing the error within the CNC system.

I believe that usually the whole character loss problem can be attributed to problems within the CNC. Likely a buffer or interrupt problem.

.
Tweet this Post!Share on Facebook
Reply With Quote

  #12  
Old 02-02-2008, 10:58 AM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road

I was researching this "Xmodem" on wikipedia the other day to try to discover what it was that makes it better.

Xmodem appears to have begun without any standard except a dead simple communication protocol without any checking at all. So how or what standard of Xmodem is 'the good one' and how would one know what one is getting by selecting it?
__________________
First you get good, then you get fast. Then grouchiness sets in.

(Note: The opinions expressed in this post are my own and are not necessarily those of CNCzone and its management)
Tweet this Post!Share on Facebook
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 SL20 and HAAS VF2 ProE Posts? CNC_student Post Processor Files 5 07-10-2008 03:46 PM
need more memory rob2424 Machine Problems, Solutions , Wireless DNC, serial port 1 01-28-2008 06:04 AM
M-2 Memory newguy81 Mazak, Mitsubishi, Mazatrol 2 09-05-2007 02:13 AM
Extended memory for a Haas VF3 bob1112 Haas Mills 0 05-03-2007 03:41 PM
88 Memory ? Bear Fadal 2 09-01-2006 07:26 AM




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