Use SMARTElectrode’s output functionality to write data in several prepared formats. Each export configuration can be customized, copied or deleted.
All initially available export configurations can be found in:<configuration directory>/export/
- ASCII — Write data to plain text file.
- CSV — Write data to semicolon-separated file for Excel.
- HTML — Write HTML shop floor documentation.
- IGES — Export models to IGES.
- STEP — Export models to STEP.
- ZK_TXT — Write data to formatted text file as import for Zimmer&Kreim POS2data.
- Other outputs, like data backup or drawing export to PDF, can easily created by adoption of existing export configurations.
Structure of an export configuration
Each export configuration consists minimally of a subdirectory, an options file and a template:
- <subdirectory> — the subdirectory name is the name of the export which can be selected in Output user interface.
- export.cfg — options for this export.
- <template>.<ext> — template, defining the content of the export.