Skip to content
Snippets Groups Projects
Commit ee813227 authored by jsullivan-anl's avatar jsullivan-anl
Browse files

Change BL macro argument from <Sector ##> to

			      <Sector ##><ID/BM>
This removed the hardcoded ID references in autoShutter.vdb
parent 28a05a1a
No related branches found
No related tags found
No related merge requests found
# AutoShutter Open system databases
# P = PV Prefix
# S = Shutter ID (usually A)
# BL = Beamline ID - <Sector##><ID/BM> example: 08ID
# T1, T2 = Countdown Timer IDs (usually 1 and 2)
# A = AlarmClock ID (usually 1)
file "$(STD)/stdApp/Db/autoShutter.vdb"
{
pattern
{P S BL T1 T2 ALM}
{xxx: A "##" 1 2 1}
{P S BL T1 T2 A}
{xxx: A "##ID" 1 2 1}
}
file "$(STD)/stdApp/Db/countDownTimer.vdb"
......
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