Community Tip - Stay updated on what is happening on the PTC Community by subscribing to PTC Community Announcements. X
I make many graphs of stress along a capping plane edge and export as Excel. I currently automate almost all the 20 or so steps using WinParrot http://www.winparrot.com/ (The Creo 1.0 Results Templates only help with some of the steps.) WinParrot performs actions at defined mouse coordinates in a window, and so it's powerful but somewhat 'fragile'. Does anyone have a more robust solution for scripting a complex setup of results?
AutoIT - no doubt. Some work, but no doubt.
Some work, as in difficult to understand?
I don't know anything about programming. Making mapkeys in Pro/E or Creo is easy, just click and play. Does AutoIT work the same way?
I found a AutoIT script in an other topic here to automatically create a new drw with the name of the active part. Works like a charm, I'd like to edit it, add some more steps, but haven't got a clue how to do it...
Thanks, David and Robbie. Both of those look promising.