fire alarm devices auto numbering

fire alarm devices auto numbering

Anonymous
Not applicable
5,798 Views
9 Replies
Message 1 of 10

fire alarm devices auto numbering

Anonymous
Not applicable

Hi,

 My english is not good and i am beginer level in auto cad..i am not familier with lisp.

 

I have a drawing which has 1000 smoke detector devices. and each device should have number by sequence, starting from 1 and continue. and in future if i remove one device this all chain of numbers should automatticaly arrange .is it possible by lisp? when i copy paste new block number should change.... if yes please let me know in easy words and step by step...

 

thanks in advance.

0 Likes
Accepted solutions (1)
5,799 Views
9 Replies
Replies (9)
Message 2 of 10

ВeekeeCZ
Consultant
Consultant

Try THIS routine developed by Lee Mac.

0 Likes
Message 3 of 10

cadwomen
Collaborator
Collaborator
Hy i am not 100 positve but here , smoke detector got a Linenumber and an device Number and they are fix because you dont want do a renumbering them in the Bulding cu cw
If my post answers your question, please mark it as an Accepted Solution, so that others can find answers quickly!
0 Likes
Message 4 of 10

Anonymous
Not applicable

Thanks for reply .i already read this post but cannot understand .sure this my solution but i am not expert level.so i want step by step..if some one make block and tag for me it will be easy for me.i will use lisp and block copy paste

0 Likes
Message 5 of 10

Anonymous
Not applicable
some time we need to remove or add some smoke detectors
0 Likes
Message 6 of 10

ВeekeeCZ
Consultant
Consultant
Accepted solution

@Anonymous wrote:

Thanks for reply .i already read this post but cannot understand .sure this my solution but i am not expert level.so i want step by step..if some one make block and tag for me it will be easy for me.i will use lisp and block copy paste


I made a small screen capture for you.


I don't know what is the correct shape of Alarm Device Mark. I used a rectangle.
Numbering is in order that objects were created!!!

 

In the video I used some  shortcuts of my own COPY, ROTATE, MOVE... You will notice where... Sorry about that... just use the regular commands.
Sorry for misspelling "alarm"...

 

Link for the video.

Message 7 of 10

Anonymous
Not applicable

beekeezcz::::you are great.so solve my issue .i am so excited. cannot give anything except well wishes regards and prays...
.God will help you when no one available with you. beekeezcz

0 Likes
Message 8 of 10

Anonymous
Not applicable

There is another way - a professional package dedicated for design of low voltage installations (especially fire alarm) - WarAn.

It can automatically number detectors, insert (or remove) detectors and re-number them, add additional description, and draw a block scheme.

 

See for Yourself (only in Polish): https://www.warancad.pl/download/

And some tutorials on YouTube: https://www.youtube.com/channel/UCqPdmxbui5d0J9qmXg0EXwQ especially  the one about numbering detectors: https://www.youtube.com/watch?v=CS06_cadpyE

 

0 Likes
Message 9 of 10

hameedyasin87
Community Visitor
Community Visitor
hai sajidcad how to use this lisp can you please explain me step by step
me also facing same problem in fire alarm numbering
please help me
0 Likes
Message 10 of 10

Sea-Haven
Mentor
Mentor

If your happy with numbering based on creation order then its easy via a lisp, the second method a bit more complex sorts the objects based on their number order and renumbers them based on start number and increment. I did something recently maybe not here.

 

Post a dwg need to see your alarm.

0 Likes