Data from AutoCAD

Alex Pel

Member
Join Date
Feb 2004
Location
Vancouver
Posts
145
Does anybody now how to extract data from AutoCAD?

I would load labels directly from AutoCAD drawing to the thermo printer.

Thank you.
 
Alex, I am not a lisp guru by any means, but you will need to have a block defined called something like wire_number. The block will consist of an attribute named something like wirenum and an insertion point. Then your lisp program needs to scan the drawing for all occurences of the wire_number block and extract the text from the wirenum attribute. As I said, I'm not a lisp expert, but hopefully that will steer you in the right direction. Maybe someone else here has more experience with lisp.
 
Never used a lisp routine, but i did stumble across the 'eattext' command. Once you have the variables/data in attribute form, you can easily extract into table form using excel and others......


Hope this helps ;)
 
Alex Pel said:
Does anybody now how to extract data from AutoCAD?

I would load labels directly from AutoCAD drawing to the thermo printer.

Thank you.

You can export data to an Excel file using AutoCad Electrical.
 

Similar Topics

Hi folks, I'm not as accustom with Siemens & WinCC, however I've been asked to increase the amount of data an existing application is logging...
Replies
2
Views
61
Has anyone migrated Proficy Historian data to a new server? I followed the guide to move all the data over, but when I run the utility, it stops...
Replies
0
Views
44
I cannot add SLC500 analog input tag (I: 8.3) to EZSeries Touch Panel Editor (V 5.3). I used all the listed tag datatype but it all says "Invalid...
Replies
10
Views
254
Hi, Wy we log data in PLC using DLG instruction, when we have option to log data in HMI
Replies
1
Views
77
Hi, I cannot find the DLCA1764.EXE utilty software for data retrieving. Can someone share the link to download this software. Thanks!
Replies
4
Views
114
Back
Top Bottom