-
Notifications
You must be signed in to change notification settings - Fork 4
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Max # Images in a Job #28
Comments
Acutal limit may actually be between 36 --> 108. |
Also could use Instance Images (only enabled if ASML s/w option "Compound Image Design/CID" is installed). Maybe not since this would require user to also verify this s/w option is licensed and enabled. |
Ran a job just now, and via GUI was able to expose up to ~900 of a single Image, but it failed for ~4000 Images. Still don't understand what the limit is, apparently not as simple as "max # Images" - might have something to do with internal Route creation. |
In the GUI, can't define more than exactly 50 separate Images in "Image Definition" |
MDaal noticed: need to also account for Alignment Mark images - so should pop this error in the Conversion script. Make a new function Make sure those AlMk Images get added before the check! |
ASML's converter fails if more than 150 Images are defined.
Should pop a Warning during
export()
&add_Images()
if this quantity is exceeded.ASML's convert will produce the error:
On the 151'th Image that is defined.
Not sure if should limit to exactly 150 Images max (90% sure this is correct) or 149 to be safe.
The text was updated successfully, but these errors were encountered: