Community Tip - Have a PTC product question you need answered fast? Chances are someone has asked it before. Learn about the community search. X
Hello everybody,
Is it possible to export a multi-sheet .drw file into a single dwg file using the Distributed Batch?
Now, selecting the dwg_2d_export export .ttd file, a file is created for each sheet.
Matteo.
Solved! Go to Solution.
Hello @Matteo_1987
I pursued investigations in this direction, but I'm afraid to not be able to help you in the context of Distributed Batch on this buisness need for the following reasons.
When starting from q drawing with multiple sheets:
Searching in this direction, I identified (and rememberd, because already faced it in the past) about the limitation documented in article 207715
Due to above limitation in the context of mapkey execution via DBatch, I'm afraid to not be able to provide additional guidance in Distributed Batch direction. Quicker way to produce what you would like is probably therefore to:
Example of Mapkey:
mapkey dwg_export @MAPKEY_LABELdwg_export;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdModelSaveAs` ;~ Open `file_saveas` `type_option`;\
mapkey(continued) ~ Close `file_saveas` `type_option`;\
mapkey(continued) ~ Select `file_saveas` `type_option` 1 `db_560`;\
mapkey(continued) ~ Activate `file_saveas` `OK`;~ Activate `export_2d_dlg` `OK_Button`;
I'm sorry to not be able to help you more efficiently on this request,
Regards,
Serge
Hi,
please ask PTC Support.
Are you telling me to open a call?
Ty,
Matteo.
Hello @Matteo_1987
Yes. This was what @MartinHanak suggested. No need anyway, as I give PTC Technical Support's answer here in this post.
What you're facing is a current limitation. When driving presence of parameters with pre-defined values coming from tables in restricted parameter files, according to guidance documented in article 66567, the names and values of parameters are walwyas read dynamically in the file where restricted_val_definition config.pro option points to.
In other words:
This is illustrated in little movie below.
Based on above considretaion:
Regards,
Serge
Hi,
I think your answer belongs to different discussion.
Hi,
YES I do.
Hello @MartinHanak
Oh yes ... Sorry for that. I posted my reply in the proper discussion now in parallel.
Sorry also @Matteo_1987 for this confusion
I was looking at your post also in parallel of the other one, and did a mistake when replying. Hence the confusion in my eralier post in this context...
I will try to provide further guidance, but for now, all what I can already say it's that, when exporting Drawings with multiple sheets in DWG Format:
My axis of investigation:
Possible caveat => The name of file which will be registered in the mapkey ... Not tested yet
Not sure yet therefore if this will help, and unfortunately no time to test this right now, but I'll try to find some later today or tomorrow, and will share then further views later.
Regards,
Serge
Hello @Matteo_1987
I pursued investigations in this direction, but I'm afraid to not be able to help you in the context of Distributed Batch on this buisness need for the following reasons.
When starting from q drawing with multiple sheets:
Searching in this direction, I identified (and rememberd, because already faced it in the past) about the limitation documented in article 207715
Due to above limitation in the context of mapkey execution via DBatch, I'm afraid to not be able to provide additional guidance in Distributed Batch direction. Quicker way to produce what you would like is probably therefore to:
Example of Mapkey:
mapkey dwg_export @MAPKEY_LABELdwg_export;~ Close `main_dlg_cur` `appl_casc`;\
mapkey(continued) ~ Command `ProCmdModelSaveAs` ;~ Open `file_saveas` `type_option`;\
mapkey(continued) ~ Close `file_saveas` `type_option`;\
mapkey(continued) ~ Select `file_saveas` `type_option` 1 `db_560`;\
mapkey(continued) ~ Activate `file_saveas` `OK`;~ Activate `export_2d_dlg` `OK_Button`;
I'm sorry to not be able to help you more efficiently on this request,
Regards,
Serge