Community Tip - Learn all about PTC Community Badges. Engage with PTC and see how many you can earn! X
I'm working in Creo 2. A new customer has requested an upgrade to a machine we built for another company a decade ago. I've got the native Pro E files and the drawings. We currently use a start part with parameters that fill our current title block with up to date information. I'd like to batch edit/add our current "start part" parameters to the old model. Any idea of how to do this?
Solved! Go to Solution.
Hi,
You can use distributed batch model check to make bulk changes to parameters. It's included on the install disk but needs to be installed when you install pro/e.
You can also use autoit, workspace pro and or jlink/ vb api or toolkit to automate the work if the values are different for each part.
Need more details of what needs to be done to be of more help.
Hope this helps,
Don Anderson
Hi,
You can use distributed batch model check to make bulk changes to parameters. It's included on the install disk but needs to be installed when you install pro/e.
You can also use autoit, workspace pro and or jlink/ vb api or toolkit to automate the work if the values are different for each part.
Need more details of what needs to be done to be of more help.
Hope this helps,
Don Anderson
Thanks Don,
I've got Creo Distributed Batch already installed. I use it for batch printing and creating step files... I hadn't even thought to look.
Ok Don,
I've been through DBatch and am at a loss at what I need to run to change the parameters of an entire job's worth of part/assembly files. I've done a little googling and come up empty. Is there a decent tutorial you might recommend? Or would you explain how to do this?
Hi John,
Take a look at the following
Making model check work for you
If you are needing to assign constant values to parameters like your name to the Designed_BY parameter you can use modelcheck in distribute batch mode to process all of the files in a directory.
the parameters are set in a file %start.mcs which should be located in a folder %modelcheck\config\start\
If the values are different from part to part then you will need to create a program to take care of the changes using one of pro/e programing api's like weblink, vb api, or toolkit.
Don