From 1263c1bf5bdb00ff507c84b161db1c773b0b690e Mon Sep 17 00:00:00 2001 From: keenanlang Date: Wed, 6 Dec 2023 16:27:11 -0600 Subject: [PATCH] PREFIX already includes colon --- iocBoot/iocxxx/examples/detectors/ADAdsc.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADAndor.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADAndor3.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADAravis.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADDexela.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh | 4 ++-- iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh | 4 ++-- iocBoot/iocxxx/examples/detectors/ADFastCCD.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADGeniCam.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADLightField.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADMar345.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADMarCCD.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADPointGrey.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADProsilica.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADRoper.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADSimDetector.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADSpinnaker.iocsh | 2 +- iocBoot/iocxxx/examples/detectors/ADURL.iocsh | 2 +- 18 files changed, 20 insertions(+), 20 deletions(-) diff --git a/iocBoot/iocxxx/examples/detectors/ADAdsc.iocsh b/iocBoot/iocxxx/examples/detectors/ADAdsc.iocsh index e4045bf..31a7a44 100644 --- a/iocBoot/iocxxx/examples/detectors/ADAdsc.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADAdsc.iocsh @@ -23,7 +23,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADAndor.iocsh b/iocBoot/iocxxx/examples/detectors/ADAndor.iocsh index be389a7..777a6ab 100644 --- a/iocBoot/iocxxx/examples/detectors/ADAndor.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADAndor.iocsh @@ -20,7 +20,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADAndor3.iocsh b/iocBoot/iocxxx/examples/detectors/ADAndor3.iocsh index 3f4a61a..7bd4e84 100644 --- a/iocBoot/iocxxx/examples/detectors/ADAndor3.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADAndor3.iocsh @@ -20,7 +20,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADAravis.iocsh b/iocBoot/iocxxx/examples/detectors/ADAravis.iocsh index 3dcf00e..86658a7 100644 --- a/iocBoot/iocxxx/examples/detectors/ADAravis.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADAravis.iocsh @@ -26,7 +26,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADDexela.iocsh b/iocBoot/iocxxx/examples/detectors/ADDexela.iocsh index 8723e3d..d84156e 100644 --- a/iocBoot/iocxxx/examples/detectors/ADDexela.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADDexela.iocsh @@ -22,7 +22,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh b/iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh index 9cd0464..3d3fe69 100644 --- a/iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADEiger1X.iocsh @@ -19,8 +19,8 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image2:,PORT=$(INSTANCE)Image2,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image2:,PORT=$(INSTANCE)Image2,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh b/iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh index 03082d0..551eb0d 100644 --- a/iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADEiger2X.iocsh @@ -19,8 +19,8 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image2:,PORT=$(INSTANCE)Image2,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image1,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image2:,PORT=$(INSTANCE)Image2,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADFastCCD.iocsh b/iocBoot/iocxxx/examples/detectors/ADFastCCD.iocsh index bc7bd63..1433ee6 100644 --- a/iocBoot/iocxxx/examples/detectors/ADFastCCD.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADFastCCD.iocsh @@ -23,7 +23,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADGeniCam.iocsh b/iocBoot/iocxxx/examples/detectors/ADGeniCam.iocsh index a00724f..70d6d3a 100644 --- a/iocBoot/iocxxx/examples/detectors/ADGeniCam.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADGeniCam.iocsh @@ -25,7 +25,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADLightField.iocsh b/iocBoot/iocxxx/examples/detectors/ADLightField.iocsh index afdded8..7fbdd85 100644 --- a/iocBoot/iocxxx/examples/detectors/ADLightField.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADLightField.iocsh @@ -17,7 +17,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADMar345.iocsh b/iocBoot/iocxxx/examples/detectors/ADMar345.iocsh index 687ab47..7c2e58e 100755 --- a/iocBoot/iocxxx/examples/detectors/ADMar345.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADMar345.iocsh @@ -24,7 +24,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADMarCCD.iocsh b/iocBoot/iocxxx/examples/detectors/ADMarCCD.iocsh index 9c7970f..ae098f5 100755 --- a/iocBoot/iocxxx/examples/detectors/ADMarCCD.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADMarCCD.iocsh @@ -24,7 +24,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADPointGrey.iocsh b/iocBoot/iocxxx/examples/detectors/ADPointGrey.iocsh index e7accf9..2b5bacc 100755 --- a/iocBoot/iocxxx/examples/detectors/ADPointGrey.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADPointGrey.iocsh @@ -24,7 +24,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADProsilica.iocsh b/iocBoot/iocxxx/examples/detectors/ADProsilica.iocsh index 1a1f42d..e38edf4 100644 --- a/iocBoot/iocxxx/examples/detectors/ADProsilica.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADProsilica.iocsh @@ -32,7 +32,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADRoper.iocsh b/iocBoot/iocxxx/examples/detectors/ADRoper.iocsh index a87fc45..39ad5c3 100755 --- a/iocBoot/iocxxx/examples/detectors/ADRoper.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADRoper.iocsh @@ -17,7 +17,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADSimDetector.iocsh b/iocBoot/iocxxx/examples/detectors/ADSimDetector.iocsh index 79074af..7a9575f 100644 --- a/iocBoot/iocxxx/examples/detectors/ADSimDetector.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADSimDetector.iocsh @@ -17,7 +17,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((XSIZE*YSIZE)|0))", "XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADSpinnaker.iocsh b/iocBoot/iocxxx/examples/detectors/ADSpinnaker.iocsh index 4fefdba..b245ef2 100755 --- a/iocBoot/iocxxx/examples/detectors/ADSpinnaker.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADSpinnaker.iocsh @@ -27,7 +27,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=UCHAR, UInt8 iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int16)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE") diff --git a/iocBoot/iocxxx/examples/detectors/ADURL.iocsh b/iocBoot/iocxxx/examples/detectors/ADURL.iocsh index 9147868..8114fd8 100755 --- a/iocBoot/iocxxx/examples/detectors/ADURL.iocsh +++ b/iocBoot/iocxxx/examples/detectors/ADURL.iocsh @@ -23,7 +23,7 @@ iocshRun('epicsEnvSet("__FTVL", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=UCHAR, UInt8_ iocshRun('epicsEnvSet("__TYPE", "$($(TYPE=Int8)_VAL)")', "Int8_VAL=Int8, UInt8_VAL=Int8, Int16_VAL=Int16, UInt16_VAL=Int16, Int32_VAL=Int32, UInt32_VAL=Int32, Float32_VAL=Float32, Float64_VAL=Float64") luaCmd("epicsEnvSet('__SIZE', tostring((COLORS*XSIZE*YSIZE)|0))", "COLORS=$(COLORS=1), XSIZE=$(XSIZE), YSIZE=$(YSIZE)") -dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX):,R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") +dbLoadRecords("$(ADCORE)/ADApp/Db/NDStdArrays.template", "P=$(PREFIX),R=image1:,PORT=$(INSTANCE)Image,ADDR=0,TIMEOUT=1,NDARRAY_PORT=$(INSTANCE),TYPE=$(__TYPE),FTVL=$(__FTVL),NELEMENTS=$(__SIZE)") epicsEnvUnset("__FTVL") epicsEnvUnset("__TYPE")