Settings for 'Automatically select sheet' option

CWFlexLM License Manager

Settings for 'Automatically select sheet' option

You can assign the default setting whether the Automatically Select Sheet checkbox option should remain checked or unchecked when the Create Nesting Job dialog is displayed for a new nesting job. This particular setting is available in the DefaultValues.ini file.

 

Editing the settings for the 'Automatically select sheet' checkbox option in DefaultValues.ini

  1. Open the file named DefaultValues.ini file located in the CAMWorks Installation folder.
  2. Observe the section named [NestingData].  
  3. The  settings for enabling/disabling the option to automatically select sheet is given in Lines 15 and 16 under [NestingData] section.
  4. The flag named 'AutomaticallySelectSheet' indicates whether the 'Automatically Select Sheet' checkbox option will be checked or unchecked when the Create Nesting Job dialog is displayed.
  5. When the 'AutomaticallySelectSheet' flag is set to '0',  the Automatically select sheet checkbox in the 'Create Nesting Job' dialog will remain unchecked by default whenever the dialog is opened. This is the default setting at the time of installation.

[NestingData]

...

...

;Options for Tick / Un-tick AutomaticallySelectSheet: 0 : No, 1 : Yes

AutomaticallySelectSheet = 0

 

  1. When set to '1', the 'Automatically select sheet' checkbox in the 'Create Nesting Job' dialog will remain checked by default whenever the 'Create Nesting Job' dialog is opened.

[NestingData]

...

...

;Options for Tick / Un-tick AutomaticallySelectSheet: 0 : No, 1 : Yes

AutomaticallySelectSheet = 1