You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on Jan 12, 2021. It is now read-only.
IOC should define in the first, and the following errors
dbLoadTemplate(moduleversion.template, "IOC=E3Test")
dbLoadTemplate: error opening sub file moduleversion.template: No such file or directory
dbLoadTemplate(iocAdminSoft.substitutions, "IOC=E3Test:IocStat")
dbl > ".//E3Test_PVs.list"
iocInit
Starting iocInit
############################################################################
## EPICS R3.15.4-EEE-3.15.4 $$Date$$
## EPICS Base built Oct 19 2017
############################################################################
require: record E3Test:MODULES not found
require: record E3Test:VERSIONS not found
require: record E3Test:MOD_VER not found
If I set the absolute path in....
dbLoadTemplate(/epics/modules/require/0.0.1/R3.15.4/db/moduleversion.template, "IOC=E3Test")
Substitution file error: syntax error
line 1: 'record'
It was hard-coded in require.c. In order to give users to choose its own IOC variable, REQUIRE_IOC was introduced. implemented at f007423 and icshwi/require-ess@239a996
Some prequirements are expected in require.c
IOC should define in the first, and the following errors
If I set the absolute path in....
Here is dbl output:
The text was updated successfully, but these errors were encountered: