Changes
Page history
Update Building Custom Models
authored
May 16, 2022
by
Ezekiel Dohmen
Hide whitespace changes
Inline
Side-by-side
Building-Custom-Models.md
View page @
d1225d26
...
...
@@ -15,21 +15,13 @@ ifo=x1
RCG_SRC
=
/usr/share/advligorts/src
RTS_VERSION
=
5.0.0~devel
RCG_LIB_PATH
=
/home/controls/git/advligorts/test/:/usr/share/advligorts/src/src/epics/simLink/:/usr/share/advligorts/src/src/epics/simLink/lib
CHECK_MODEL_IN_HOST
=
False
IS_DOLPHIN_NODE
=
False
DOLPHIN_GEN
=
ix
DAQ_STREAMING
=
False
USE_KERNEL_MODELS
=
True
...
RCG_BUILD_ROOT
=
/var/cache/advligorts
RCG_BUILDD
=
/var/cache/advligorts/rcg-5.0.0~devel
RCG_TARGET
=
/opt/rtcds/tst/x1
CDS_SRC
=
/home/controls/git/advligorts/test/
CDS_IFO_SRC
=
/home/controls/git/advligorts/test/
ALLOW_MODEL_ENABLE
=
True
CDS_MEDM_PATH
=
/opt/rtcds/tst/x1/medm/templates
CDS_SCRIPTS_PATH
=
/opt/rtcds/tst/x1/post_build
START_DELAY
=
15
EPICS_ONLY_MODELS
=
...
```
It is important to note that this environment is being built up from multiple places, and
***not all variables are overridable***
. For a complete listing checkout the
[
full build environment documentation
](
rtcds-Build-Environment-Variables
)
...
...
...
...