pg9520/iocBoot/iocpg9520/st.cmd
author uhoppe
Wed, 22 May 2013 12:18:16 +0200
changeset 1 0ba93e52269a
child 2 c68ad80babeb
permissions -rwxr-xr-x
Quantum 9528 Digital Delay Pulse Generator.

#!../../bin/linux-x86_64/pg9520

## You may have to change pg9520 to something else
## everywhere it appears in this file

#< envPaths

epicsEnvSet ("STREAM_PROTOCOL_PATH", "../../db")

## Register all support components
dbLoadDatabase("../../dbd/pg9520.dbd",0,0)
pg9520_registerRecordDeviceDriver(pdbbase) 

#drvAsynIPPortConfigure ("COM","DDPG9528-1:2101")
drvAsynIPPortConfigure ("COM","10.0.0.112:2101")

asynSetTraceMask("COM", -1, 0x9)

## Load record instances
dbLoadRecords("../../db/pg9520.db","P=FHIFEL:,R=PG9520:,BUS=COM")

epicsEnvSet ("streamDebug","1") 

iocInit()

## Start any sequence programs
#seq sncpg9520,"user=epics"