Language
- Last UpdatedDec 15, 2023
- 1 minute read
The definition of the input language can be found in Robotics, Section III, Chapter 1. In addition the following keywords have been added:
Statements/attributes Usage
|
RAW_PLATE |
Use this statement to define the available raw plates. |
|
QUANTITY |
Attribute to the RAW_PLATE statement. It must be used when the quantity of the raw plates is larger than 1. |
The name of the syntax file is d0320174.sbx and the corresponding message file is d0300174.sbm.
|
Example: |
|---|
|
The following input will select all plate parts within the given block and nest them on the specified raw plate. If the number of raw plates is insufficient or if the size is too small some plate parts will not be nested. The reason for not nesting some plate parts will be specified in the log-file for each part. |
|
RAW_PLATE, 'NORM1'/QUANTITY=10; |
|
RAW_PLATE, 'NORM2'/QUANTITY=10; |
|
RAW_PLATE, 'NORM3'/QUANTITY=5; |
|
RAW_PLATE, 'NORM4'/QUANTITY=10; |
|
RAW_PLATE, 'SPEC1'; |
|
BLOCK, 'ES123'; |