Transcript feature in Inventor

By Philippe Leefsma

Q:

Where is the Transcript feature located in Inventor ?

A:

The Transcript feature has been removed in Inventor 5 and is no longer supported. A transcript is a script similar to VBA (but not VBA) which contains instructions to play operations multiple time. This feature will record all your actions inside Inventor and can be replayed later. You cannot activate this feature from the user interface (as it is removed) and you need to work into the registry. Find below the instructions on how to proceed.
You have to edit registry keys directly (using regedit or similar) to turn transcripting on. Without Inventor running you should set the registry key (Inventor 2013):

HKEY_CURRENT_USER\Software\Autodesk\Inventor\RegistryVersion17.0\System\Preferences\Transcript\TranscriptingOn
to 1

Then you should set the following if you wish to have an user interface to play the file:

HKEY_CURRENT_USER\Software\Autodesk\Inventor\RegistryVersion17.0\System\Preferences\Transcript\AllowReplay
to 1.

Then run Inventor and create your drawing. This creates a transcript file (*.tf) in the location specified in the registry key two keys above the one specifying TranscriptingOn. On my machine, this is the key:

C:\Program Files\Autodesk\Inventor 2013\Bin\Inventor.exe:TransDir

It might be different on yours. You can manually edit this *.tf file if you wish.
To run the macro, start Inventor with no document open, then
*  drag and drop the macro (*.tf) file onto the Inventor window.
* or from the "Extra Tools" pull down menu, choose "Replay Transcript".
(You might want to edit the file to remove the last couple of lines, which actually close the drawing).

NOTE: Transcripting feature has been removed in Inventor R5 and is not officially supported and has to be used at your own risk.


Comments

5 responses to “Transcript feature in Inventor”

  1. Have you realy ever tried this in Inventor 2013? I see no possibility to enable the old interface in Inventor 2013. I don’t see a function “Replay Transcript” in Extras. Drag&Drop of a tf-File= Error
    See docx for explanation
    https://www.dropbox.com/s/nkkh0cnk8u6j9zn/tf.docx
    Thanks
    Juergen

  2. Philippe Leefsma Avatar
    Philippe Leefsma

    Hi There,
    Did you try drag & drop the rtf file inside Inventor as mentioned in the article?
    You can also programmatically invoke the command, which will display a file selection dialog:
    ThisApplication.CommandManager.ControlDefinitions.item(“AppReplayTranscriptCmd”).Execute
    I don’t know where is located the command on the UI, if anywhere.
    Regards,
    Philippe.

  3. Thanks, works great!

  4. I have created a inventor benchmark test based on the transcript feature.
    http://inventorfaq.blogspot.de/2012/10/benchmark-test-fur-inventor-2013.html

Leave a Reply to Jürgen WagnerCancel reply

Discover more from Autodesk Developer Blog

Subscribe now to keep reading and get access to the full archive.

Continue reading