Example File
- Last UpdatedOct 24, 2023
- 1 minute read
The file below is an example of a set-up for autopos control in a simple and straight-forward situation when no special sorting criteria are defined and when all profiles are bundled together. Further the position numbers of all parts start in 1.
Example
|
NEW; |
|
|
BUNDLE /STI /FLA /PIL /BPR; |
|
|
CASE, 'NORMAL' |
|
|
/START=1 /MAX=1000 /STI /FLA /PIL /BPRO |
|
|
/START=1 /MAX=1000 /PLA |
|
|
/START=1 /MAX=1000 /BRA |
|
|
/START=1 /MAX=1000 /CLI |
|
|
/START=1 /MAX=1000 /DOU |
|
|
;/GEO/START=1/MAX=1000/FUN=2 |
|
|
; |
|