WaferEntry
SuperCROSS | Production System | SuperWEB2 | |||||
---|---|---|---|---|---|---|---|
Element | Format | Description | Save | Load | Load | Save | Load |
WaferEntry | WaferEntryDefine WaferBody WaferEnd | ||||||
WaferEntryDefine | 'WAFER' | Yes | Yes | Yes | Yes | Yes | |
WaferBody | (DimensionEntry)+ (DeriveEntry) {AutoAxisTotalOption} {AxisMapEntry} {ManualDecPlace} {ManualPowerTen} | Yes | Yes | Yes | |||
AutoAxisTotalOption | ('AUTO_AXIS_FIRST' | 'AUTO_AXIS_LAST') IdentifierString |
| Yes | Yes | Ignored | No | Ignored |
ManualDecPlace | 'AXIS_MANUAL_DECIMAL' (ManualFormatEntry)+ | Not saved by default: see the note below. | Yes | Yes | Ignored | Ignored | Ignored |
ManualPowerTen | 'AXIS_MANUAL_POWER_TEN' (ManualFormatEntry)+ | Not saved by default: see the note below. | Yes | Yes | Ignored | Ignored | Ignored |
ManualFormatEntry | ' "' PositiveInteger1 ', ' PositiveInteger2 '"' |
| Yes | Yes | No | No | No |
WaferEnd | 'END WAFER' | Yes | Yes | Yes | Yes | Yes |
ManualDecPlace and ManualPowerTen
SuperCROSS does not save these flags to the TXD file by default.
To change this, you need to add a setting to the super.ini configuration file:
- Make sure SuperCROSS is not running.
- Open super.ini in a text editor. If you installed to the default location, this file is located at C:\Program Data\STR\SuperCROSS\super.ini.
Search the file to check whether it already includes a
[TXD]
section.If the file already includes a
[TXD]
section, set the value of theSaveExtraUserSettings
parameter to 1.If there is no
[TXD]
section in super.ini, add the following section to the end of the file:CODE[TXD] SaveExtraUserSettings=1
- Save your changes to super.ini and restart SuperCROSS.