Hello,
I want to automate the drilling process using XML – I am using UDFs to create holes and I want to add XML for drilling and threading. When I do this, I have, for example, 10 holes and 10 annotations with XML. In Process Manager, I call them, and even when I check AutoMerge, it inserts 10 drilling and threading operations instead of one merged drilling operation and one merged threading operation that would include all 10 holes in two operations instead of 20.
I found this video (17:30) where it works, and I am not sure where I am making a mistake.
Solved! Go to Solution.
What version\build of Creo are you running?
I am not sure how many sequences you are dealing with but reordering steps in the process manager seems to go faster than working in the model tree – if you manually reorder your steps so that the tools are consecutive you could try highlighting them> Tools> Automatic Merge (which feels more manual than Auto):
Is it possible one of the other requirements listed are not being met like “same orientation”? It would be interesting to know if you can perform the Automatic Merge described above.
This is an interesting topic with many details - I do not believe I know all of them but here are a few:
Thank you for your response.
I tried creating a UDF for an M6 thread, in which I added three annotations separately (spot drilling, drilling, threading), as shown in the picture. Then, I used the Reorder function to group annotations that use the same tool, as shown in the photo.
Even though the tools are in the correct sequence, the AutoMerge function does not work. In the Process Preview photo, the operations are still arranged in the original UDF order: spot drilling - drilling - threading - spot drilling - drilling - threading.
Would you recommend any other solution besides the AutoDrill function?
What version\build of Creo are you running?
I am not sure how many sequences you are dealing with but reordering steps in the process manager seems to go faster than working in the model tree – if you manually reorder your steps so that the tools are consecutive you could try highlighting them> Tools> Automatic Merge (which feels more manual than Auto):
Is it possible one of the other requirements listed are not being met like “same orientation”? It would be interesting to know if you can perform the Automatic Merge described above.
YES, it works, thank you so much, Bryant! I'm using Creo 9.
I created a UDF for a threaded hole and added an annotation with XML, containing spot drilling, drilling, and threading. Then, I created 20 holes placed in different locations on the board. Using Extract Steps, I invoked the XML, arranged the operations by tool, and then merged them using Automatic Merge. Now, instead of 60 operations, I have only 3, just as I wanted.Thank you again, Bryant! You really made my work easier.