/Images
lib - name clashes with seemingly "reserved" Image ID's
#45
Labels
data-validation
related to validating user data, to prevent conversion errors, or warn users about unexpected result
question
Further information is requested
As shown in Example02.py, if you load an Image from the Image Library that is an ASML internaly-used image, such as alignment marks or mark clearouts, the tool-side ASML PAS software will pop an error during JobCreator conversion when you try to use this Image, giving:
And conversion thus fails.
The workaround is actually illustrated in Example02, line 58:
Simply changing the
ImageID
solves the issue and allows the image to be used.We have no record of the internally-stored
ImageID
's that would pop such an error. I can guess from the Alignment Mark types and Mark clearout types, but I assume there are numerous other prohibitedImage ID
's, stored internally in the PAS software somewhere.Should we try to catch those that we know of, or just allow the user to figure it out themselves during conversion?
Or maybe pop a non-failing "Warning" only, notifying of the known issue but not attempting to catch all disallowed ID's?
Encountered by @mdaal .
The text was updated successfully, but these errors were encountered: