|
|
Line 14: |
Line 14: |
|
| |
|
| [[Category:Debug]] | | [[Category:Debug]] |
| | <br> |
| | <br> |
| | <br> |
| | <br> |
| | <br> |
| <br> | | <br> |
| [[EVAL_TEXT]] <string variable><br> | | [[EVAL_TEXT]] <string variable><br> |
| [[GET_OP_FEAT_ANGLES]] <op number> <feature number> <start angle> <end angle> <included angle><br>
| |
| [[GET_OP_FEAT_CTOOL]] <op number> <feature number> <ctool type> <x> <y> <z><br>
| |
| [[GET_OP_MARKER_DATA]] <op number> - leave the rest<br>
| |
| [[GET_OP_PATH_END]] <op number> <xe> <ye> <ze><br>
| |
| [[GET_OP_PATH_START]] <op number> <xs> <ys> <zs><br>
| |
| [[GET_PATH_END]] <path number> <xe> <ye> <ze><br>
| |
| [[GET_PATH_FEAT_ANGLES]] <path number> <feature number> <start angle> <end angle> <included angle><br>
| |
| [[GET_PATH_START]] <path number> <xs> <ys> <zs><br>
| |
| [[GET_POST_NUM]] <post number variable> <value><br>
| |
| [[GET_SOLID_EXTENTS]] <solid number> <xmin> <ymin> <zmin> <xmax> <ymax> <zmax><br>
| |
| [[GET_WP]] <wp number><br>
| |
| [[MOVE_PART_ORIGIN]] <WorkPiece number> <dx> <dy> <dz><br>
| |
| [[PROGRESS_SET]] <value between 0.0 and 1.0><br>
| |
| [[PROGRESS_START]] <title><br>
| |
| [[PROGRESS_STOP]] <br>
| |
| [[PROGRESS_TITLE]] <new title><br>
| |
| [[RUN_PLUGIN]] <plugin name, without .dll><br>
| |
| [[SET_VIEW]] <view = TOP/FRONT/LEFT/RIGHT/BACK/BOTTOM/ISO/HOME><br>
| |
| [[SET_WP]] <current wp><br>
| |
| [[YESNO]] <prompt> <variable><br>
| |
| [[ZOOM_VIEW]] <view scale, 0 for zoom full><br>
| |
Revision as of 21:49, 2 August 2010
Up
Command
- TRACE <ON/OFF>
- Show a dialog box that displays every line in the macro, what is happening at specific points. can use trace on at any point in the macro and use trace off to stop at any point for specific places.
Parameters
- <ON/OFF>
- ON/OFF
Example
- TRACE ON
- TRACE OFF
EVAL_TEXT <string variable>