I want to save the image simulation result and the same time, I need to export the text file of cross x and cross y data. How to do it using ZPL macro
Page 1 / 1
The sample macro is attached. You need to save the config file to generate the image simulation result and the cross x and cross y.
Here are some remarks when I wrote this macro.
- Be careful with the path. I spent hours on the mistake ‘’ and my colleague saved my life and nearly burnt brain. The correct one is “”.
- If we export multiple datasets, it’s important to add the flag 1 in GETTEXTFILE. If the flag value is 1, then the settings provided in the settings file, if valid, will be used to generate the file. This is the same if we want to generate a cross section of image simulation. The same code is : GETTEXTFILE Filename$, Sim, IS_settingsfilename$, 1
Reply
Enter your E-mail address. We'll send you an e-mail with instructions to reset your password.