Accelerator Independent Data Access / PVAccess 2.0
AIDA-PVA is the latest version of the AIDA framework. Built on top of EPICS 7 it enables client applications to programmatically access and manage any device or database on the SLAC Network using simple channel names.
Loading...
Searching...
No Matches
AIDA_SLCDB.SUBMIT
1$! **CMS**=COM_GEN
2$!
3$!=========================================================================
4$!
5$! Name: AIDA_SLCDB.SUBMIT
6$!
7$! Abs: A warmslcx batch job to run the AIDA-PVA AIDASLCDB data source.
8$!
9$!=========================================================================
10$!
11$set noon
12$!
13$! Change how often we write to the log file in batch. Default is 1 min.
14$! We do this so we can see what the heck is going on without waiting 1min.
15$!
16$set output_rate=:0:10
17$on error then continue
18$!
19$write sys$output "Starting AIDASLCDB datasource...."
20$@SLCCOM:USERLOGIN FORCE ! Define java logicals.
21$ procname == "AIDA_SLCDB"
22$ config == "AIDASLCDB_CHANNELS.YAML"
23$set proc/name='procname'
24$!
25$@slccom:STARTAIDASLC.COM
26$goto egress
27$!
28$egress:
29$write sys$output "Exiting AIDA_SLCDB.SUBMIT"
30$exit