make compatible with pvDataCPP-md; channelArray implemented; can be part of v3IOC.
This commit is contained in:
17
iocBoot/exampleCounter/st.cmd
Normal file
17
iocBoot/exampleCounter/st.cmd
Normal file
@@ -0,0 +1,17 @@
|
||||
< envPaths
|
||||
|
||||
cd ${TOP}
|
||||
|
||||
## Register all support components
|
||||
dbLoadDatabase("dbd/exampleCounter.dbd")
|
||||
exampleCounter_registerRecordDeviceDriver(pdbbase)
|
||||
|
||||
## Load record instances
|
||||
dbLoadRecords("db/ai.db","name=double01")
|
||||
|
||||
cd ${TOP}/iocBoot/${IOC}
|
||||
iocInit()
|
||||
epicsThreadSleep(2.0)
|
||||
casr
|
||||
exampleCounterCreateRecord exampleCounter
|
||||
startPVAServer
|
||||
Reference in New Issue
Block a user