Can I automatically number a list of items (e.g. parking spots) in AutoCAD?
Short Answer
Yes — in AutoCAD, you can automatically number a list of items like parking spots by placing text or block attributes first, then using TCOUNT to renumber them in sequence. This is the most common professional method for visible numbering on plans. Limitation: it only works on selected text, Mtext, or attributes already placed.
What You Need to Know Before
Warning: TCOUNT numbers objects in the order you select them or by the sorting method you choose, so a bad selection sequence can produce the wrong parking spot order. It also will not create labels for empty spaces—you must already have text or attributed blocks in place.
How to Automatically Number Parking Spots in AutoCAD
Command: TCOUNT
Shortcut: No default alias
Quick Steps:
- Place single-line text, Mtext, or attributed blocks at each parking spot, then start TCOUNT from the command line or Express Tools tab > Text panel.
- Select the text or attributes to renumber, then choose the sorting method such as selection order or X/Y position.
- Enter the starting number, increment, and optional prefix/suffix, then confirm overwrite when prompted.
Variables & Settings
Key Setting: Sort order option inside TCOUNT
Expert Setting: Choose the proper ordering method carefully. For parking layouts, X/Y sorting is usually faster for clean rows, while manual selection order is safer for irregular lots, angled bays, or serpentine numbering patterns.
Why it Fails
- Cause 1 (Geometry): Parking labels are not aligned in a simple row/column layout, so automatic X/Y sorting numbers them in the wrong sequence.
- Cause 2 (layers/Locks): Text or blocks are on locked layers, preventing edits to the existing numbers or attributes.
- Cause 3 (Command/Logic): The selected objects are not text, Mtext, or attributes, so TCOUNT cannot renumber them directly.
Quick Fix & Best Practice
- Quick Fix: Unlock the label layer, verify the labels are real text or block attributes, then rerun TCOUNT using manual selection order for irregular parking layouts.
- Manager’s Verdict: Use TCOUNT for fast visible numbering on plans and permit sets; avoid it when numbers must drive schedules or data workflows unless you use well-structured attributed blocks.
FAQ
Can TCOUNT number block attributes for parking tags?
Yes, if the block contains editable attributes, TCOUNT can renumber them.
Can I add a prefix like P-001, P-002, P-003?
Yes, TCOUNT supports prefixes and suffixes during numbering.
Can AutoCAD renumber spots after I insert new ones?
Yes, rerun TCOUNT on the affected labels to update the sequence.
.
