last changes

Signed-off-by: Bernardo Carvalho <bernardo.carvalho@tecnico.ulisboa.pt>
This commit is contained in:
Bernardo Carvalho
2023-02-20 12:39:35 +00:00
parent 8cce3ee00b
commit 072c8b2512
4 changed files with 11 additions and 11 deletions

View File

@@ -4,7 +4,7 @@ epicsEnvSet("EPICS_BASE","/home/pi/Apps/epics7/epics-base")
epicsEnvSet("HOME","/home/pi") epicsEnvSet("HOME","/home/pi")
epicsEnvSet("SUPPORT","/home/pi/Apps/epics7/support") epicsEnvSet("SUPPORT","/home/pi/Apps/epics7/support")
epicsEnvSet("ASYN","/home/pi/Apps/epics7/support/asyn") epicsEnvSet("ASYN","/home/pi/Apps/epics7/support/asyn")
epicsEnvSet("STREAM","/home/pi/Apps/epics7/support/StreamDevice") epicsEnvSet("STREAM","/home/pi/Apps/epics7/support/stream")
epicsEnvSet("AUTOSAVE","/home/pi/Apps/epics7/support/autosave") epicsEnvSet("AUTOSAVE","/home/pi/Apps/epics7/support/autosave")
epicsEnvSet("DRVASYNI2C","/home/pi/Apps/epics7/support/drvAsynI2C") epicsEnvSet("DRVASYNI2C","/home/pi/Apps/epics7/support/drvAsynI2C")
epicsEnvSet("SNCSEQ","/home/pi/Apps/epics7/support/seq-2.2.9") epicsEnvSet("SNCSEQ","/home/pi/Apps/epics7/support/seq-2-2")

View File

@@ -1,12 +1,12 @@
# autosave R5.3 Automatically generated - DO NOT MODIFY - 220316-152804 # autosave R5.3 Automatically generated - DO NOT MODIFY - 230220-123101
ISTTOK:central:PULSE-NUMBER.VAL 49525 ISTTOK:central:PULSE-NUMBER.VAL 49831
ISTTOK:central:LogMessage.VAL ISTTOK:central:LogMessage.VAL
ISTTOK:central:LASTOPSTATE.VAL 2 ISTTOK:central:LASTOPSTATE.VAL 0
ISTTOK:central:OPREQ.VAL 1 ISTTOK:central:OPREQ.VAL 0
ISTTOK:central:PROCESS-MODE.VAL 1 ISTTOK:central:PROCESS-MODE.VAL 1
ISTTOK:central:CLEANINGMANMODE.VAL 1 ISTTOK:central:CLEANINGMANMODE.VAL 1
ISTTOK:central:Emergency-UserButton.VAL 0 ISTTOK:central:Emergency-UserButton.VAL 0
ISTTOK:central:TMPump1-ManualValve.VAL 1 ISTTOK:central:TMPump1-ManualValve.VAL 0
ISTTOK:central:Shot-TorPSCurrent 32 ISTTOK:central:Shot-TorPSCurrent 32
ISTTOK:central:RPump1-Pressure.HIGH 0.05 ISTTOK:central:RPump1-Pressure.HIGH 0.05
ISTTOK:central:RPump1-Pressure.HIHI 0.1 ISTTOK:central:RPump1-Pressure.HIHI 0.1

View File

@@ -4,8 +4,8 @@ SUPPORT=$(HOME)/Apps/epics7/support
# #
# #
ASYN=$(SUPPORT)/asyn ASYN=$(SUPPORT)/asyn
STREAM=$(SUPPORT)/StreamDevice STREAM=$(SUPPORT)/stream
#CALC=$(SUPPORT)/calc #STREAM=$(SUPPORT)/StreamDevice
AUTOSAVE = $(SUPPORT)/autosave AUTOSAVE = $(SUPPORT)/autosave
## Using this driver in combination with streamDevice ## Using this driver in combination with streamDevice
@@ -15,8 +15,8 @@ AUTOSAVE = $(SUPPORT)/autosave
#in configure/RELEASE #in configure/RELEASE
#STREAM_WORKAROUND = 1 #STREAM_WORKAROUND = 1
DRVASYNI2C =$(SUPPORT)/drvAsynI2C DRVASYNI2C =$(SUPPORT)/drvAsynI2C
SNCSEQ=$(SUPPORT)/seq-2.2.9 #SNCSEQ=$(SUPPORT)/seq-2.2.9
#SNCSEQ=$(SUPPORT)/seq-2-2 SNCSEQ=$(SUPPORT)/seq-2-2
# #
# SEQ is required for testIPServer # SEQ is required for testIPServer
#SNCSEQ=$(SUPPORT)/seq-2-2-5 #SNCSEQ=$(SUPPORT)/seq-2-2-5