janickovic Posted June 2, 2020 Posted June 2, 2020 Hi, anyone here with experience for ac core console, and data extraction? I have an datalink established in autocad file to extract attributes from certain blocks, all works fine within autocad, using this command (command "DATALINKUPDATE" "U" "K") the table is being updated and all works fine. when this command is run in scr file in ac core console, it simply says 2 object found, 2 object cannot be updated. Any idea why ? Quote
rlx Posted June 2, 2020 Posted June 2, 2020 (edited) see here (old link, could be updated by now) scripts open a drawing in autocad window, core console in effect only the command line , so not all autocad commands work there as also not all vla- functions will work there. Simply put : only commands that don't need a dialog and vanilla lisp will work. Edited June 2, 2020 by rlx Quote
janickovic Posted June 2, 2020 Author Posted June 2, 2020 yes, i am aware of the fact the functions are limited, i was just not able to confirm this is the case. I know the web page, and i confirmed -DATAEXTRACTION, DATAEXTRACTION, DATALINK, DATALINKUPDATE is the list. thats why i was curious, maybe i was doing something wrong. I have a huge automation script on powershell + lisp which does lot of work for us and simply this a missing piece. Thats why I was searching for solution. Quote
rlx Posted June 2, 2020 Posted June 2, 2020 probably played once or twice with datalink etc. But if script works , relax and enjoy your coffee... but maybe you get better reactions , the day is still young.... Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.