loadYamlAxis.cmd

description

Script for loading Axis from yaml file via jinja2

details

adds an Axis, based on a yaml config file

author

Niko Kivel, Anders Sandström


paramters

FILE the yaml-file containing the PLC definition
DEV the device name (optional, defaults to ${IOC}


Example calls:

  • call
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml"
${SCRIPTEXEC} "./loadYamlAxis.cmd" "FILE=./axis1.yaml, DEV=foobar"