Skip to content
Snippets Groups Projects
Commit eb800540 authored by 25-ID Staff Account's avatar 25-ID Staff Account
Browse files

Added db files. Updated startup scripts

parent 16e40968
No related branches found
No related tags found
No related merge requests found
record(ai,"$(P)$(N)")
{
field(DESC, "$(DESC)")
field(PINI, "YES")
field(SCAN, "I/O Intr")
field(DTYP, "EtherIP")
field(INP, "@bleps $(TAG) S $(SCAN)")
field(PREC, "$(PREC)")
field(EGU, "$(EGU)")
field(HIHI, "$(HIHI)")
field(HIGH, "$(HIGH)")
field(LOW, "$(LOW)")
field(LOLO, "$(LOLO)")
field(HHSV, "$(HHSV)")
field(HSV, "$(HSV)")
field(LSV, "$(LSV)")
field(LLSV, "$(LLSV)")
}
record(bi,"$(P)$(N)")
{
field(DESC, "$(DESC)")
field(PINI, "YES")
field(SCAN, "I/O Intr")
field(DTYP, "EtherIP")
field(INP, "@bleps $(TAG) S $(SCAN)")
field(ZNAM, "$(ZNAM)")
field(ONAM, "$(ONAM)")
field(ZSV, "$(ZSV)")
field(OSV, "$(OSV)")
}
record(bo,"$(P)$(N)")
{
field(DESC, "$(DESC)")
field(SCAN, "5 second")
field(DTYP, "EtherIP")
field(PINI, "YES")
field(OUT, "@bleps $(TAG) S 1")
field(HIGH, "$(HIGH)")
field(ZNAM, "$(ZNAM)")
field(ONAM, "$(ONAM)")
}
......@@ -7,7 +7,8 @@ include $(TOP)/configure/CONFIG
#ARCH = windows-x64
#ARCH = cygwin-x86
#ARCH = linux-x86
ARCH = linux-x86_64
#ARCH = linux-x86_64
ARCH = rhel8-x86_64
#ARCH = vxWorks-ppc32
#ARCH = vxWorks694-ppc32
#ARCH = vxWorks-ppc603
......
......@@ -2,6 +2,6 @@ drvEtherIP_init()
EIP_verbosity(4)
EIP_buffer_limit(400)
drvEtherIP_define_PLC("bleps", "164.54.135.81", 0)
drvEtherIP_define_PLC("bleps", "164.54.135.22", 0)
dbLoadTemplate("substitutions/bleps.substitutions", "P=25ID:")
dbLoadTemplate("substitutions/bleps.substitutions", "P=25id:")
......@@ -4,13 +4,14 @@
#
# Manually set IOC_STARTUP_DIR if 25idBLEPS.sh will reside somewhere other than softioc
#!IOC_STARTUP_DIR=/home/username/epics/ioc/synApps/25idBLEPS/iocBoot/ioc25idBLEPS/softioc
IOC_STARTUP_DIR=/net/s25data/xorApps/epics/synApps_6_2_1/ioc/25idBLEPS/iocBoot/ioc25idBLEPS/
# Manually set IOC_COMMAND_DIR if 25idBLEPS.sh will reside somewhere other than softioc
#!IOC_COMMAND_DIR=/home/username/epics/ioc/synApps/25idBLEPS/iocBoot/ioc25idBLEPS/softioc/commands
IOC_COMMAND_DIR=/net/s25data/xorApps/epics/synApps_6_2_1/ioc/25idBLEPS/iocBoot/ioc25idBLEPS/softioc/commands
# Set EPICS_HOST_ARCH if the env var isn't already set properly for this IOC
EPICS_HOST_ARCH=rhel8-x86_64
#!EPICS_HOST_ARCH=linux-x86_64
#!EPICS_HOST_ARCH=linux-x86_64-debug
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment