Skip to content

Commit

Permalink
Update a test script
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Oct 16, 2024
1 parent 96ee7dd commit 4562471
Showing 1 changed file with 2 additions and 3 deletions.
5 changes: 2 additions & 3 deletions examples/test/ecmccomp/el7041-0052.script
Original file line number Diff line number Diff line change
@@ -1,9 +1,8 @@
##############################################################################
## Example config for el7031

require ecmccfg v9.0.1_RC4,"ECMC_VER=v9.0.1_RC4,ENG_MODE=1"
require ecmccfg "ENG_MODE=1"

epicsEnvSet(IOC,c6025a)
# Load components lib
require ecmccomp

Expand All @@ -20,7 +19,7 @@ epicsEnvSet("ENC_SLAVE", "14")
${SCRIPTEXEC} ${ecmccfg_DIR}addSlave.cmd, "SLAVE_ID=$(ENC_SLAVE), HW_DESC=EL5042"

#- Apply encoder config with some custom macros
${SCRIPTEXEC} ${ecmccomp_DIR}applyComponent.cmd "COMP=Encoder-RLS-LA11-24bit,CH_ID=1"
${SCRIPTEXEC} ${ecmccomp_DIR}applyComponent.cmd "COMP=Encoder-RLS-LA11-26bit-BISS-C,CH_ID=1"

#Apply hardware configuration
ecmcConfigOrDie "Cfg.EcApplyConfig(1)"
Expand Down

0 comments on commit 4562471

Please sign in to comment.