17 lines
401 B
Plaintext
17 lines
401 B
Plaintext
< envPaths
|
|
|
|
cd ${TOP}
|
|
|
|
## Register all support components
|
|
dbLoadDatabase("dbd/examplePVADoubleArrayGet.dbd")
|
|
examplePVADoubleArrayGet_registerRecordDeviceDriver(pdbbase)
|
|
|
|
## Load record instances
|
|
dbLoadRecords("db/dbArray.db","name=double01,type=DOUBLE")
|
|
|
|
cd ${TOP}/iocBoot/${IOC}
|
|
iocInit()
|
|
startPVAClient
|
|
startPVAServer
|
|
examplePVADoubleArrayGetCreateRecord examplePVADoubleArrayGet local doubleArray
|