Skip to content

Commit

Permalink
DOC #333
Browse files Browse the repository at this point in the history
  • Loading branch information
prjemian committed Jun 26, 2020
1 parent 606bfb0 commit 509a699
Show file tree
Hide file tree
Showing 2 changed files with 17 additions and 3 deletions.
6 changes: 3 additions & 3 deletions apstools/beamtime/bss_info.db
Original file line number Diff line number Diff line change
Expand Up @@ -2,12 +2,12 @@
# file: bss_info.db
# EPICS database for information from APS ESAF & Proposal databases
#
# BSS: Beamline Scheduling System
# BSS: Beamtime Scheduling System
#
# note: this file autogenerated by make_database.py

# softIoc -m P=ioc:bss: -d bss_info.db

# note: this file autogenerated by make_database.py

record(stringout, "$(P)esaf:cycle")

record(waveform, "$(P)esaf:description") {
Expand Down
14 changes: 14 additions & 0 deletions apstools/beamtime/make_database.py
Original file line number Diff line number Diff line change
Expand Up @@ -138,6 +138,20 @@
proposal:user9:userId stringout
""".strip().splitlines()

print("""\
#
# file: bss_info.db
# EPICS database for information from APS ESAF & Proposal databases
#
# BSS: Beamtime Scheduling System
#
# note: this file autogenerated by make_database.py
#
# Start the EPICS IOC with a command such as:
# softIoc -m P=ioc:bss: -d bss_info.db
""")

for row in raw_data:
parts = row.split()
pvname, rtyp = parts[:2]
Expand Down

0 comments on commit 509a699

Please sign in to comment.