loadYamlEnc.cmd

description

Script for adding Encoder from yaml file via jinja2

details

adds an encoder to an axis, based on a yaml config file

author

Anders Sandström


paramters

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


Example calls:

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