Creo Advanced Framework > Configuring Creo Advanced Framework > To Configure Stock Length Tables and Cut List Tables
  
To Configure Stock Length Tables and Cut List Tables
Use the stocklength_table.cfg file to define the appearance of stock length tables and profile cut list tables. The stocklength_table.cfg looks as follows:
STOCKITEM_IDENT_PARAM BUW_NAME NAME 15, STOCKITEM_IDENT_PARAM BUW_TYPE TYPE 15, STOCKITEM_IDENT_PARAM BUW_SIZE_1 BUW_SIZE SIZE 15, STOCKITEM_ADD_PARAM BUW_LENGTH LENGTH 10, STOCKITEM_STANDARD_LENGTH 6000, CUT_WIDTH 5, CUTLIST_IDENT_PARAM_NAME MDL_NAME.
A line with STOCKITEM_IDENT_PARAM defines a parameter to identify a profile section and a column in stock length table. The syntax is STOCKITEM_IDENT_PARAM <Name of section identification parameter> <optional: Name of alternate section identification parameter> <column name in table> <column width in table>.
A line with STOCKITEM_ADD_PARAM defines a parameter to be added for stock length calculation and to be used as length value for cut list calculation. The syntax is STOCKITEM_ADD_PARAM <Name of parameter to add> <optional: Name of alternate parameter to add> <column name in table> <column width in table>.
A line with STOCKITEM_STANDARD_LENGTH defines the standard length of profiles in stock. The syntax is STOCKITEM_STANDARD_LENGTH <standard length value>.
A line with CUT_WIDTH defines cut width to be considered when cutting stock item into pieces. The syntax is CUT_WIDTH <cut width value>.
A line with CUTLIST_IDENT_PARAM_NAME defines a parameter to identify a profile part in the cut list. The syntax is CUTLIST_IDENT_PARAM_NAME <Name of parameter to identify profile part>. If the value is MDL_NAME, the name of the profile part is used. The EFX_ITEM_NR parameter can also be used to identify parts in a cut list.
A line with STOCKITEM_SPECIAL_LENGTH defines a stock item different than the standard length of profiles in stock. You have to specify the length of the stock item and the values of all STOCKITEM_IDENT_PARAMS, which identify the stock item. The syntax is STOCKITEM_SPECIAL_LENGTH <special length value> <value of STOCKITEM_IDENT_PARAM 1> ... <value of STOCKITEM_IDENT_PARAM n>.