ISIS Logo
FINS
FINS IOC
zoom-vacuum-main-error.template
Go to the documentation of this file.
1 # Template for the various different valves
2 
3 record(bi, "$(P)$(Q)$(PV):ERROR") {
4  field(DESC, "$(DESC)")
5  field(DTYP, "asynInt32")
6  field(INP, "@asyn(PLC, $(ADDRP), 5.0) $(BIT_ERROR)")
7  field(SCAN, "2 second")
8  field(SIML, "$(P)$(Q)SIM")
9  field(SIOL, "$(P)$(Q)SIM:$(PV):ERROR")
10  field(SDIS, "$(P)$(Q)DISABLE")
11  info(INTEREST, "HIGH")
12 }
13 
14 record(bi, "$(P)$(Q)$(PV)") {
15  field(DESC, "$(DESC)")
16  field(DTYP, "asynInt32")
17  field(INP, "@asyn(PLC, $(ADDRP), 5.0) $(BIT)")
18  field(SCAN, "2 second")
19  field(SIML, "$(P)$(Q)SIM")
20  field(SIOL, "$(P)$(Q)SIM:$(PV)")
21  field(SDIS, "$(P)$(Q)DISABLE")
22  info(INTEREST, "HIGH")
23 }
24 
25 ### Simulation Records ###
26 
27 record(bi, "$(P)$(Q)SIM:$(PV)")
28 {
29  field(SCAN, "Passive")
30  field(DTYP, "Soft Channel")
31 }
32 
33 record(bi, "$(P)$(Q)SIM:$(PV):ERROR")
34 {
35  field(SCAN, "Passive")
36  field(DTYP, "Soft Channel")
37 }
record(longin,"$(P)$(Q)$(NAME):RAW")
Copyright © 2013 Science and Technology Facilities Council | Generated by   doxygen 1.8.5