export_xml
Export project content (variables, programs, configuration, DFB types, sections) as Control Expert XML. Returns XML inline or file path for large exports.
Instructions
Export project content as Control Expert XML and return it inline.
kind: 'variables' (all variables), 'program' (all program logic), 'configuration' (hardware config), 'dfb' (one DFB type, requires name), 'section' (one section, requires task and name). Large exports are written to a temp file and the path is returned instead.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| task | No | ||
| name | No |