Griffin Auto 25.07 (Switch App 4, Switch 2023 Fall, Windows Server 2019) uses Version "4000", but Zund-ZCC-Version is 3 and Zund-Hotfolder rejects the input files.
I build a workaround to change the Attribute "Version" and removing the <Page>-Node within <Geometry> - it works fine.
Is it possible to change the ZCC output Version within the Switch-App?
Thank you,
kind regards,
Robert
Before:
Code: Select all
<ZCC_cmd Version="4000" CommandID="JobDescription">
...
<Geometry>
<Page>
<Point X="21.996472311019904" Y="1442.0002598648389">
Code: Select all
<ZCC_cmd Version="1002" CommandID="JobDescription">
...
<Geometry>
<Point X="21.996472311019904" Y="1442.0002598648389">