chargelink beckhoff =================== Export Beckhoff synchronization metadata used in EL6761 or ADS-backed bench environments. Reference syntax ---------------- .. code-block:: text usage: chargelink beckhoff [-h] {sync} ... positional arguments: {sync} options: -h, --help show this help message and exit Subcommands ----------- .. list-table:: :header-rows: 1 :widths: 25 75 * - Subcommand - Purpose * - ``sync`` - Export Beckhoff synchronization metadata for EL6761 or ADS use. sync ---- Export Beckhoff synchronization metadata for EL6761 or ADS use. CLI help ~~~~~~~~ .. code-block:: text usage: chargelink beckhoff sync [-h] [--ams-net-id AMS_NET_ID] [--ip-address IP_ADDRESS] [--output OUTPUT] options: -h, --help show this help message and exit --ams-net-id AMS_NET_ID --ip-address IP_ADDRESS --output OUTPUT Production examples ~~~~~~~~~~~~~~~~~~~ **Export Beckhoff sync metadata.** .. code-block:: bash chargelink beckhoff sync --ams-net-id '5.24.33.1.1.1' --ip-address '192.168.10.50' --output 'artifacts/beckhoff/sync.json' **Export a second Beckhoff sync payload.** .. code-block:: bash chargelink beckhoff sync --ams-net-id '5.24.33.1.1.2' --ip-address '192.168.10.51' --output 'artifacts/beckhoff/sync_b.json'