-
Notifications
You must be signed in to change notification settings - Fork 0
Expand file tree
/
Copy pathedm-devel.cmd
More file actions
executable file
·37 lines (33 loc) · 1.02 KB
/
edm-devel.cmd
File metadata and controls
executable file
·37 lines (33 loc) · 1.02 KB
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
#! /bin/bash
# Setup edm environment
source /reg/g/pcds/setup/epicsenv-3.14.12.sh
export SIG=LAS:R52:IOC:49:FilteredPhase
#edm -eolc \
#-m "SIG=$SIG" \
#-m "DUR=LAST_N" \
#historyScreens/emb-hist-viewer.edl \
#historyScreens/histViewer.edl \
#&
export SIG1=LAS:R52:IOC:49:PID:OutputValue
export SIG2=LAS:R52:IOC:49:PID:ITerm
export SIG3=LAS:R52:IOC:49:PID:PTerm
export SIG4=LAS:R52:IOC:49:PID:DTerm
edm -eolc \
-m "SIG=$SIG1" \
-m "SIG1=$SIG1" \
-m "SIG2=$SIG2" \
-m "SIG3=$SIG3" \
-m "SIG4=$SIG4" \
-m "DUR=LAST_N" \
-m "TITLE=Development" \
historyScreens/emb-small-2-2-hist-viewer.edl \
historyScreens/small-2-2-histViewer.edl \
historyScreens/emb-2-2-hist-viewer.edl \
historyScreens/2-2-histViewer.edl \
historyScreens/emb-2-hist-viewer.edl \
historyScreens/2-histViewer.edl \
historyScreens/emb-4-hist-viewer.edl \
historyScreens/4-histViewer.edl \
historyScreens/emb-hist-viewer.edl \
historyScreens/histViewer.edl \
&