Skip to content

Substrate Map Page#

🔒 SubstrateMap.Show

The Substrate Map page displays general information on the specific Substrate Map. In addition it enables you to perform all the operations that can be performed on a specific Substrate Map.

Details View#

Depending on the optional modules that are licensed in the system, the Details view will display some or all of the following page sections:

  • Details - displays general information on the Substrate Map.
  • Attributes - enables the visualization of existing Attributes and the possibility to create new ones. For more information, see Attributes.
  • Attachments - shows the documents that are attached to the Substrate Map and enables you to attach additional documentation to it.

details_view

Info

The Download button on the top ribbon allows you to download the Substrate Map and Apply Bin Converter.

Content View#

This view displays a visual representation of the contents of the Substrate Map.

On the left panel of the Substrate Map you will be able to search the substrates tree, which uses the following icons:

substrate_map_tree_icons

On the right panel you will have access to general information, such as:

  • Substrate
  • Layout
  • Unit
  • Bin Codes
  • Navigator
  • Settings

It is also possible to pan, use the select mode, reference device mode, reset view, flip vertically/horizontally, zoom in, zoom out, and rotate the Substrate Map. Additionally, by selecting a cell, a pop-up will provide you with information that is specific to that cell.

create_substrate_map_02

Image of the same map as above but with the Reference Device Mode enabled:

reference_device_mode_on

Image of the same map as above but with the Flip Horizontally enabled:

flip_horizontally_on

Image of the same map as above but with Bin Converter:

bin_converter

Image of the same map as above but with Convert Mode enabled:

convert_mode_on

Note

The Convert Mode is only available if the map has a converter.

Info

Right panel contains Transparent bin option. This is only available when there is at least one Converter applied with the To Bin Code set to Transparent. Additionally, the Bin Converter must be Colors and Values because only this Bin Type can define transparency. To view the transparent bin codes you need the following security feature: 🔒 SubstrateMap.ViewTransparent.

Here you can access a sample Substrate Map XML file and see the details of the document tree.

Bin Code Map XML representation according to the Map Type#

all_map_types

The Bin Code Map above can be represented in the following Map Types:

2DArray Format (most common)#

<BinCode>.34.</BinCode>
<BinCode>.12.</BinCode>

Note

The order of rows should match the order that appears when viewing the map, independent of Origin Location and Axis Direction. Also, the number of units must match the layout dimension.

Row/Column Format#

<BinCode X="1" Y="0">12</BinCode>
<BinCode X="1" Y="1">34</BinCode>

or

(**Data structure:** <X> <Y> <Chip Qty> <Bin> <Bin>...)
<BinCode>1 0 2 1 2</BinCode>
<BinCode>1 1 2 3 4</BinCode>

Note

The values of Coordinates X and Y depends of the Origin Location and Axis Direction, and are zero-based numbered.

Array Format#

(**Data structure:** <BinRow0Col0>...<BinRow0ColN><BinRow1Col0>...)
<BinCode>.34..12.</BinCode>

Note

The order of rows should match the order that appears when viewing the map, independent of Origin Location and Axis Direction. Also, the number of units must match the layout dimension.

Coordinate Format#

<BinCode X="1" Y="0">1</BinCode>
<BinCode X="2" Y="0">2</BinCode>
<BinCode X="1" Y="1">3</BinCode>
<BinCode X="2" Y="1">4</BinCode>

or

(**Data structure:** <X> <Y> <Bin> â€Ļ <X> <Y> <Bin>)
<BinCode>1 0 1 2 0 2</BinCode>
<BinCode>1 1 3 2 1 4</BinCode>

Note

The values of Coordinates X and Y depends of the Origin Location and Axis Direction, and are zero-based numbered.

Examples of Hierarchical Layout#

sub_map_hrchcl_layout1

sub_map_hrchcl_layout2

Here you can access a sample Substrate Map Hierarchical Layout XML file and see the details of the document tree.

It may also be useful to look at SEMI E142 - Specification for Substrate Mapping information.

References View#

This view combines information concerning other objects that have references to the current object:

  • Relations - displays the existing Relations between the Substrate Map and other entities and enables the user to edit them. For more information on Relations, visit the section Relations.
  • Where Used - displays the set of relationships between the Substrate Map and the other objects used throughout the system.

History View#

This view combines information concerning other objects that have references to the current Substrate Map object:

  • History - displays the history of the operations, associated information, user(s) performing the changes and date and time of the changes.