Command Line Interface
The Model Manager can also be used via the Command Prompt. The mllib_toolbox.exe is available for this purpose.
The Executable is located in <TwinCatInstallDir>\Functions\TF38xx-Machine-Learning\Utilities\ModelManagerAPI.
Help is displayed by running the exe without arguments.
Using the API
Creating a JSON and PlcOpenXml from an ONNX file
mllib_toolbox.exe onnxprep C:\PathTo\mymodel.onnx
Display of model information
mllib_toolbox.exe info C:\PathTo\mymodel.json
The creation of Custom attributes is not supported in the CLI.