Skip to content

ECMC configuration

Niko Kivel edited this page Dec 11, 2018 · 2 revisions

ECMC_config

instantiate with

require ECMC_config

optionally with MACROS, see below for deatils.

require ECMC_config "ECMC_VER=kivel, EthercatMC_VER=kivel, SCRIPTEXEC=runScript, INIT=)


dependencies

  • ecmc
  • EthercatMC
  • stream

Arguments

mandatory

none

optional

MACRO default
MASTER_ID 0
SYS IOC
ECMC_VER kivel
EthercatMC_VER kivel
SCRIPTEXEC iocshLoad
INIT initAll

Environment variables

  • ECMC_CONFIG_ROOT: root of this module. To be more flexible.
  • ECMC_CONFIG_DB: where the databases, templates and substitutions live.
  • EthercatMC_DB: same for EthercatMC
  • STREAM_PROTOCOL_PATH: path to streamDevice protocol files

command description

Clone this wiki locally