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! > Electronics > Computers and Networking


Computers and Networking Discuss computer and Networking related questions here!


Reply
 
LinkBack Thread Tools Search this Thread Display Modes
  #1   Ban this user!
Old 06-04-2005, 11:40 AM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road
Stop Bits, Parity

050604-0946 EST USA

I see a lot of discussion on various sites where the user is using 2 stop bits for RS232 communication.

I see no need for using 2 stop bits vs 1 stop bit, and 2 stops bits reduces your thruput to about 90% of that for 1 stop bit ( based on about 10 bits in the asynchronous word ). The only exception would be if the destination had a fixed setting of 2 stop bits and you could not change this. Note, a stop bit is the same as the asynchronous rest state.

The criteria that must be met on stop bits is: the receiver must be set to less than or equal to the number of transmitter stop bits. So a transmitter could be set to 1 or more stop bits ( like 2 ) and the receiver to 1 stop bit with no problem. Normal UARTs only provide for 1 or 2 stop bits.

Most systems do not allow independent setting of stop bits. Thus, you must set both ends of the RS232 link to exactly the same number of stop bits, and I suggest that this should be 1.


On parity:

Parity is a means of detecting certain types of errors on a per asynchronous word basis.

XMODEM is a different animal. This is a block of words error detection and correction method. Parity will be set to none in the usual use of XMODEM. The following assumes we are not using XMODEM.

In standard UARTs for serial communication the option is available for adding a 1 bit parity check to the transmitted word. The 1 bit parity check will detect any odd number of bits in error in the word containing the parity bit. If a single bit in the word is in error ( 0 changed to 1, or 1 changed to 0), then this will cause a parity error.

With a single bit parity check --- if 2 bits in a word are reversed or any other even number of bits, then no error is detected. If more bits are added for parity check, then better error detection can be achieved. However, normal UARTs are only built with the capability for single parity bit operation.

Whatever parity selection is used ( none, even, odd ) this nust be identical at both transmit and receive ends.

I suggest that using either parity is better than none because the destination will respond to that error immeadiately. Thus, you won't run or save a program with an error that can be detected by the parity check.

There is more to why a single bit parity check is pretty good, but you are probably better off with XMODEM, especially in large DNCed programs.

When you can fully load a program into CNC memory, then a very good error detection method is to dump the program back to the computer and do a file comparison with the original file sent.

www.beta-a2.com

.
Tweet this Post!Share on Facebook
Reply With Quote

  #2  
Old 06-04-2005, 12:01 PM
HuFlungDung's Avatar
Moderator
 
Join Date: Mar 2003
Location: Canada
Posts: 4,823
HuFlungDung is on a distinguished road
Interesting. If you add a parity bit, does this require more processing time at the cnc to do the parity check? I'm all for whatever is good in reliable communication. I've always used 2 stop bits and Parity "none", just because I thought that was some kind of time proven combo that was established long ago.
__________________
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

  #3  
Old 06-04-2005, 12:34 PM
Al_The_Man's Avatar
Community Moderator
 
Join Date: Dec 2003
Location: Canada
Posts: 15,706
Al_The_Man is on a distinguished road
Buy me a Beer?
I know at one time the protocol was programed by addressing the firmware of the UART, this is the IC that takes care of the hardware port of RS232, adding parity check should not affect processing time , just that the UART would normally just set an alarm bit on the UART on parity error.
The original standard was EIA which has been pretty much replaced by ISO (ASCII) communication on CNC, the EIA I believe used a parity bit in the 5th bit, but was 8 bits wide.
Al.
__________________
“Logic will get you from A to B. Imagination will take you everywhere.”
Albert E.
(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

  #4   Ban this user!
Old 06-04-2005, 01:57 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road
050604-1237 EST USA

Hu:

Al is correct that the processing of the parity bit is in the UART and takes no additional processing time in the CPU other than testing the UART parity bit and this is negligble.

As I previously indicated using parity adds 1 bit to the asynchronous word, thus approximately 10% to transmission time. This is a small price to pay for error detection.

But still remember that XMODEM is better for error detection because it effectively includes correction up to a point.

You are far better off with parity enabled as I previously discussed.

There is a lot of information presented on various web sites that is not based on basic fundamentals.

For example, it is very hard to find a source that gives the precise relationship between inches and centimeters. The answer for the exact relationship is 1 inch = 2.54 cm with as many zeroes to the right as you want. Whereas 39.37 in = 1 meter is only an approximation.

.
Tweet this Post!Share on Facebook
Reply With Quote

  #5   Ban this user!
Old 06-04-2005, 03:10 PM
gar gar is offline
 
Join Date: Mar 2005
Location: USA
Posts: 1,498
gar is on a distinguished road
050604-1348 EST USA

Some more comments:

RS232 communication as normally used, with or without parity, is an open loop system (no feedback).

In such an open loop system you must have an extremely low error rate, and that requires a very high "signal-to-noise" ratio. To send a 10 million byte file to a CNC without error you must have zero errors in 100 million bits. And really it means the error rate must be much less than 1 bit per 100 million.

XMODEM or similar programs send a block of data, for example 128 bytes, with included check data. At the destination the received block of data is tested for errors. If one or more errors exist the sender is asked to resend the block. This will be repeated some number of times until the system gives up. The lower the "signal-to-noise" ratio the greater the number of retransmissions. This is a feedback system that can provide error detection and correction up to some point.

This will take some time in the CNC CPU, but not much.

The feedback system can operate at a much lower "signal-to-noise" ratio than the open loop system and provide error free operation.

.
Tweet this Post!Share on Facebook
Reply With Quote

Sponsored Links
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
uploading from machine miljnor Haas Mills 21 06-15-2005 11:02 AM
Show me the bits darth442 General Metalwork Discussion 0 05-18-2005 02:34 AM
Reading 12 bits // encoder - Lead & Lag dehclau General Electronics Discussion 9 10-27-2004 03:03 AM




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