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, 03:24 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road
basic length unit vs. least command increment

Please check if the following statements are 100% correct and accurate. If not, pl point out:
I read somewhere that the "basic length unit" (BLU) is the distance by which the slide moves with one electrical pulse to stepper/servo motor. It would depend on step angle, gear ratio, pitch of the lead screw etc.
How much is this distance, typically?
We can call it control resolution because this is the theoretical minimum distance which the control can differentiate. (Since the control uses a large number of bits, typically 32, to store the slide position, the bit storage capacity does not put a limitation on control resolution).
How is BLU (i.e., control resolution) related to least input increment (min possible is 0.0001 mm in IS-C)?

The operator's manual uses a term "least command increment" apart from "least input increment." What exactly is "least command increment"?

From operator's manual:
"The least input increment is the least increment for programming the travel distance. The least command increment is the least increment for moving the tool on the machine.
...
The least command increment is either metric or inch depending on the machine tool".

From parameter manual:
Parameter 1001#0 (INM) Least command increment on the linear axis
= 0 : in mm (metric system machine)
= 1 : in inch (inch system machine)

What exactly is metric/inch system machine?

Is least command increment same as what I am referring to as BLU?
How is least input increment related to least command increment when we use G21 on an inch system machine, or G20 on a metric system machine?
Reply With Quote

  #2   Ban this user!
Old 02-01-2011, 05:01 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

No replies yet.
Possibly I asked too many questions.

Ok. Just one question:
What is least command increment?
Reply With Quote

  #3   Ban this user!
Old 02-01-2011, 11:40 AM
 
Join Date: Nov 2009
Location: USA
Posts: 83
Chrliev is on a distinguished road

Sinha,

Here is how I understand it to be. In inch mode most machine tools typically work to a decimal represented as thus: 3.4 Your maximum number in the inch system is 999.9999 the minimum is 0.0001

In the metric system machine tools typically work to a decimal represented as thus: 4.3 Your maximum number in the Metric system is 9999.999 the minimum is 0.001

The inch system looks to be more accurate, but from a strictly numerical perspective the metric system is actually more accurate because 0.001mm is equal to 0.00003937inches. I say a "numerical perspective" because in reality, considering all the machanicals, ball screws and machinery inaccuracies you would do very well to machine a part within 5 times the minimum resolution of either system.

In other words .0005inch or .005mm on a typical CNC machine would be considered a very precise part in either measurement system.

I'm not sure if this answers your question, if not maybe it enhances your real world understanding of machine accuracy and phalacy...
Reply With Quote

  #4   Ban this user!
Old 02-01-2011, 09:56 PM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Thank you for your reply.
Can you differentiate between least input increment and least command increment?
What you describe, I understand, is least input increment.

I would request more people to join the discussion, even if they do not have exact or correct answer. Let us arrive at a conclusion. Just express your intuitive feeling.
Reply With Quote

  #5   Ban this user!
Old 02-02-2011, 10:38 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Those who are following this thread may look into another related thread:
http://www.cnczone.com/forums/fanuc/...id_rate-2.html
Reply With Quote

Sponsored Links
  #6   Ban this user!
Old 02-04-2011, 11:27 AM
 
Join Date: Nov 2009
Location: USA
Posts: 83
Chrliev is on a distinguished road

Please forgive me if I misunderstand, but it sounds to me like you might be asking something similar to, what is the difference between 12 and a dozen..?
Reply With Quote

  #7   Ban this user!
Old 02-04-2011, 10:36 PM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Least input increment is not same as least command increment, though usually these are numerically same. There can be a factor of 10 also between the two.

Actually, I want to know what happens at the design level. What is the effect of one electrical pulse, etc.? Of course, these things are not meaningful at programmers' level.
Reply With Quote

  #8   Ban this user!
Old 02-07-2011, 06:27 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

Got some more information:
On a metric machine, least command increment is always 0.001 mm in IS-B, irrespective of G20/G21. Thus, in G20 mode, least input increment would be 0.0001 inch whereas the least command increment would still be 0.001 mm. Least input increment is minimum INPUT data (through program), whereas least command increment is minimum machine OUTPUT. An internal conversion at the control level must be going on, to ensure programmed movement in terms of least input increment.

On an inch machine, least command increment is always 0.0001 inch in IS-B.
This is equal to 0.0025 mm. Now, what I do not understand is, how the machine would ensure 0.001 mm movement in G21 mode, since output smaller than 0.0025 mm is not possible on inch machine. Any idea?
Reply With Quote

  #9   Ban this user!
Old 02-12-2011, 03:26 AM
 
Join Date: Feb 2006
Location: india
Posts: 1,187
sinha_nsit is on a distinguished road

The answer is, as I understand, 0.001 mm movement is not possible on an inch machine which always moves the slides in steps of 0.0001 inch (i.e., 0.0025 mm), in IS-B. Therefore, there is going to be a mismatch (of +/-0.001 mm or +/- 0.0005, depending on specified input value) between input and output values. This is very small compared to repeatibility of the machine. Hence. we do not have to bother about it. It is only a theoretical discussion.
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
Jog increment and continous/step rrrevels Machines running Mach Software 3 08-12-2009 08:09 PM
Newbie- increment input z axis hrlywomn Mazak, Mitsubishi, Mazatrol 6 03-22-2008 04:00 PM
How to increment a parameter in G-code Involute Syil Products 3 09-22-2007 12:59 AM
Jog Increment gleas Larken 1 07-24-2007 12:07 AM
Increment the Z. civilseal Machines running Mach Software 6 03-06-2007 08:46 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