Skip to content
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

ZeroLayer required - catch this #27

Open
demisjohn opened this issue Jun 10, 2021 · 0 comments
Open

ZeroLayer required - catch this #27

demisjohn opened this issue Jun 10, 2021 · 0 comments
Labels

Comments

@demisjohn
Copy link
Owner

demisjohn commented Jun 10, 2021

If you disable the line:

ZeroLyr = MyJob.Layer() # Empty Layer with default values

Then the conversion with ASML JobCreator on the target tool will fail.
The ASML converter fails with:

ERROR: JD-0001
Reticle Data - Layer ID (1) Image ID (P1.2D200_00)
Image cannot be used, because it does not exist in this layer.

And then the JDJC converter crashes with an Exception 11

Currently, If the ZeroLayer is not defined, then the python script adds images to Layer "0".

Instead, should catch whether there is no Zero layer, and instead start adding Layers at # 1 (not 0).

@demisjohn demisjohn changed the title Warning: ZeroLayer required ZeroLayer required Jun 10, 2021
@demisjohn demisjohn changed the title ZeroLayer required ZeroLayer required - catch this Jun 10, 2021
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
Projects
None yet
Development

No branches or pull requests

1 participant