Skip to content

Commit

Permalink
Merge branch 'ASA-enc' into Nanotec_ASA5618M42-W1
Browse files Browse the repository at this point in the history
  • Loading branch information
kivel committed Mar 12, 2024
2 parents b390f86 + 5ca30e8 commit eefcc11
Show file tree
Hide file tree
Showing 3 changed files with 21 additions and 1 deletion.
10 changes: 10 additions & 0 deletions hardware/Encoders/ecmcEL5042-Encoder-ch1-Nanotec-ASA5618M42.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#-d /**
#-d \brief hardware script for ecmcEL5042-Encoder-ch1-Nanotec-ASA5618M42.cmd
#-d \details Parametrization of EL5042 channel 1 for encoder ASA5618M42
#-d \author Niko Kivel
#-d \file
#-d */

epicsEnvSet("ECMC_EC_SDO_INDEX" "0x8008") # CH1=0x8008. CH2=0x8018
#- Call generic config file
${SCRIPTEXEC} ${ECMC_CONFIG_ROOT}ecmcEL5042-Encoder-Nanotec-ASA5618M42.cmd
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
#-d /**
#-d \brief hardware script for ecmcEL5042-Encoder-ch1-Renishaw-32bit.cmd
#-d \details Parametrization of EL5042 channel 1 for encoder Renisahw 32bit
#-d \details Parametrization of EL5042 channel 1 for encoder Renishaw 32bit
#-d \author Niko Kivel
#-d \file
#-d */
Expand Down
10 changes: 10 additions & 0 deletions hardware/Encoders/ecmcEL5042-Encoder-ch2-Nanotec-ASA5618M42.cmd
Original file line number Diff line number Diff line change
@@ -0,0 +1,10 @@
#-d /**
#-d \brief hardware script for ecmcEL5042-Encoder-ch1-Nanotec-ASA5618M42.cmd
#-d \details Parametrization of EL5042 channel 2 for encoder ASA5618M42
#-d \author Niko Kivel
#-d \file
#-d */

epicsEnvSet("ECMC_EC_SDO_INDEX" "0x8018") # CH1=0x8008. CH2=0x8018
#- Call generic config file
${SCRIPTEXEC} ${ECMC_CONFIG_ROOT}ecmcEL5042-Encoder-Nanotec-ASA5618M42.cmd

0 comments on commit eefcc11

Please sign in to comment.