pcalonzi2
Mechanical
- Feb 1, 2013
- 18
All,
I am trying to use the value command in a menu script, however everytime I do so, I get an error:
Syntax error at line 16 in file: \\lildata01group\NX_Pilot\Configuration_Files\CPD\GROUP\TOOLING\application\MTG_MODELING.men
Found an unexpected keyword VALUE.
This is the code for Value:
VALUE statement
Specifies the initial value of a toggle button, which can be either OFF or ON. The VALUE statement is optional.
Example:
...
MENU UG_WCS
TOGGLE_BUTTON UG_WCS_DISPLAY
LABEL Display WCS
ACTIONS STANDARD
VALUE OFF
...
This is my code:
TOGGLE_BUTTON HOLE_TOOL_RENAME_SCREWS
LABEL Auto-Rename Screws
VALUE ON
Any suggestions?
Thanks,
-Pat
Thank you,
-Pat
I am trying to use the value command in a menu script, however everytime I do so, I get an error:
Syntax error at line 16 in file: \\lildata01group\NX_Pilot\Configuration_Files\CPD\GROUP\TOOLING\application\MTG_MODELING.men
Found an unexpected keyword VALUE.
This is the code for Value:
VALUE statement
Specifies the initial value of a toggle button, which can be either OFF or ON. The VALUE statement is optional.
Example:
...
MENU UG_WCS
TOGGLE_BUTTON UG_WCS_DISPLAY
LABEL Display WCS
ACTIONS STANDARD
VALUE OFF
...
This is my code:
TOGGLE_BUTTON HOLE_TOOL_RENAME_SCREWS
LABEL Auto-Rename Screws
VALUE ON
Any suggestions?
Thanks,
-Pat
Thank you,
-Pat