CAD Forum - tips, tricks, discussion and utilities for AutoCAD, Inventor, Revit and other Autodesk products [www.cadforum.cz]
CZ | EN | DE
Login or
registration
  Visitors: 1148

CAD tip CAD tip # 6739:

   
Question CAD 
 %  platform  category 
Q - question

Solving intermittent random errors in AutoCAD input.

A - answer If your mouse picks (coordinates) or drawing commands are randomly interrupted, your mouse or keyboard (or their Windows drivers) may be faulty.

AutoCAD may receive different coordinates than you pick, there are additional points received, pick sequences (e.g. in polylines) may get interrupted, AutoCAD may start a command instead of getting a X-Y coordinate, typed characters are different or repeated, etc.

All these types of problems are usually caused by a hardware error or driver error (damaged, colliding with another system component) in your keyboard, mouse or other pointing device (tablet/digitizer, 3D mouse, etc.).

Try to update your kbd/mouse Windows drivers, reset their settings to factory defaults, or replace them physically.

If you need to debug the true input that AutoCAD receives, enter the following LISP command in the AutoCAD command line a press Enter:

(while(print(grread)))
Now pick different points - you should get a series of messages starting with "(3" - e.g.:
(3 (2231.96 2606.63 0.0))
(3 (2425.22 2667.03 0.0))
Possible other numbers mean that a different type of input was received (another mouse button, keyboard activity...). For a list of events, see GRREAD in AutoLISP Help. You can end the loop with ESC.
ACAD
100% *  CAD 
14.6.2009    12081×  
Prices - CAD eShop:
applies to: AutoCAD ·

See also:
Tip 8776:How to change camera FOV in Revit?
Tip 7503:Autodesk 3ds Max keyboard shortcuts.
Tip 5976:Keyboard shortcuts defined in AutoCAD.
Tip 5707:Command aliases - a commandline in Inventor.


Back   All CAD Tips



Have we helped you? If you want to support the CAD Forum web service, consider buying one of our CAD applications, or our custom software development offerings, or donating via PayPal (see above). You may also add a link to your web - like this "fan" link: CAD Forum - tips, utilities, blocks for Autodesk products
CAD:    OS:    Categ: 
Text:  FAQ glossary   



Featuring:
Increase your productivity with our set of BIM add-on functions for Autodesk Revit
CADstudio Revit Tools More info


Please use these tips at your own risk.
Arkance Systems is not responsible for possible problems that may occur as a result of using any of these tips.
TOPlist