Skip to content

Commit

Permalink
Use ecmc 9.6.6 instead
Browse files Browse the repository at this point in the history
  • Loading branch information
anderssandstrom committed Nov 26, 2024
1 parent 6c72c85 commit 22db663
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion release.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
# 9.6.6
* Add wrapper to ecmccomp/applyComponent.cmd (automatically requires ecmccomp)
* Cleanup in PSI best practises.
* Cleanup in PSI best practices.

# 9.6.5
* Unset PLC_MACROS after loadPLCFile.cmd and loadPLCLib.cmd
Expand Down
4 changes: 2 additions & 2 deletions startup.cmd
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
#- SYS
#-
#- [optional]
#- ECMC_VER = 9.6.4
#- ECMC_VER = 9.6.6
#- EthercatMC_VER = 3.0.2 (obsolete)
#- INIT = initAll
#- MASTER_ID = 0 <-- put negatuve number to disable master, aka non ec-mode
Expand Down Expand Up @@ -54,7 +54,7 @@ on error halt
#-
#-------------------------------------------------------------------------------
#- load required modules
epicsEnvSet(ECMC_VER,${ECMC_VER=9.6.4})
epicsEnvSet(ECMC_VER,${ECMC_VER=9.6.6})
require ecmc "${ECMC_VER}"

#- Require EthercatMC if used.
Expand Down

0 comments on commit 22db663

Please sign in to comment.