To display PowerMill commands

Use the Echo Commands item to display the command issued when pressing a button or selecting a menu item in the command window. This is useful when debugging macros.

Click Home tab > Macro panel > Echo Commands to toggle command echoing.

Example

The following example shows the commands issued when you create a block at the model limits:

  1. Click View tab > Window panel > User Interface > Command Window to display the command window.
  2. Click Home tab > Macro panel > Echo Commands to toggle the echo on.
  3. Click Home tab > Setup panel > Block > Block to display the Block dialog.
  4. Click Calculate on the Block dialog.
  5. Click Accept on the Block dialog.
  6. Click Home tab > Macro panel > Echo Commands to toggle the echo off.

The command window shows:

The [ FORM BLOCK\R] response shows that the Form Block command was issued.

This can be used to:

  1. Find the actual command that is issued so that you can input it into a macro. In this case you can see that the actual command issued is Echo off DCPDebug Untrace Command Accept.
  2. Trace a macro execution when debugging a faulty macro, pinpointing which command is causing a problem. In this case, if you click Home tab > Macro Panel > Echo Commandsand then click Home tab > Macro panel > Run > Run to run a macro, you can see all the commands that are issued from the macro and identify any problem areas.