The chat responses are generated using Generative AI technology for intuitive search and may not be entirely accurate. They are not intended as professional advice. For full details, including our use rights, privacy practices and potential export control restrictions, please refer to our Generative AI Service Privacy Information. As this is a test version, please let us know if something irritating comes up. Like you get recommended a chocolate fudge ice cream instead of an energy managing application. If that occurs, please use the feedback button in our contact form!
Skip to content

Revolutionize your AI operations across locations with seamless cloud integration. Our Industrial AI Suite runs on a new line of Industrial PCs powered by NVIDIA's GPUs accelerating AI execution. This makes complex AI tasks in advanced automation broadly available and boosts efficiency.

AI Software Development Kit CLI

python -m simaticai

usage: python -m simaticai [-h] {convert_package,create_delta_package,run_pipeline,telemetry} ...

AI SDK command line interface.

positional arguments:
  {convert_package,create_delta_package,run_pipeline,telemetry}
    convert_package     Convert a Pipeline Configuration Package to an Edge Configuration Package that can be directly deployed.
    create_delta_package
                        Create a Delta Configuration Package that can be deployed onto the original pipeline on AI Inference Server.
    run_pipeline        Run an edge pipeline package locally.
    telemetry           Manage your consent for telemetry data collection.

options:
  -h, --help            show this help message and exit

python -m simaticai convert_package

usage: python -m simaticai convert_package [-h] package_zip

positional arguments:
  package_zip  Path to the input package file. For "{path}/{name}_{version}.zip", the output file will be created as "{path}/{name}-edge_{version}.zip". If a file with
               such a name already exists, it is overwritten.

options:
  -h, --help   show this help message and exit

python -m simaticai create_delta_package

usage: python -m simaticai create_delta_package [-h] origin_package new_package

positional arguments:
  origin_package  Path to Origin Edge Package file.
  new_package     Path to New Edge Package file.

options:
  -h, --help      show this help message and exit

python -m simaticai run_pipeline

usage: python -m simaticai run_pipeline [-h] [-c CONFIG_JSON] [--data DATA] [--test_dir TEST_DIR] package

positional arguments:
  package               Path to an Edge Package file.

options:
  -h, --help            show this help message and exit
  -c CONFIG_JSON, --config_json CONFIG_JSON
                        A JSON configuration file that contains additional configuration for the data source.
  --data DATA           Input data source
  --test_dir TEST_DIR   Directory for the test environment

python -m simaticai telemetry

usage: python -m simaticai telemetry [--help] [--status] [--allow] [--deny]

options:
  --help, -h    Show information about telemetry data collection.
  --status, -s  Show your consent statement about telemetry data collection.
  --allow       Allow telemetry data collection.
  --deny        Deny telemetry data collection.