2 ## Define beamline information
4 # % macro, P, device prefix
5 # % macro, BL, beamline
6 # % macro, INST, instrument on this beamline
7 # % macro, INST2, second instrument on this beamline
8 # % macro, INST3, third instrument on this beamline
9 # % macro, IFINST2, indicates second instrument on this beamline
10 # % macro, IFINST3, indicates third instrument on this beamline
12 ## Status of shutter on beamline
13 record(stringin,
"$(P)BL:E1:SHUTTER:STATUS")
15 field(DTYP,
"asynOctetRead")
16 field(INP, "@asyn(isisbeam,0,0)SHUT_E1")
17 field(SCAN, "I/O Intr")
18 field(SDIS, "$(
P)ISISBEAM:DISABLE")
19 field(DESC, "Shutter status on E1")
22 ## Alias of beamline shutter status for instrument
23 alias(
"$(P)BL:E1:SHUTTER:STATUS",
"$(P)IN:ZOOM:SHTR:STAT")
24 ## Alias of beamline shutter status for instrument
25 #alias("$(P)BL:E1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
26 ## Alias of beamline shutter status for instrument
27 #alias("$(P)BL:E1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
29 ## Mode of shutter on beamline
30 record(stringin,
"$(P)BL:E1:SHUTTER:MODE")
32 field(DTYP,
"asynOctetRead")
33 field(INP,
"@asyn(isisbeam,0,0)SMODE_E1")
34 field(SCAN,
"I/O Intr")
35 field(SDIS,
"$(P)ISISBEAM:DISABLE")
36 field(DESC,
"Shutter mode on E1")
39 ## Alias of beamline shutter mode for instrument
40 alias(
"$(P)BL:E1:SHUTTER:MODE",
"$(P)IN:ZOOM:SHTR:MODE")
41 ## Alias of beamline shutter mode for instrument
42 #alias("$(P)BL:E1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
43 ## Alias of beamline shutter mode for instrument
44 #alias("$(P)BL:E1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
46 ## Status of VAT value on beamline
47 record(stringin,
"$(P)BL:E1:VAT:STAT")
49 field(DTYP,
"asynOctetRead")
50 field(INP, "@asyn(isisbeam,0,0)VAT_E1")
51 field(SCAN, "I/O Intr")
52 field(SDIS, "$(
P)ISISBEAM:DISABLE")
53 field(DESC, "VAT value status on E1")
56 ## Alias of beamline VAT value for instrument
57 alias(
"$(P)BL:E1:VAT:STAT",
"$(P)IN:ZOOM:VAT:STAT")
58 ## Alias of beamline VAT value for instrument
59 #alias("$(P)BL:E1:VAT:STAT","$(P)IN::VAT:STAT")
60 ## Alias of beamline VAT value for instrument
61 #alias("$(P)BL:E1:VAT:STAT","$(P)IN::VAT:STAT")
63 ## Define beamline information
65 # % macro, P, device prefix
66 # % macro, BL, beamline
67 # % macro, INST, instrument on this beamline
68 # % macro, INST2, second instrument on this beamline
69 # % macro, INST3, third instrument on this beamline
70 # % macro, IFINST2, indicates second instrument on this beamline
71 # % macro, IFINST3, indicates third instrument on this beamline
73 ## Status of shutter on beamline
74 record(stringin,
"$(P)BL:E2:SHUTTER:STATUS")
76 field(DTYP,
"asynOctetRead")
77 field(INP,
"@asyn(isisbeam,0,0)SHUT_E2")
78 field(SCAN,
"I/O Intr")
79 field(SDIS,
"$(P)ISISBEAM:DISABLE")
80 field(DESC,
"Shutter status on E2")
83 ## Alias of beamline shutter status for instrument
84 alias(
"$(P)BL:E2:SHUTTER:STATUS",
"$(P)IN:SANS2D:SHTR:STAT")
85 ## Alias of beamline shutter status for instrument
86 #alias("$(P)BL:E2:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
87 ## Alias of beamline shutter status for instrument
88 #alias("$(P)BL:E2:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
90 ## Mode of shutter on beamline
91 record(stringin,
"$(P)BL:E2:SHUTTER:MODE")
93 field(DTYP,
"asynOctetRead")
94 field(INP, "@asyn(isisbeam,0,0)SMODE_E2")
95 field(SCAN, "I/O Intr")
96 field(SDIS, "$(
P)ISISBEAM:DISABLE")
97 field(DESC, "Shutter mode on E2")
100 ## Alias of beamline shutter mode for instrument
101 alias(
"$(P)BL:E2:SHUTTER:MODE",
"$(P)IN:SANS2D:SHTR:MODE")
102 ## Alias of beamline shutter mode for instrument
103 #alias("$(P)BL:E2:SHUTTER:MODE","$(P)IN::SHTR:MODE")
104 ## Alias of beamline shutter mode for instrument
105 #alias("$(P)BL:E2:SHUTTER:MODE","$(P)IN::SHTR:MODE")
107 ## Status of VAT value on beamline
108 record(stringin,
"$(P)BL:E2:VAT:STAT")
110 field(DTYP,
"asynOctetRead")
111 field(INP,
"@asyn(isisbeam,0,0)VAT_E2")
112 field(SCAN,
"I/O Intr")
113 field(SDIS,
"$(P)ISISBEAM:DISABLE")
114 field(DESC,
"VAT value status on E2")
117 ## Alias of beamline VAT value for instrument
118 alias(
"$(P)BL:E2:VAT:STAT",
"$(P)IN:SANS2D:VAT:STAT")
119 ## Alias of beamline VAT value for instrument
120 #alias("$(P)BL:E2:VAT:STAT","$(P)IN::VAT:STAT")
121 ## Alias of beamline VAT value for instrument
122 #alias("$(P)BL:E2:VAT:STAT","$(P)IN::VAT:STAT")
124 ## Define beamline information
126 # % macro, P, device prefix
127 # % macro, BL, beamline
128 # % macro, INST, instrument on this beamline
129 # % macro, INST2, second instrument on this beamline
130 # % macro, INST3, third instrument on this beamline
131 # % macro, IFINST2, indicates second instrument on this beamline
132 # % macro, IFINST3, indicates third instrument on this beamline
134 ## Status of shutter on beamline
135 record(stringin,
"$(P)BL:E3:SHUTTER:STATUS")
137 field(DTYP,
"asynOctetRead")
138 field(INP,
"@asyn(isisbeam,0,0)SHUT_E3")
139 field(SCAN,
"I/O Intr")
140 field(SDIS,
"$(P)ISISBEAM:DISABLE")
141 field(DESC,
"Shutter status on E3")
144 ## Alias of beamline shutter status for instrument
145 alias(
"$(P)BL:E3:SHUTTER:STATUS",
"$(P)IN:POLREF:SHTR:STAT")
146 ## Alias of beamline shutter status for instrument
147 #alias("$(P)BL:E3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
148 ## Alias of beamline shutter status for instrument
149 #alias("$(P)BL:E3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
151 ## Mode of shutter on beamline
152 record(stringin,
"$(P)BL:E3:SHUTTER:MODE")
154 field(DTYP,
"asynOctetRead")
155 field(INP,
"@asyn(isisbeam,0,0)SMODE_E3")
156 field(SCAN,
"I/O Intr")
157 field(SDIS,
"$(P)ISISBEAM:DISABLE")
158 field(DESC,
"Shutter mode on E3")
161 ## Alias of beamline shutter mode for instrument
162 alias(
"$(P)BL:E3:SHUTTER:MODE",
"$(P)IN:POLREF:SHTR:MODE")
163 ## Alias of beamline shutter mode for instrument
164 #alias("$(P)BL:E3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
165 ## Alias of beamline shutter mode for instrument
166 #alias("$(P)BL:E3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
168 ## Status of VAT value on beamline
169 record(stringin,
"$(P)BL:E3:VAT:STAT")
171 field(DTYP,
"asynOctetRead")
172 field(INP, "@asyn(isisbeam,0,0)VAT_E3")
173 field(SCAN, "I/O Intr")
174 field(SDIS, "$(
P)ISISBEAM:DISABLE")
175 field(DESC, "VAT value status on E3")
178 ## Alias of beamline VAT value for instrument
179 alias(
"$(P)BL:E3:VAT:STAT",
"$(P)IN:POLREF:VAT:STAT")
180 ## Alias of beamline VAT value for instrument
181 #alias("$(P)BL:E3:VAT:STAT","$(P)IN::VAT:STAT")
182 ## Alias of beamline VAT value for instrument
183 #alias("$(P)BL:E3:VAT:STAT","$(P)IN::VAT:STAT")
185 ## Define beamline information
187 # % macro, P, device prefix
188 # % macro, BL, beamline
189 # % macro, INST, instrument on this beamline
190 # % macro, INST2, second instrument on this beamline
191 # % macro, INST3, third instrument on this beamline
192 # % macro, IFINST2, indicates second instrument on this beamline
193 # % macro, IFINST3, indicates third instrument on this beamline
195 ## Status of shutter on beamline
196 record(stringin,
"$(P)BL:E4:SHUTTER:STATUS")
198 field(DTYP,
"asynOctetRead")
199 field(INP,
"@asyn(isisbeam,0,0)SHUT_E4")
200 field(SCAN,
"I/O Intr")
201 field(SDIS,
"$(P)ISISBEAM:DISABLE")
202 field(DESC,
"Shutter status on E4")
205 ## Alias of beamline shutter status for instrument
206 alias(
"$(P)BL:E4:SHUTTER:STATUS",
"$(P)IN:INTER:SHTR:STAT")
207 ## Alias of beamline shutter status for instrument
208 #alias("$(P)BL:E4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
209 ## Alias of beamline shutter status for instrument
210 #alias("$(P)BL:E4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
212 ## Mode of shutter on beamline
213 record(stringin,
"$(P)BL:E4:SHUTTER:MODE")
215 field(DTYP,
"asynOctetRead")
216 field(INP,
"@asyn(isisbeam,0,0)SMODE_E4")
217 field(SCAN,
"I/O Intr")
218 field(SDIS,
"$(P)ISISBEAM:DISABLE")
219 field(DESC,
"Shutter mode on E4")
222 ## Alias of beamline shutter mode for instrument
223 alias(
"$(P)BL:E4:SHUTTER:MODE",
"$(P)IN:INTER:SHTR:MODE")
224 ## Alias of beamline shutter mode for instrument
225 #alias("$(P)BL:E4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
226 ## Alias of beamline shutter mode for instrument
227 #alias("$(P)BL:E4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
229 ## Status of VAT value on beamline
230 record(stringin,
"$(P)BL:E4:VAT:STAT")
232 field(DTYP,
"asynOctetRead")
233 field(INP, "@asyn(isisbeam,0,0)VAT_E4")
234 field(SCAN, "I/O Intr")
235 field(SDIS, "$(
P)ISISBEAM:DISABLE")
236 field(DESC, "VAT value status on E4")
239 ## Alias of beamline VAT value for instrument
240 alias(
"$(P)BL:E4:VAT:STAT",
"$(P)IN:INTER:VAT:STAT")
241 ## Alias of beamline VAT value for instrument
242 #alias("$(P)BL:E4:VAT:STAT","$(P)IN::VAT:STAT")
243 ## Alias of beamline VAT value for instrument
244 #alias("$(P)BL:E4:VAT:STAT","$(P)IN::VAT:STAT")
246 ## Define beamline information
248 # % macro, P, device prefix
249 # % macro, BL, beamline
250 # % macro, INST, instrument on this beamline
251 # % macro, INST2, second instrument on this beamline
252 # % macro, INST3, third instrument on this beamline
253 # % macro, IFINST2, indicates second instrument on this beamline
254 # % macro, IFINST3, indicates third instrument on this beamline
256 ## Status of shutter on beamline
257 record(stringin,
"$(P)BL:E5:SHUTTER:STATUS")
259 field(DTYP,
"asynOctetRead")
260 field(INP,
"@asyn(isisbeam,0,0)SHUT_E5")
261 field(SCAN,
"I/O Intr")
262 field(SDIS,
"$(P)ISISBEAM:DISABLE")
263 field(DESC,
"Shutter status on E5")
266 ## Alias of beamline shutter status for instrument
267 alias(
"$(P)BL:E5:SHUTTER:STATUS",
"$(P)IN:OFFSPEC:SHTR:STAT")
268 ## Alias of beamline shutter status for instrument
269 #alias("$(P)BL:E5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
270 ## Alias of beamline shutter status for instrument
271 #alias("$(P)BL:E5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
273 ## Mode of shutter on beamline
274 record(stringin,
"$(P)BL:E5:SHUTTER:MODE")
276 field(DTYP,
"asynOctetRead")
277 field(INP,
"@asyn(isisbeam,0,0)SMODE_E5")
278 field(SCAN,
"I/O Intr")
279 field(SDIS,
"$(P)ISISBEAM:DISABLE")
280 field(DESC,
"Shutter mode on E5")
283 ## Alias of beamline shutter mode for instrument
284 alias(
"$(P)BL:E5:SHUTTER:MODE",
"$(P)IN:OFFSPEC:SHTR:MODE")
285 ## Alias of beamline shutter mode for instrument
286 #alias("$(P)BL:E5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
287 ## Alias of beamline shutter mode for instrument
288 #alias("$(P)BL:E5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
290 ## Status of VAT value on beamline
291 record(stringin,
"$(P)BL:E5:VAT:STAT")
293 field(DTYP,
"asynOctetRead")
294 field(INP,
"@asyn(isisbeam,0,0)VAT_E5")
295 field(SCAN,
"I/O Intr")
296 field(SDIS,
"$(P)ISISBEAM:DISABLE")
297 field(DESC,
"VAT value status on E5")
300 ## Alias of beamline VAT value for instrument
301 alias(
"$(P)BL:E5:VAT:STAT",
"$(P)IN:OFFSPEC:VAT:STAT")
302 ## Alias of beamline VAT value for instrument
303 #alias("$(P)BL:E5:VAT:STAT","$(P)IN::VAT:STAT")
304 ## Alias of beamline VAT value for instrument
305 #alias("$(P)BL:E5:VAT:STAT","$(P)IN::VAT:STAT")
307 ## Define beamline information
309 # % macro, P, device prefix
310 # % macro, BL, beamline
311 # % macro, INST, instrument on this beamline
312 # % macro, INST2, second instrument on this beamline
313 # % macro, INST3, third instrument on this beamline
314 # % macro, IFINST2, indicates second instrument on this beamline
315 # % macro, IFINST3, indicates third instrument on this beamline
317 ## Status of shutter on beamline
318 record(stringin,
"$(P)BL:E6:SHUTTER:STATUS")
320 field(DTYP,
"asynOctetRead")
321 field(INP,
"@asyn(isisbeam,0,0)SHUT_E6")
322 field(SCAN,
"I/O Intr")
323 field(SDIS,
"$(P)ISISBEAM:DISABLE")
324 field(DESC,
"Shutter status on E6")
327 ## Alias of beamline shutter status for instrument
328 alias(
"$(P)BL:E6:SHUTTER:STATUS",
"$(P)IN:LARMOR:SHTR:STAT")
329 ## Alias of beamline shutter status for instrument
330 #alias("$(P)BL:E6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
331 ## Alias of beamline shutter status for instrument
332 #alias("$(P)BL:E6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
334 ## Mode of shutter on beamline
335 record(stringin,
"$(P)BL:E6:SHUTTER:MODE")
337 field(DTYP,
"asynOctetRead")
338 field(INP, "@asyn(isisbeam,0,0)SMODE_E6")
339 field(SCAN, "I/O Intr")
340 field(SDIS, "$(
P)ISISBEAM:DISABLE")
341 field(DESC, "Shutter mode on E6")
344 ## Alias of beamline shutter mode for instrument
345 alias(
"$(P)BL:E6:SHUTTER:MODE",
"$(P)IN:LARMOR:SHTR:MODE")
346 ## Alias of beamline shutter mode for instrument
347 #alias("$(P)BL:E6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
348 ## Alias of beamline shutter mode for instrument
349 #alias("$(P)BL:E6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
351 ## Status of VAT value on beamline
352 record(stringin,
"$(P)BL:E6:VAT:STAT")
354 field(DTYP,
"asynOctetRead")
355 field(INP,
"@asyn(isisbeam,0,0)VAT_E6")
356 field(SCAN,
"I/O Intr")
357 field(SDIS,
"$(P)ISISBEAM:DISABLE")
358 field(DESC,
"VAT value status on E6")
361 ## Alias of beamline VAT value for instrument
362 alias(
"$(P)BL:E6:VAT:STAT",
"$(P)IN:LARMOR:VAT:STAT")
363 ## Alias of beamline VAT value for instrument
364 #alias("$(P)BL:E6:VAT:STAT","$(P)IN::VAT:STAT")
365 ## Alias of beamline VAT value for instrument
366 #alias("$(P)BL:E6:VAT:STAT","$(P)IN::VAT:STAT")
368 ## Define beamline information
370 # % macro, P, device prefix
371 # % macro, BL, beamline
372 # % macro, INST, instrument on this beamline
373 # % macro, INST2, second instrument on this beamline
374 # % macro, INST3, third instrument on this beamline
375 # % macro, IFINST2, indicates second instrument on this beamline
376 # % macro, IFINST3, indicates third instrument on this beamline
378 ## Status of shutter on beamline
379 record(stringin,
"$(P)BL:E7:SHUTTER:STATUS")
381 field(DTYP,
"asynOctetRead")
382 field(INP,
"@asyn(isisbeam,0,0)SHUT_E7")
383 field(SCAN,
"I/O Intr")
384 field(SDIS,
"$(P)ISISBEAM:DISABLE")
385 field(DESC,
"Shutter status on E7")
388 ## Alias of beamline shutter status for instrument
389 alias(
"$(P)BL:E7:SHUTTER:STATUS",
"$(P)IN:E7:SHTR:STAT")
390 ## Alias of beamline shutter status for instrument
391 #alias("$(P)BL:E7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
392 ## Alias of beamline shutter status for instrument
393 #alias("$(P)BL:E7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
395 ## Mode of shutter on beamline
396 record(stringin,
"$(P)BL:E7:SHUTTER:MODE")
398 field(DTYP,
"asynOctetRead")
399 field(INP,
"@asyn(isisbeam,0,0)SMODE_E7")
400 field(SCAN,
"I/O Intr")
401 field(SDIS,
"$(P)ISISBEAM:DISABLE")
402 field(DESC,
"Shutter mode on E7")
405 ## Alias of beamline shutter mode for instrument
406 alias(
"$(P)BL:E7:SHUTTER:MODE",
"$(P)IN:E7:SHTR:MODE")
407 ## Alias of beamline shutter mode for instrument
408 #alias("$(P)BL:E7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
409 ## Alias of beamline shutter mode for instrument
410 #alias("$(P)BL:E7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
412 ## Status of VAT value on beamline
413 record(stringin,
"$(P)BL:E7:VAT:STAT")
415 field(DTYP,
"asynOctetRead")
416 field(INP, "@asyn(isisbeam,0,0)VAT_E7")
417 field(SCAN, "I/O Intr")
418 field(SDIS, "$(
P)ISISBEAM:DISABLE")
419 field(DESC, "VAT value status on E7")
422 ## Alias of beamline VAT value for instrument
423 alias(
"$(P)BL:E7:VAT:STAT",
"$(P)IN:E7:VAT:STAT")
424 ## Alias of beamline VAT value for instrument
425 #alias("$(P)BL:E7:VAT:STAT","$(P)IN::VAT:STAT")
426 ## Alias of beamline VAT value for instrument
427 #alias("$(P)BL:E7:VAT:STAT","$(P)IN::VAT:STAT")
429 ## Define beamline information
431 # % macro, P, device prefix
432 # % macro, BL, beamline
433 # % macro, INST, instrument on this beamline
434 # % macro, INST2, second instrument on this beamline
435 # % macro, INST3, third instrument on this beamline
436 # % macro, IFINST2, indicates second instrument on this beamline
437 # % macro, IFINST3, indicates third instrument on this beamline
439 ## Status of shutter on beamline
440 record(stringin,
"$(P)BL:E8:SHUTTER:STATUS")
442 field(DTYP,
"asynOctetRead")
443 field(INP,
"@asyn(isisbeam,0,0)SHUT_E8")
444 field(SCAN,
"I/O Intr")
445 field(SDIS,
"$(P)ISISBEAM:DISABLE")
446 field(DESC, "Shutter status on E8")
449 ## Alias of beamline shutter status for instrument
450 alias(
"$(P)BL:E8:SHUTTER:STATUS",
"$(P)IN:WISH:SHTR:STAT")
451 ## Alias of beamline shutter status for instrument
452 #alias("$(P)BL:E8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
453 ## Alias of beamline shutter status for instrument
454 #alias("$(P)BL:E8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
456 ## Mode of shutter on beamline
457 record(stringin,
"$(P)BL:E8:SHUTTER:MODE")
459 field(DTYP,
"asynOctetRead")
460 field(INP,
"@asyn(isisbeam,0,0)SMODE_E8")
461 field(SCAN,
"I/O Intr")
462 field(SDIS,
"$(P)ISISBEAM:DISABLE")
463 field(DESC,
"Shutter mode on E8")
466 ## Alias of beamline shutter mode for instrument
467 alias(
"$(P)BL:E8:SHUTTER:MODE",
"$(P)IN:WISH:SHTR:MODE")
468 ## Alias of beamline shutter mode for instrument
469 #alias("$(P)BL:E8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
470 ## Alias of beamline shutter mode for instrument
471 #alias("$(P)BL:E8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
473 ## Status of VAT value on beamline
474 record(stringin,
"$(P)BL:E8:VAT:STAT")
476 field(DTYP,
"asynOctetRead")
477 field(INP,
"@asyn(isisbeam,0,0)VAT_E8")
478 field(SCAN,
"I/O Intr")
479 field(SDIS,
"$(P)ISISBEAM:DISABLE")
480 field(DESC,
"VAT value status on E8")
483 ## Alias of beamline VAT value for instrument
484 alias(
"$(P)BL:E8:VAT:STAT",
"$(P)IN:WISH:VAT:STAT")
485 ## Alias of beamline VAT value for instrument
486 #alias("$(P)BL:E8:VAT:STAT","$(P)IN::VAT:STAT")
487 ## Alias of beamline VAT value for instrument
488 #alias("$(P)BL:E8:VAT:STAT","$(P)IN::VAT:STAT")
490 ## Define beamline information
492 # % macro, P, device prefix
493 # % macro, BL, beamline
494 # % macro, INST, instrument on this beamline
495 # % macro, INST2, second instrument on this beamline
496 # % macro, INST3, third instrument on this beamline
497 # % macro, IFINST2, indicates second instrument on this beamline
498 # % macro, IFINST3, indicates third instrument on this beamline
500 ## Status of shutter on beamline
501 record(stringin,
"$(P)BL:E9:SHUTTER:STATUS")
503 field(DTYP,
"asynOctetRead")
504 field(INP,
"@asyn(isisbeam,0,0)SHUT_E9")
505 field(SCAN,
"I/O Intr")
506 field(SDIS,
"$(P)ISISBEAM:DISABLE")
507 field(DESC,
"Shutter status on E9")
510 ## Alias of beamline shutter status for instrument
511 alias(
"$(P)BL:E9:SHUTTER:STATUS",
"$(P)IN:E9:SHTR:STAT")
512 ## Alias of beamline shutter status for instrument
513 #alias("$(P)BL:E9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
514 ## Alias of beamline shutter status for instrument
515 #alias("$(P)BL:E9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
517 ## Mode of shutter on beamline
518 record(stringin,
"$(P)BL:E9:SHUTTER:MODE")
520 field(DTYP,
"asynOctetRead")
521 field(INP, "@asyn(isisbeam,0,0)SMODE_E9")
522 field(SCAN, "I/O Intr")
523 field(SDIS, "$(
P)ISISBEAM:DISABLE")
524 field(DESC, "Shutter mode on E9")
527 ## Alias of beamline shutter mode for instrument
528 alias(
"$(P)BL:E9:SHUTTER:MODE",
"$(P)IN:E9:SHTR:MODE")
529 ## Alias of beamline shutter mode for instrument
530 #alias("$(P)BL:E9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
531 ## Alias of beamline shutter mode for instrument
532 #alias("$(P)BL:E9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
534 ## Status of VAT value on beamline
535 record(stringin,
"$(P)BL:E9:VAT:STAT")
537 field(DTYP,
"asynOctetRead")
538 field(INP,
"@asyn(isisbeam,0,0)VAT_E9")
539 field(SCAN,
"I/O Intr")
540 field(SDIS,
"$(P)ISISBEAM:DISABLE")
541 field(DESC,
"VAT value status on E9")
544 ## Alias of beamline VAT value for instrument
545 alias(
"$(P)BL:E9:VAT:STAT",
"$(P)IN:E9:VAT:STAT")
546 ## Alias of beamline VAT value for instrument
547 #alias("$(P)BL:E9:VAT:STAT","$(P)IN::VAT:STAT")
548 ## Alias of beamline VAT value for instrument
549 #alias("$(P)BL:E9:VAT:STAT","$(P)IN::VAT:STAT")
551 ## Define beamline information
553 # % macro, P, device prefix
554 # % macro, BL, beamline
555 # % macro, INST, instrument on this beamline
556 # % macro, INST2, second instrument on this beamline
557 # % macro, INST3, third instrument on this beamline
558 # % macro, IFINST2, indicates second instrument on this beamline
559 # % macro, IFINST3, indicates third instrument on this beamline
561 ## Status of shutter on beamline
562 record(stringin,
"$(P)BL:W1:SHUTTER:STATUS")
564 field(DTYP,
"asynOctetRead")
565 field(INP,
"@asyn(isisbeam,0,0)SHUT_W1")
566 field(SCAN,
"I/O Intr")
567 field(SDIS,
"$(P)ISISBEAM:DISABLE")
568 field(DESC,
"Shutter status on W1")
571 ## Alias of beamline shutter status for instrument
572 alias(
"$(P)BL:W1:SHUTTER:STATUS",
"$(P)IN:CHIPIR:SHTR:STAT")
573 ## Alias of beamline shutter status for instrument
574 #alias("$(P)BL:W1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
575 ## Alias of beamline shutter status for instrument
576 #alias("$(P)BL:W1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
578 ## Mode of shutter on beamline
579 record(stringin,
"$(P)BL:W1:SHUTTER:MODE")
581 field(DTYP,
"asynOctetRead")
582 field(INP, "@asyn(isisbeam,0,0)SMODE_W1")
583 field(SCAN, "I/O Intr")
584 field(SDIS, "$(
P)ISISBEAM:DISABLE")
585 field(DESC, "Shutter mode on W1")
588 ## Alias of beamline shutter mode for instrument
589 alias(
"$(P)BL:W1:SHUTTER:MODE",
"$(P)IN:CHIPIR:SHTR:MODE")
590 ## Alias of beamline shutter mode for instrument
591 #alias("$(P)BL:W1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
592 ## Alias of beamline shutter mode for instrument
593 #alias("$(P)BL:W1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
595 ## Status of VAT value on beamline
596 record(stringin,
"$(P)BL:W1:VAT:STAT")
598 field(DTYP,
"asynOctetRead")
599 field(INP,
"@asyn(isisbeam,0,0)VAT_W1")
600 field(SCAN,
"I/O Intr")
601 field(SDIS,
"$(P)ISISBEAM:DISABLE")
602 field(DESC,
"VAT value status on W1")
605 ## Alias of beamline VAT value for instrument
606 alias(
"$(P)BL:W1:VAT:STAT",
"$(P)IN:CHIPIR:VAT:STAT")
607 ## Alias of beamline VAT value for instrument
608 #alias("$(P)BL:W1:VAT:STAT","$(P)IN::VAT:STAT")
609 ## Alias of beamline VAT value for instrument
610 #alias("$(P)BL:W1:VAT:STAT","$(P)IN::VAT:STAT")
612 ## Define beamline information
614 # % macro, P, device prefix
615 # % macro, BL, beamline
616 # % macro, INST, instrument on this beamline
617 # % macro, INST2, second instrument on this beamline
618 # % macro, INST3, third instrument on this beamline
619 # % macro, IFINST2, indicates second instrument on this beamline
620 # % macro, IFINST3, indicates third instrument on this beamline
622 ## Status of shutter on beamline
623 record(stringin,
"$(P)BL:W2:SHUTTER:STATUS")
625 field(DTYP,
"asynOctetRead")
626 field(INP,
"@asyn(isisbeam,0,0)SHUT_W2")
627 field(SCAN, "I/O Intr")
628 field(SDIS, "$(
P)ISISBEAM:DISABLE")
629 field(DESC, "Shutter status on W2")
632 ## Alias of beamline shutter status for instrument
633 alias(
"$(P)BL:W2:SHUTTER:STATUS",
"$(P)IN:W2:SHTR:STAT")
634 ## Alias of beamline shutter status for instrument
635 #alias("$(P)BL:W2:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
636 ## Alias of beamline shutter status for instrument
637 #alias("$(P)BL:W2:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
639 ## Mode of shutter on beamline
640 record(stringin,
"$(P)BL:W2:SHUTTER:MODE")
642 field(DTYP,
"asynOctetRead")
643 field(INP,
"@asyn(isisbeam,0,0)SMODE_W2")
644 field(SCAN,
"I/O Intr")
645 field(SDIS,
"$(P)ISISBEAM:DISABLE")
646 field(DESC,
"Shutter mode on W2")
649 ## Alias of beamline shutter mode for instrument
650 alias(
"$(P)BL:W2:SHUTTER:MODE",
"$(P)IN:W2:SHTR:MODE")
651 ## Alias of beamline shutter mode for instrument
652 #alias("$(P)BL:W2:SHUTTER:MODE","$(P)IN::SHTR:MODE")
653 ## Alias of beamline shutter mode for instrument
654 #alias("$(P)BL:W2:SHUTTER:MODE","$(P)IN::SHTR:MODE")
656 ## Status of VAT value on beamline
657 record(stringin,
"$(P)BL:W2:VAT:STAT")
659 field(DTYP,
"asynOctetRead")
660 field(INP, "@asyn(isisbeam,0,0)VAT_W2")
661 field(SCAN, "I/O Intr")
662 field(SDIS, "$(
P)ISISBEAM:DISABLE")
663 field(DESC, "VAT value status on W2")
666 ## Alias of beamline VAT value for instrument
667 alias(
"$(P)BL:W2:VAT:STAT",
"$(P)IN:W2:VAT:STAT")
668 ## Alias of beamline VAT value for instrument
669 #alias("$(P)BL:W2:VAT:STAT","$(P)IN::VAT:STAT")
670 ## Alias of beamline VAT value for instrument
671 #alias("$(P)BL:W2:VAT:STAT","$(P)IN::VAT:STAT")
673 ## Define beamline information
675 # % macro, P, device prefix
676 # % macro, BL, beamline
677 # % macro, INST, instrument on this beamline
678 # % macro, INST2, second instrument on this beamline
679 # % macro, INST3, third instrument on this beamline
680 # % macro, IFINST2, indicates second instrument on this beamline
681 # % macro, IFINST3, indicates third instrument on this beamline
683 ## Status of shutter on beamline
684 record(stringin,
"$(P)BL:W3:SHUTTER:STATUS")
686 field(DTYP,
"asynOctetRead")
687 field(INP,
"@asyn(isisbeam,0,0)SHUT_W3")
688 field(SCAN,
"I/O Intr")
689 field(SDIS,
"$(P)ISISBEAM:DISABLE")
690 field(DESC,
"Shutter status on W3")
693 ## Alias of beamline shutter status for instrument
694 alias(
"$(P)BL:W3:SHUTTER:STATUS",
"$(P)IN:W3:SHTR:STAT")
695 ## Alias of beamline shutter status for instrument
696 #alias("$(P)BL:W3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
697 ## Alias of beamline shutter status for instrument
698 #alias("$(P)BL:W3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
700 ## Mode of shutter on beamline
701 record(stringin,
"$(P)BL:W3:SHUTTER:MODE")
703 field(DTYP,
"asynOctetRead")
704 field(INP, "@asyn(isisbeam,0,0)SMODE_W3")
705 field(SCAN, "I/O Intr")
706 field(SDIS, "$(
P)ISISBEAM:DISABLE")
707 field(DESC, "Shutter mode on W3")
710 ## Alias of beamline shutter mode for instrument
711 alias(
"$(P)BL:W3:SHUTTER:MODE",
"$(P)IN:W3:SHTR:MODE")
712 ## Alias of beamline shutter mode for instrument
713 #alias("$(P)BL:W3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
714 ## Alias of beamline shutter mode for instrument
715 #alias("$(P)BL:W3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
717 ## Status of VAT value on beamline
718 record(stringin,
"$(P)BL:W3:VAT:STAT")
720 field(DTYP,
"asynOctetRead")
721 field(INP,
"@asyn(isisbeam,0,0)VAT_W3")
722 field(SCAN,
"I/O Intr")
723 field(SDIS,
"$(P)ISISBEAM:DISABLE")
724 field(DESC,
"VAT value status on W3")
727 ## Alias of beamline VAT value for instrument
728 alias(
"$(P)BL:W3:VAT:STAT",
"$(P)IN:W3:VAT:STAT")
729 ## Alias of beamline VAT value for instrument
730 #alias("$(P)BL:W3:VAT:STAT","$(P)IN::VAT:STAT")
731 ## Alias of beamline VAT value for instrument
732 #alias("$(P)BL:W3:VAT:STAT","$(P)IN::VAT:STAT")
734 ## Define beamline information
736 # % macro, P, device prefix
737 # % macro, BL, beamline
738 # % macro, INST, instrument on this beamline
739 # % macro, INST2, second instrument on this beamline
740 # % macro, INST3, third instrument on this beamline
741 # % macro, IFINST2, indicates second instrument on this beamline
742 # % macro, IFINST3, indicates third instrument on this beamline
744 ## Status of shutter on beamline
745 record(stringin,
"$(P)BL:W4:SHUTTER:STATUS")
747 field(DTYP,
"asynOctetRead")
748 field(INP,
"@asyn(isisbeam,0,0)SHUT_W4")
749 field(SCAN,
"I/O Intr")
750 field(SDIS,
"$(P)ISISBEAM:DISABLE")
751 field(DESC,
"Shutter status on W4")
754 ## Alias of beamline shutter status for instrument
755 alias(
"$(P)BL:W4:SHUTTER:STATUS",
"$(P)IN:W4:SHTR:STAT")
756 ## Alias of beamline shutter status for instrument
757 #alias("$(P)BL:W4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
758 ## Alias of beamline shutter status for instrument
759 #alias("$(P)BL:W4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
761 ## Mode of shutter on beamline
762 record(stringin,
"$(P)BL:W4:SHUTTER:MODE")
764 field(DTYP,
"asynOctetRead")
765 field(INP,
"@asyn(isisbeam,0,0)SMODE_W4")
766 field(SCAN,
"I/O Intr")
767 field(SDIS,
"$(P)ISISBEAM:DISABLE")
768 field(DESC,
"Shutter mode on W4")
771 ## Alias of beamline shutter mode for instrument
772 alias(
"$(P)BL:W4:SHUTTER:MODE",
"$(P)IN:W4:SHTR:MODE")
773 ## Alias of beamline shutter mode for instrument
774 #alias("$(P)BL:W4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
775 ## Alias of beamline shutter mode for instrument
776 #alias("$(P)BL:W4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
778 ## Status of VAT value on beamline
779 record(stringin,
"$(P)BL:W4:VAT:STAT")
781 field(DTYP,
"asynOctetRead")
782 field(INP, "@asyn(isisbeam,0,0)VAT_W4")
783 field(SCAN, "I/O Intr")
784 field(SDIS, "$(
P)ISISBEAM:DISABLE")
785 field(DESC, "VAT value status on W4")
788 ## Alias of beamline VAT value for instrument
789 alias(
"$(P)BL:W4:VAT:STAT",
"$(P)IN:W4:VAT:STAT")
790 ## Alias of beamline VAT value for instrument
791 #alias("$(P)BL:W4:VAT:STAT","$(P)IN::VAT:STAT")
792 ## Alias of beamline VAT value for instrument
793 #alias("$(P)BL:W4:VAT:STAT","$(P)IN::VAT:STAT")
795 ## Define beamline information
797 # % macro, P, device prefix
798 # % macro, BL, beamline
799 # % macro, INST, instrument on this beamline
800 # % macro, INST2, second instrument on this beamline
801 # % macro, INST3, third instrument on this beamline
802 # % macro, IFINST2, indicates second instrument on this beamline
803 # % macro, IFINST3, indicates third instrument on this beamline
805 ## Status of shutter on beamline
806 record(stringin,
"$(P)BL:W5:SHUTTER:STATUS")
808 field(DTYP,
"asynOctetRead")
809 field(INP,
"@asyn(isisbeam,0,0)SHUT_W5")
810 field(SCAN,
"I/O Intr")
811 field(SDIS,
"$(P)ISISBEAM:DISABLE")
812 field(DESC,
"Shutter status on W5")
815 ## Alias of beamline shutter status for instrument
816 alias(
"$(P)BL:W5:SHUTTER:STATUS",
"$(P)IN:W5:SHTR:STAT")
817 ## Alias of beamline shutter status for instrument
818 #alias("$(P)BL:W5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
819 ## Alias of beamline shutter status for instrument
820 #alias("$(P)BL:W5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
822 ## Mode of shutter on beamline
823 record(stringin,
"$(P)BL:W5:SHUTTER:MODE")
825 field(DTYP,
"asynOctetRead")
826 field(INP,
"@asyn(isisbeam,0,0)SMODE_W5")
827 field(SCAN,
"I/O Intr")
828 field(SDIS,
"$(P)ISISBEAM:DISABLE")
829 field(DESC,
"Shutter mode on W5")
832 ## Alias of beamline shutter mode for instrument
833 alias(
"$(P)BL:W5:SHUTTER:MODE",
"$(P)IN:W5:SHTR:MODE")
834 ## Alias of beamline shutter mode for instrument
835 #alias("$(P)BL:W5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
836 ## Alias of beamline shutter mode for instrument
837 #alias("$(P)BL:W5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
839 ## Status of VAT value on beamline
840 record(stringin,
"$(P)BL:W5:VAT:STAT")
842 field(DTYP,
"asynOctetRead")
843 field(INP,
"@asyn(isisbeam,0,0)VAT_W5")
844 field(SCAN,
"I/O Intr")
845 field(SDIS,
"$(P)ISISBEAM:DISABLE")
846 field(DESC,
"VAT value status on W5")
849 ## Alias of beamline VAT value for instrument
850 alias(
"$(P)BL:W5:VAT:STAT",
"$(P)IN:W5:VAT:STAT")
851 ## Alias of beamline VAT value for instrument
852 #alias("$(P)BL:W5:VAT:STAT","$(P)IN::VAT:STAT")
853 ## Alias of beamline VAT value for instrument
854 #alias("$(P)BL:W5:VAT:STAT","$(P)IN::VAT:STAT")
856 ## Define beamline information
858 # % macro, P, device prefix
859 # % macro, BL, beamline
860 # % macro, INST, instrument on this beamline
861 # % macro, INST2, second instrument on this beamline
862 # % macro, INST3, third instrument on this beamline
863 # % macro, IFINST2, indicates second instrument on this beamline
864 # % macro, IFINST3, indicates third instrument on this beamline
866 ## Status of shutter on beamline
867 record(stringin,
"$(P)BL:W6:SHUTTER:STATUS")
869 field(DTYP,
"asynOctetRead")
870 field(INP,
"@asyn(isisbeam,0,0)SHUT_W6")
871 field(SCAN,
"I/O Intr")
872 field(SDIS,
"$(P)ISISBEAM:DISABLE")
873 field(DESC,
"Shutter status on W6")
876 ## Alias of beamline shutter status for instrument
877 alias(
"$(P)BL:W6:SHUTTER:STATUS",
"$(P)IN:LET:SHTR:STAT")
878 ## Alias of beamline shutter status for instrument
879 #alias("$(P)BL:W6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
880 ## Alias of beamline shutter status for instrument
881 #alias("$(P)BL:W6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
883 ## Mode of shutter on beamline
884 record(stringin,
"$(P)BL:W6:SHUTTER:MODE")
886 field(DTYP,
"asynOctetRead")
887 field(INP, "@asyn(isisbeam,0,0)SMODE_W6")
888 field(SCAN, "I/O Intr")
889 field(SDIS, "$(
P)ISISBEAM:DISABLE")
890 field(DESC, "Shutter mode on W6")
893 ## Alias of beamline shutter mode for instrument
894 alias(
"$(P)BL:W6:SHUTTER:MODE",
"$(P)IN:LET:SHTR:MODE")
895 ## Alias of beamline shutter mode for instrument
896 #alias("$(P)BL:W6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
897 ## Alias of beamline shutter mode for instrument
898 #alias("$(P)BL:W6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
900 ## Status of VAT value on beamline
901 record(stringin,
"$(P)BL:W6:VAT:STAT")
903 field(DTYP,
"asynOctetRead")
904 field(INP,
"@asyn(isisbeam,0,0)VAT_W6")
905 field(SCAN,
"I/O Intr")
906 field(SDIS,
"$(P)ISISBEAM:DISABLE")
907 field(DESC,
"VAT value status on W6")
910 ## Alias of beamline VAT value for instrument
911 alias(
"$(P)BL:W6:VAT:STAT",
"$(P)IN:LET:VAT:STAT")
912 ## Alias of beamline VAT value for instrument
913 #alias("$(P)BL:W6:VAT:STAT","$(P)IN::VAT:STAT")
914 ## Alias of beamline VAT value for instrument
915 #alias("$(P)BL:W6:VAT:STAT","$(P)IN::VAT:STAT")
917 ## Define beamline information
919 # % macro, P, device prefix
920 # % macro, BL, beamline
921 # % macro, INST, instrument on this beamline
922 # % macro, INST2, second instrument on this beamline
923 # % macro, INST3, third instrument on this beamline
924 # % macro, IFINST2, indicates second instrument on this beamline
925 # % macro, IFINST3, indicates third instrument on this beamline
927 ## Status of shutter on beamline
928 record(stringin,
"$(P)BL:W7:SHUTTER:STATUS")
930 field(DTYP,
"asynOctetRead")
931 field(INP,
"@asyn(isisbeam,0,0)SHUT_W7")
932 field(SCAN,
"I/O Intr")
933 field(SDIS,
"$(P)ISISBEAM:DISABLE")
934 field(DESC,
"Shutter status on W7")
937 ## Alias of beamline shutter status for instrument
938 alias(
"$(P)BL:W7:SHUTTER:STATUS",
"$(P)IN:NIMROD:SHTR:STAT")
939 ## Alias of beamline shutter status for instrument
940 #alias("$(P)BL:W7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
941 ## Alias of beamline shutter status for instrument
942 #alias("$(P)BL:W7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
944 ## Mode of shutter on beamline
945 record(stringin,
"$(P)BL:W7:SHUTTER:MODE")
947 field(DTYP,
"asynOctetRead")
948 field(INP,
"@asyn(isisbeam,0,0)SMODE_W7")
949 field(SCAN,
"I/O Intr")
950 field(SDIS,
"$(P)ISISBEAM:DISABLE")
951 field(DESC,
"Shutter mode on W7")
954 ## Alias of beamline shutter mode for instrument
955 alias(
"$(P)BL:W7:SHUTTER:MODE",
"$(P)IN:NIMROD:SHTR:MODE")
956 ## Alias of beamline shutter mode for instrument
957 #alias("$(P)BL:W7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
958 ## Alias of beamline shutter mode for instrument
959 #alias("$(P)BL:W7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
961 ## Status of VAT value on beamline
962 record(stringin,
"$(P)BL:W7:VAT:STAT")
964 field(DTYP,
"asynOctetRead")
965 field(INP, "@asyn(isisbeam,0,0)VAT_W7")
966 field(SCAN, "I/O Intr")
967 field(SDIS, "$(
P)ISISBEAM:DISABLE")
968 field(DESC, "VAT value status on W7")
971 ## Alias of beamline VAT value for instrument
972 alias(
"$(P)BL:W7:VAT:STAT",
"$(P)IN:NIMROD:VAT:STAT")
973 ## Alias of beamline VAT value for instrument
974 #alias("$(P)BL:W7:VAT:STAT","$(P)IN::VAT:STAT")
975 ## Alias of beamline VAT value for instrument
976 #alias("$(P)BL:W7:VAT:STAT","$(P)IN::VAT:STAT")
978 ## Define beamline information
980 # % macro, P, device prefix
981 # % macro, BL, beamline
982 # % macro, INST, instrument on this beamline
983 # % macro, INST2, second instrument on this beamline
984 # % macro, INST3, third instrument on this beamline
985 # % macro, IFINST2, indicates second instrument on this beamline
986 # % macro, IFINST3, indicates third instrument on this beamline
988 ## Status of shutter on beamline
989 record(stringin,
"$(P)BL:W8:SHUTTER:STATUS")
991 field(DTYP,
"asynOctetRead")
992 field(INP,
"@asyn(isisbeam,0,0)SHUT_W8")
993 field(SCAN,
"I/O Intr")
994 field(SDIS,
"$(P)ISISBEAM:DISABLE")
995 field(DESC,
"Shutter status on W8")
998 ## Alias of beamline shutter status for instrument
999 alias(
"$(P)BL:W8:SHUTTER:STATUS",
"$(P)IN:W8:SHTR:STAT")
1000 ## Alias of beamline shutter status for instrument
1001 #alias("$(P)BL:W8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1002 ## Alias of beamline shutter status for instrument
1003 #alias("$(P)BL:W8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1005 ## Mode of shutter on beamline
1006 record(stringin,
"$(P)BL:W8:SHUTTER:MODE")
1008 field(DTYP,
"asynOctetRead")
1009 field(INP,
"@asyn(isisbeam,0,0)SMODE_W8")
1010 field(SCAN,
"I/O Intr")
1011 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1012 field(DESC,
"Shutter mode on W8")
1015 ## Alias of beamline shutter mode for instrument
1016 alias(
"$(P)BL:W8:SHUTTER:MODE",
"$(P)IN:W8:SHTR:MODE")
1017 ## Alias of beamline shutter mode for instrument
1018 #alias("$(P)BL:W8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1019 ## Alias of beamline shutter mode for instrument
1020 #alias("$(P)BL:W8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1022 ## Status of VAT value on beamline
1023 record(stringin,
"$(P)BL:W8:VAT:STAT")
1025 field(DTYP,
"asynOctetRead")
1026 field(INP,
"@asyn(isisbeam,0,0)VAT_W8")
1027 field(SCAN,
"I/O Intr")
1028 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1029 field(DESC,
"VAT value status on W8")
1032 ## Alias of beamline VAT value for instrument
1033 alias(
"$(P)BL:W8:VAT:STAT",
"$(P)IN:W8:VAT:STAT")
1034 ## Alias of beamline VAT value for instrument
1035 #alias("$(P)BL:W8:VAT:STAT","$(P)IN::VAT:STAT")
1036 ## Alias of beamline VAT value for instrument
1037 #alias("$(P)BL:W8:VAT:STAT","$(P)IN::VAT:STAT")
1039 ## Define beamline information
1041 # % macro, P, device prefix
1042 # % macro, BL, beamline
1043 # % macro, INST, instrument on this beamline
1044 # % macro, INST2, second instrument on this beamline
1045 # % macro, INST3, third instrument on this beamline
1046 # % macro, IFINST2, indicates second instrument on this beamline
1047 # % macro, IFINST3, indicates third instrument on this beamline
1049 ## Status of shutter on beamline
1050 record(stringin,
"$(P)BL:W9:SHUTTER:STATUS")
1052 field(DTYP,
"asynOctetRead")
1053 field(INP, "@asyn(isisbeam,0,0)SHUT_W9")
1054 field(SCAN, "I/O Intr")
1055 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1056 field(DESC, "Shutter status on W9")
1059 ## Alias of beamline shutter status for instrument
1060 alias(
"$(P)BL:W9:SHUTTER:STATUS",
"$(P)IN:W9:SHTR:STAT")
1061 ## Alias of beamline shutter status for instrument
1062 #alias("$(P)BL:W9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1063 ## Alias of beamline shutter status for instrument
1064 #alias("$(P)BL:W9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1066 ## Mode of shutter on beamline
1067 record(stringin,
"$(P)BL:W9:SHUTTER:MODE")
1069 field(DTYP,
"asynOctetRead")
1070 field(INP,
"@asyn(isisbeam,0,0)SMODE_W9")
1071 field(SCAN,
"I/O Intr")
1072 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1073 field(DESC,
"Shutter mode on W9")
1076 ## Alias of beamline shutter mode for instrument
1077 alias(
"$(P)BL:W9:SHUTTER:MODE",
"$(P)IN:W9:SHTR:MODE")
1078 ## Alias of beamline shutter mode for instrument
1079 #alias("$(P)BL:W9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1080 ## Alias of beamline shutter mode for instrument
1081 #alias("$(P)BL:W9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1083 ## Status of VAT value on beamline
1084 record(stringin,
"$(P)BL:W9:VAT:STAT")
1086 field(DTYP,
"asynOctetRead")
1087 field(INP,
"@asyn(isisbeam,0,0)VAT_W9")
1088 field(SCAN,
"I/O Intr")
1089 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1090 field(DESC,
"VAT value status on W9")
1093 ## Alias of beamline VAT value for instrument
1094 alias(
"$(P)BL:W9:VAT:STAT",
"$(P)IN:W9:VAT:STAT")
1095 ## Alias of beamline VAT value for instrument
1096 #alias("$(P)BL:W9:VAT:STAT","$(P)IN::VAT:STAT")
1097 ## Alias of beamline VAT value for instrument
1098 #alias("$(P)BL:W9:VAT:STAT","$(P)IN::VAT:STAT")
1100 ## Define beamline information
1102 # % macro, P, device prefix
1103 # % macro, BL, beamline
1104 # % macro, INST, instrument on this beamline
1105 # % macro, INST2, second instrument on this beamline
1106 # % macro, INST3, third instrument on this beamline
1107 # % macro, IFINST2, indicates second instrument on this beamline
1108 # % macro, IFINST3, indicates third instrument on this beamline
1110 ## Status of shutter on beamline
1111 record(stringin,
"$(P)BL:N1:SHUTTER:STATUS")
1113 field(DTYP,
"asynOctetRead")
1114 field(INP,
"@asyn(isisbeam,0,0)SHUT_N1")
1115 field(SCAN,
"I/O Intr")
1116 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1117 field(DESC,
"Shutter status on N1")
1120 ## Alias of beamline shutter status for instrument
1121 alias(
"$(P)BL:N1:SHUTTER:STATUS",
"$(P)IN:SANDALS:SHTR:STAT")
1122 ## Alias of beamline shutter status for instrument
1123 #alias("$(P)BL:N1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1124 ## Alias of beamline shutter status for instrument
1125 #alias("$(P)BL:N1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1127 ## Mode of shutter on beamline
1128 record(stringin,
"$(P)BL:N1:SHUTTER:MODE")
1130 field(DTYP,
"asynOctetRead")
1131 field(INP, "@asyn(isisbeam,0,0)SMODE_N1")
1132 field(SCAN, "I/O Intr")
1133 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1134 field(DESC, "Shutter mode on N1")
1137 ## Alias of beamline shutter mode for instrument
1138 alias(
"$(P)BL:N1:SHUTTER:MODE",
"$(P)IN:SANDALS:SHTR:MODE")
1139 ## Alias of beamline shutter mode for instrument
1140 #alias("$(P)BL:N1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1141 ## Alias of beamline shutter mode for instrument
1142 #alias("$(P)BL:N1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1144 ## Status of VAT value on beamline
1145 record(stringin,
"$(P)BL:N1:VAT:STAT")
1147 field(DTYP,
"asynOctetRead")
1148 field(INP,
"@asyn(isisbeam,0,0)VAT_N1")
1149 field(SCAN,
"I/O Intr")
1150 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1151 field(DESC,
"VAT value status on N1")
1154 ## Alias of beamline VAT value for instrument
1155 alias(
"$(P)BL:N1:VAT:STAT",
"$(P)IN:SANDALS:VAT:STAT")
1156 ## Alias of beamline VAT value for instrument
1157 #alias("$(P)BL:N1:VAT:STAT","$(P)IN::VAT:STAT")
1158 ## Alias of beamline VAT value for instrument
1159 #alias("$(P)BL:N1:VAT:STAT","$(P)IN::VAT:STAT")
1161 ## Define beamline information
1163 # % macro, P, device prefix
1164 # % macro, BL, beamline
1165 # % macro, INST, instrument on this beamline
1166 # % macro, INST2, second instrument on this beamline
1167 # % macro, INST3, third instrument on this beamline
1168 # % macro, IFINST2, indicates second instrument on this beamline
1169 # % macro, IFINST3, indicates third instrument on this beamline
1171 ## Status of shutter on beamline
1172 record(stringin,
"$(P)BL:N2:SHUTTER:STATUS")
1174 field(DTYP,
"asynOctetRead")
1175 field(INP,
"@asyn(isisbeam,0,0)SHUT_N2")
1176 field(SCAN,
"I/O Intr")
1177 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1178 field(DESC,
"Shutter status on N2")
1181 ## Alias of beamline shutter status for instrument
1182 alias(
"$(P)BL:N2:SHUTTER:STATUS",
"$(P)IN:ALF:SHTR:STAT")
1183 ## Alias of beamline shutter status for instrument
1184 alias(
"$(P)BL:N2:SHUTTER:STATUS",
"$(P)IN:ROTAX:SHTR:STAT")
1185 ## Alias of beamline shutter status for instrument
1186 alias(
"$(P)BL:N2:SHUTTER:STATUS",
"$(P)IN:PRISMA:SHTR:STAT")
1188 ## Mode of shutter on beamline
1189 record(stringin,
"$(P)BL:N2:SHUTTER:MODE")
1191 field(DTYP,
"asynOctetRead")
1192 field(INP,
"@asyn(isisbeam,0,0)SMODE_N2")
1193 field(SCAN,
"I/O Intr")
1194 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1195 field(DESC,
"Shutter mode on N2")
1198 ## Alias of beamline shutter mode for instrument
1199 alias(
"$(P)BL:N2:SHUTTER:MODE",
"$(P)IN:ALF:SHTR:MODE")
1200 ## Alias of beamline shutter mode for instrument
1201 alias(
"$(P)BL:N2:SHUTTER:MODE",
"$(P)IN:ROTAX:SHTR:MODE")
1202 ## Alias of beamline shutter mode for instrument
1203 alias(
"$(P)BL:N2:SHUTTER:MODE",
"$(P)IN:PRISMA:SHTR:MODE")
1205 ## Status of VAT value on beamline
1206 record(stringin,
"$(P)BL:N2:VAT:STAT")
1208 field(DTYP,
"asynOctetRead")
1209 field(INP, "@asyn(isisbeam,0,0)VAT_N2")
1210 field(SCAN, "I/O Intr")
1211 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1212 field(DESC, "VAT value status on N2")
1215 ## Alias of beamline VAT value for instrument
1216 alias(
"$(P)BL:N2:VAT:STAT",
"$(P)IN:ALF:VAT:STAT")
1217 ## Alias of beamline VAT value for instrument
1218 alias(
"$(P)BL:N2:VAT:STAT",
"$(P)IN:ROTAX:VAT:STAT")
1219 ## Alias of beamline VAT value for instrument
1220 alias(
"$(P)BL:N2:VAT:STAT",
"$(P)IN:PRISMA:VAT:STAT")
1222 ## Define beamline information
1224 # % macro, P, device prefix
1225 # % macro, BL, beamline
1226 # % macro, INST, instrument on this beamline
1227 # % macro, INST2, second instrument on this beamline
1228 # % macro, INST3, third instrument on this beamline
1229 # % macro, IFINST2, indicates second instrument on this beamline
1230 # % macro, IFINST3, indicates third instrument on this beamline
1232 ## Status of shutter on beamline
1233 record(stringin,
"$(P)BL:N3:SHUTTER:STATUS")
1235 field(DTYP,
"asynOctetRead")
1236 field(INP, "@asyn(isisbeam,0,0)SHUT_N3")
1237 field(SCAN, "I/O Intr")
1238 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1239 field(DESC, "Shutter status on N3")
1242 ## Alias of beamline shutter status for instrument
1243 alias(
"$(P)BL:N3:SHUTTER:STATUS",
"$(P)IN:SURF:SHTR:STAT")
1244 ## Alias of beamline shutter status for instrument
1245 #alias("$(P)BL:N3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1246 ## Alias of beamline shutter status for instrument
1247 #alias("$(P)BL:N3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1249 ## Mode of shutter on beamline
1250 record(stringin,
"$(P)BL:N3:SHUTTER:MODE")
1252 field(DTYP,
"asynOctetRead")
1253 field(INP,
"@asyn(isisbeam,0,0)SMODE_N3")
1254 field(SCAN,
"I/O Intr")
1255 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1256 field(DESC,
"Shutter mode on N3")
1259 ## Alias of beamline shutter mode for instrument
1260 alias(
"$(P)BL:N3:SHUTTER:MODE",
"$(P)IN:SURF:SHTR:MODE")
1261 ## Alias of beamline shutter mode for instrument
1262 #alias("$(P)BL:N3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1263 ## Alias of beamline shutter mode for instrument
1264 #alias("$(P)BL:N3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1266 ## Status of VAT value on beamline
1267 record(stringin,
"$(P)BL:N3:VAT:STAT")
1269 field(DTYP,
"asynOctetRead")
1270 field(INP,
"@asyn(isisbeam,0,0)VAT_N3")
1271 field(SCAN,
"I/O Intr")
1272 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1273 field(DESC,
"VAT value status on N3")
1276 ## Alias of beamline VAT value for instrument
1277 alias(
"$(P)BL:N3:VAT:STAT",
"$(P)IN:SURF:VAT:STAT")
1278 ## Alias of beamline VAT value for instrument
1279 #alias("$(P)BL:N3:VAT:STAT","$(P)IN::VAT:STAT")
1280 ## Alias of beamline VAT value for instrument
1281 #alias("$(P)BL:N3:VAT:STAT","$(P)IN::VAT:STAT")
1283 ## Define beamline information
1285 # % macro, P, device prefix
1286 # % macro, BL, beamline
1287 # % macro, INST, instrument on this beamline
1288 # % macro, INST2, second instrument on this beamline
1289 # % macro, INST3, third instrument on this beamline
1290 # % macro, IFINST2, indicates second instrument on this beamline
1291 # % macro, IFINST3, indicates third instrument on this beamline
1293 ## Status of shutter on beamline
1294 record(stringin,
"$(P)BL:N4:SHUTTER:STATUS")
1296 field(DTYP,
"asynOctetRead")
1297 field(INP,
"@asyn(isisbeam,0,0)SHUT_N4")
1298 field(SCAN,
"I/O Intr")
1299 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1300 field(DESC,
"Shutter status on N4")
1303 ## Alias of beamline shutter status for instrument
1304 alias(
"$(P)BL:N4:SHUTTER:STATUS",
"$(P)IN:CRISP:SHTR:STAT")
1305 ## Alias of beamline shutter status for instrument
1306 #alias("$(P)BL:N4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1307 ## Alias of beamline shutter status for instrument
1308 #alias("$(P)BL:N4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1310 ## Mode of shutter on beamline
1311 record(stringin,
"$(P)BL:N4:SHUTTER:MODE")
1313 field(DTYP,
"asynOctetRead")
1314 field(INP, "@asyn(isisbeam,0,0)SMODE_N4")
1315 field(SCAN, "I/O Intr")
1316 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1317 field(DESC, "Shutter mode on N4")
1320 ## Alias of beamline shutter mode for instrument
1321 alias(
"$(P)BL:N4:SHUTTER:MODE",
"$(P)IN:CRISP:SHTR:MODE")
1322 ## Alias of beamline shutter mode for instrument
1323 #alias("$(P)BL:N4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1324 ## Alias of beamline shutter mode for instrument
1325 #alias("$(P)BL:N4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1327 ## Status of VAT value on beamline
1328 record(stringin,
"$(P)BL:N4:VAT:STAT")
1330 field(DTYP,
"asynOctetRead")
1331 field(INP,
"@asyn(isisbeam,0,0)VAT_N4")
1332 field(SCAN,
"I/O Intr")
1333 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1334 field(DESC,
"VAT value status on N4")
1337 ## Alias of beamline VAT value for instrument
1338 alias(
"$(P)BL:N4:VAT:STAT",
"$(P)IN:CRISP:VAT:STAT")
1339 ## Alias of beamline VAT value for instrument
1340 #alias("$(P)BL:N4:VAT:STAT","$(P)IN::VAT:STAT")
1341 ## Alias of beamline VAT value for instrument
1342 #alias("$(P)BL:N4:VAT:STAT","$(P)IN::VAT:STAT")
1344 ## Define beamline information
1346 # % macro, P, device prefix
1347 # % macro, BL, beamline
1348 # % macro, INST, instrument on this beamline
1349 # % macro, INST2, second instrument on this beamline
1350 # % macro, INST3, third instrument on this beamline
1351 # % macro, IFINST2, indicates second instrument on this beamline
1352 # % macro, IFINST3, indicates third instrument on this beamline
1354 ## Status of shutter on beamline
1355 record(stringin,
"$(P)BL:N5:SHUTTER:STATUS")
1357 field(DTYP,
"asynOctetRead")
1358 field(INP,
"@asyn(isisbeam,0,0)SHUT_N5")
1359 field(SCAN,
"I/O Intr")
1360 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1361 field(DESC,
"Shutter status on N5")
1364 ## Alias of beamline shutter status for instrument
1365 alias(
"$(P)BL:N5:SHUTTER:STATUS",
"$(P)IN:LOQ:SHTR:STAT")
1366 ## Alias of beamline shutter status for instrument
1367 #alias("$(P)BL:N5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1368 ## Alias of beamline shutter status for instrument
1369 #alias("$(P)BL:N5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1371 ## Mode of shutter on beamline
1372 record(stringin,
"$(P)BL:N5:SHUTTER:MODE")
1374 field(DTYP,
"asynOctetRead")
1375 field(INP,
"@asyn(isisbeam,0,0)SMODE_N5")
1376 field(SCAN,
"I/O Intr")
1377 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1378 field(DESC,
"Shutter mode on N5")
1381 ## Alias of beamline shutter mode for instrument
1382 alias(
"$(P)BL:N5:SHUTTER:MODE",
"$(P)IN:LOQ:SHTR:MODE")
1383 ## Alias of beamline shutter mode for instrument
1384 #alias("$(P)BL:N5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1385 ## Alias of beamline shutter mode for instrument
1386 #alias("$(P)BL:N5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1388 ## Status of VAT value on beamline
1389 record(stringin,
"$(P)BL:N5:VAT:STAT")
1391 field(DTYP,
"asynOctetRead")
1392 field(INP, "@asyn(isisbeam,0,0)VAT_N5")
1393 field(SCAN, "I/O Intr")
1394 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1395 field(DESC, "VAT value status on N5")
1398 ## Alias of beamline VAT value for instrument
1399 alias(
"$(P)BL:N5:VAT:STAT",
"$(P)IN:LOQ:VAT:STAT")
1400 ## Alias of beamline VAT value for instrument
1401 #alias("$(P)BL:N5:VAT:STAT","$(P)IN::VAT:STAT")
1402 ## Alias of beamline VAT value for instrument
1403 #alias("$(P)BL:N5:VAT:STAT","$(P)IN::VAT:STAT")
1405 ## Define beamline information
1407 # % macro, P, device prefix
1408 # % macro, BL, beamline
1409 # % macro, INST, instrument on this beamline
1410 # % macro, INST2, second instrument on this beamline
1411 # % macro, INST3, third instrument on this beamline
1412 # % macro, IFINST2, indicates second instrument on this beamline
1413 # % macro, IFINST3, indicates third instrument on this beamline
1415 ## Status of shutter on beamline
1416 record(stringin,
"$(P)BL:N6:SHUTTER:STATUS")
1418 field(DTYP,
"asynOctetRead")
1419 field(INP,
"@asyn(isisbeam,0,0)SHUT_N6")
1420 field(SCAN,
"I/O Intr")
1421 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1422 field(DESC,
"Shutter status on N6")
1425 ## Alias of beamline shutter status for instrument
1426 alias(
"$(P)BL:N6:SHUTTER:STATUS",
"$(P)IN:IRIS:SHTR:STAT")
1427 ## Alias of beamline shutter status for instrument
1428 alias(
"$(P)BL:N6:SHUTTER:STATUS",
"$(P)IN:OSIRIS:SHTR:STAT")
1429 ## Alias of beamline shutter status for instrument
1430 #alias("$(P)BL:N6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1432 ## Mode of shutter on beamline
1433 record(stringin,
"$(P)BL:N6:SHUTTER:MODE")
1435 field(DTYP,
"asynOctetRead")
1436 field(INP, "@asyn(isisbeam,0,0)SMODE_N6")
1437 field(SCAN, "I/O Intr")
1438 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1439 field(DESC, "Shutter mode on N6")
1442 ## Alias of beamline shutter mode for instrument
1443 alias(
"$(P)BL:N6:SHUTTER:MODE",
"$(P)IN:IRIS:SHTR:MODE")
1444 ## Alias of beamline shutter mode for instrument
1445 alias(
"$(P)BL:N6:SHUTTER:MODE",
"$(P)IN:OSIRIS:SHTR:MODE")
1446 ## Alias of beamline shutter mode for instrument
1447 #alias("$(P)BL:N6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1449 ## Status of VAT value on beamline
1452 field(DTYP,
"asynOctetRead")
1453 field(INP,
"@asyn(isisbeam,0,0)VAT_N6")
1454 field(SCAN,
"I/O Intr")
1455 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1456 field(DESC,
"VAT value status on N6")
1459 ## Alias of beamline VAT value for instrument
1460 alias(
"$(P)BL:N6:VAT:STAT",
"$(P)IN:IRIS:VAT:STAT")
1461 ## Alias of beamline VAT value for instrument
1462 alias(
"$(P)BL:N6:VAT:STAT",
"$(P)IN:OSIRIS:VAT:STAT")
1463 ## Alias of beamline VAT value for instrument
1464 #alias("$(P)BL:N6:VAT:STAT","$(P)IN::VAT:STAT")
1466 ## Define beamline information
1468 # % macro, P, device prefix
1469 # % macro, BL, beamline
1470 # % macro, INST, instrument on this beamline
1471 # % macro, INST2, second instrument on this beamline
1472 # % macro, INST3, third instrument on this beamline
1473 # % macro, IFINST2, indicates second instrument on this beamline
1474 # % macro, IFINST3, indicates third instrument on this beamline
1476 ## Status of shutter on beamline
1477 record(stringin,
"$(P)BL:N7:SHUTTER:STATUS")
1479 field(DTYP,
"asynOctetRead")
1480 field(INP,
"@asyn(isisbeam,0,0)SHUT_N7")
1481 field(SCAN,
"I/O Intr")
1482 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1483 field(DESC,
"Shutter status on N7")
1486 ## Alias of beamline shutter status for instrument
1487 alias(
"$(P)BL:N7:SHUTTER:STATUS",
"$(P)IN:POLARIS:SHTR:STAT")
1488 ## Alias of beamline shutter status for instrument
1489 #alias("$(P)BL:N7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1490 ## Alias of beamline shutter status for instrument
1491 #alias("$(P)BL:N7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1493 ## Mode of shutter on beamline
1494 record(stringin,
"$(P)BL:N7:SHUTTER:MODE")
1496 field(DTYP,
"asynOctetRead")
1497 field(INP, "@asyn(isisbeam,0,0)SMODE_N7")
1498 field(SCAN, "I/O Intr")
1499 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1500 field(DESC, "Shutter mode on N7")
1503 ## Alias of beamline shutter mode for instrument
1504 alias(
"$(P)BL:N7:SHUTTER:MODE",
"$(P)IN:POLARIS:SHTR:MODE")
1505 ## Alias of beamline shutter mode for instrument
1506 #alias("$(P)BL:N7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1507 ## Alias of beamline shutter mode for instrument
1508 #alias("$(P)BL:N7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1510 ## Status of VAT value on beamline
1511 record(stringin,
"$(P)BL:N7:VAT:STAT")
1513 field(DTYP,
"asynOctetRead")
1514 field(INP,
"@asyn(isisbeam,0,0)VAT_N7")
1515 field(SCAN,
"I/O Intr")
1516 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1517 field(DESC,
"VAT value status on N7")
1520 ## Alias of beamline VAT value for instrument
1521 alias(
"$(P)BL:N7:VAT:STAT",
"$(P)IN:POLARIS:VAT:STAT")
1522 ## Alias of beamline VAT value for instrument
1523 #alias("$(P)BL:N7:VAT:STAT","$(P)IN::VAT:STAT")
1524 ## Alias of beamline VAT value for instrument
1525 #alias("$(P)BL:N7:VAT:STAT","$(P)IN::VAT:STAT")
1527 ## Define beamline information
1529 # % macro, P, device prefix
1530 # % macro, BL, beamline
1531 # % macro, INST, instrument on this beamline
1532 # % macro, INST2, second instrument on this beamline
1533 # % macro, INST3, third instrument on this beamline
1534 # % macro, IFINST2, indicates second instrument on this beamline
1535 # % macro, IFINST3, indicates third instrument on this beamline
1537 ## Status of shutter on beamline
1538 record(stringin,
"$(P)BL:N8:SHUTTER:STATUS")
1540 field(DTYP,
"asynOctetRead")
1541 field(INP,
"@asyn(isisbeam,0,0)SHUT_N8")
1542 field(SCAN,
"I/O Intr")
1543 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1544 field(DESC,
"Shutter status on N8")
1547 ## Alias of beamline shutter status for instrument
1548 alias(
"$(P)BL:N8:SHUTTER:STATUS",
"$(P)IN:TOSCA:SHTR:STAT")
1549 ## Alias of beamline shutter status for instrument
1550 alias(
"$(P)BL:N8:SHUTTER:STATUS",
"$(P)IN:INES:SHTR:STAT")
1551 ## Alias of beamline shutter status for instrument
1552 #alias("$(P)BL:N8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1554 ## Mode of shutter on beamline
1555 record(stringin,
"$(P)BL:N8:SHUTTER:MODE")
1557 field(DTYP,
"asynOctetRead")
1558 field(INP, "@asyn(isisbeam,0,0)SMODE_N8")
1559 field(SCAN, "I/O Intr")
1560 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1561 field(DESC, "Shutter mode on N8")
1564 ## Alias of beamline shutter mode for instrument
1565 alias(
"$(P)BL:N8:SHUTTER:MODE",
"$(P)IN:TOSCA:SHTR:MODE")
1566 ## Alias of beamline shutter mode for instrument
1567 alias(
"$(P)BL:N8:SHUTTER:MODE",
"$(P)IN:INES:SHTR:MODE")
1568 ## Alias of beamline shutter mode for instrument
1569 #alias("$(P)BL:N8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1571 ## Status of VAT value on beamline
1572 record(stringin,
"$(P)BL:N8:VAT:STAT")
1574 field(DTYP,
"asynOctetRead")
1575 field(INP,
"@asyn(isisbeam,0,0)VAT_N8")
1576 field(SCAN,
"I/O Intr")
1577 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1578 field(DESC,
"VAT value status on N8")
1581 ## Alias of beamline VAT value for instrument
1582 alias(
"$(P)BL:N8:VAT:STAT",
"$(P)IN:TOSCA:VAT:STAT")
1583 ## Alias of beamline VAT value for instrument
1584 alias(
"$(P)BL:N8:VAT:STAT",
"$(P)IN:INES:VAT:STAT")
1585 ## Alias of beamline VAT value for instrument
1586 #alias("$(P)BL:N8:VAT:STAT","$(P)IN::VAT:STAT")
1588 ## Define beamline information
1590 # % macro, P, device prefix
1591 # % macro, BL, beamline
1592 # % macro, INST, instrument on this beamline
1593 # % macro, INST2, second instrument on this beamline
1594 # % macro, INST3, third instrument on this beamline
1595 # % macro, IFINST2, indicates second instrument on this beamline
1596 # % macro, IFINST3, indicates third instrument on this beamline
1598 ## Status of shutter on beamline
1599 record(stringin,
"$(P)BL:N9:SHUTTER:STATUS")
1601 field(DTYP,
"asynOctetRead")
1602 field(INP,
"@asyn(isisbeam,0,0)SHUT_N9")
1603 field(SCAN,
"I/O Intr")
1604 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1605 field(DESC,
"Shutter status on N9")
1608 ## Alias of beamline shutter status for instrument
1609 alias(
"$(P)BL:N9:SHUTTER:STATUS",
"$(P)IN:EMMA:SHTR:STAT")
1610 ## Alias of beamline shutter status for instrument
1611 alias(
"$(P)BL:N9:SHUTTER:STATUS",
"$(P)IN:HET:SHTR:STAT")
1612 ## Alias of beamline shutter status for instrument
1613 #alias("$(P)BL:N9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1615 ## Mode of shutter on beamline
1616 record(stringin,
"$(P)BL:N9:SHUTTER:MODE")
1618 field(DTYP,
"asynOctetRead")
1619 field(INP,
"@asyn(isisbeam,0,0)SMODE_N9")
1620 field(SCAN,
"I/O Intr")
1621 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1622 field(DESC,
"Shutter mode on N9")
1625 ## Alias of beamline shutter mode for instrument
1626 alias(
"$(P)BL:N9:SHUTTER:MODE",
"$(P)IN:EMMA:SHTR:MODE")
1627 ## Alias of beamline shutter mode for instrument
1628 alias(
"$(P)BL:N9:SHUTTER:MODE",
"$(P)IN:HET:SHTR:MODE")
1629 ## Alias of beamline shutter mode for instrument
1630 #alias("$(P)BL:N9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1632 ## Status of VAT value on beamline
1633 record(stringin,
"$(P)BL:N9:VAT:STAT")
1635 field(DTYP,
"asynOctetRead")
1636 field(INP, "@asyn(isisbeam,0,0)VAT_N9")
1637 field(SCAN, "I/O Intr")
1638 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1639 field(DESC, "VAT value status on N9")
1642 ## Alias of beamline VAT value for instrument
1643 alias(
"$(P)BL:N9:VAT:STAT",
"$(P)IN:EMMA:VAT:STAT")
1644 ## Alias of beamline VAT value for instrument
1645 alias(
"$(P)BL:N9:VAT:STAT",
"$(P)IN:HET:VAT:STAT")
1646 ## Alias of beamline VAT value for instrument
1647 #alias("$(P)BL:N9:VAT:STAT","$(P)IN::VAT:STAT")
1649 ## Define beamline information
1651 # % macro, P, device prefix
1652 # % macro, BL, beamline
1653 # % macro, INST, instrument on this beamline
1654 # % macro, INST2, second instrument on this beamline
1655 # % macro, INST3, third instrument on this beamline
1656 # % macro, IFINST2, indicates second instrument on this beamline
1657 # % macro, IFINST3, indicates third instrument on this beamline
1659 ## Status of shutter on beamline
1662 field(DTYP,
"asynOctetRead")
1663 field(INP,
"@asyn(isisbeam,0,0)SHUT_S1")
1664 field(SCAN,
"I/O Intr")
1665 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1666 field(DESC,
"Shutter status on S1")
1669 ## Alias of beamline shutter status for instrument
1670 alias(
"$(P)BL:S1:SHUTTER:STATUS",
"$(P)IN:MAPS:SHTR:STAT")
1671 ## Alias of beamline shutter status for instrument
1672 #alias("$(P)BL:S1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1673 ## Alias of beamline shutter status for instrument
1674 #alias("$(P)BL:S1:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1676 ## Mode of shutter on beamline
1677 record(stringin,
"$(P)BL:S1:SHUTTER:MODE")
1679 field(DTYP,
"asynOctetRead")
1680 field(INP, "@asyn(isisbeam,0,0)SMODE_S1")
1681 field(SCAN, "I/O Intr")
1682 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1683 field(DESC, "Shutter mode on S1")
1686 ## Alias of beamline shutter mode for instrument
1687 alias(
"$(P)BL:S1:SHUTTER:MODE",
"$(P)IN:MAPS:SHTR:MODE")
1688 ## Alias of beamline shutter mode for instrument
1689 #alias("$(P)BL:S1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1690 ## Alias of beamline shutter mode for instrument
1691 #alias("$(P)BL:S1:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1693 ## Status of VAT value on beamline
1694 record(stringin,
"$(P)BL:S1:VAT:STAT")
1696 field(DTYP,
"asynOctetRead")
1697 field(INP,
"@asyn(isisbeam,0,0)VAT_S1")
1698 field(SCAN,
"I/O Intr")
1699 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1700 field(DESC,
"VAT value status on S1")
1703 ## Alias of beamline VAT value for instrument
1704 alias(
"$(P)BL:S1:VAT:STAT",
"$(P)IN:MAPS:VAT:STAT")
1705 ## Alias of beamline VAT value for instrument
1706 #alias("$(P)BL:S1:VAT:STAT","$(P)IN::VAT:STAT")
1707 ## Alias of beamline VAT value for instrument
1708 #alias("$(P)BL:S1:VAT:STAT","$(P)IN::VAT:STAT")
1710 ## Define beamline information
1712 # % macro, P, device prefix
1713 # % macro, BL, beamline
1714 # % macro, INST, instrument on this beamline
1715 # % macro, INST2, second instrument on this beamline
1716 # % macro, INST3, third instrument on this beamline
1717 # % macro, IFINST2, indicates second instrument on this beamline
1718 # % macro, IFINST3, indicates third instrument on this beamline
1720 ## Status of shutter on beamline
1721 record(stringin,
"$(P)BL:S2:SHUTTER:STATUS")
1723 field(DTYP,
"asynOctetRead")
1724 field(INP,
"@asyn(isisbeam,0,0)SHUT_S2")
1725 field(SCAN,
"I/O Intr")
1726 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1727 field(DESC,
"Shutter status on S2")
1730 ## Alias of beamline shutter status for instrument
1731 alias(
"$(P)BL:S2:SHUTTER:STATUS",
"$(P)IN:VESUVIO:SHTR:STAT")
1732 ## Alias of beamline shutter status for instrument
1733 alias(
"$(P)BL:S2:SHUTTER:STATUS",
"$(P)IN:EVS:SHTR:STAT")
1734 ## Alias of beamline shutter status for instrument
1735 #alias("$(P)BL:S2:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1737 ## Mode of shutter on beamline
1738 record(stringin,
"$(P)BL:S2:SHUTTER:MODE")
1740 field(DTYP,
"asynOctetRead")
1741 field(INP,
"@asyn(isisbeam,0,0)SMODE_S2")
1742 field(SCAN,
"I/O Intr")
1743 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1744 field(DESC,
"Shutter mode on S2")
1747 ## Alias of beamline shutter mode for instrument
1748 alias(
"$(P)BL:S2:SHUTTER:MODE",
"$(P)IN:VESUVIO:SHTR:MODE")
1749 ## Alias of beamline shutter mode for instrument
1750 alias(
"$(P)BL:S2:SHUTTER:MODE",
"$(P)IN:EVS:SHTR:MODE")
1751 ## Alias of beamline shutter mode for instrument
1752 #alias("$(P)BL:S2:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1754 ## Status of VAT value on beamline
1755 record(stringin,
"$(P)BL:S2:VAT:STAT")
1757 field(DTYP,
"asynOctetRead")
1758 field(INP, "@asyn(isisbeam,0,0)VAT_S2")
1759 field(SCAN, "I/O Intr")
1760 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1761 field(DESC, "VAT value status on S2")
1764 ## Alias of beamline VAT value for instrument
1765 alias(
"$(P)BL:S2:VAT:STAT",
"$(P)IN:VESUVIO:VAT:STAT")
1766 ## Alias of beamline VAT value for instrument
1767 alias(
"$(P)BL:S2:VAT:STAT",
"$(P)IN:EVS:VAT:STAT")
1768 ## Alias of beamline VAT value for instrument
1769 #alias("$(P)BL:S2:VAT:STAT","$(P)IN::VAT:STAT")
1771 ## Define beamline information
1773 # % macro, P, device prefix
1774 # % macro, BL, beamline
1775 # % macro, INST, instrument on this beamline
1776 # % macro, INST2, second instrument on this beamline
1777 # % macro, INST3, third instrument on this beamline
1778 # % macro, IFINST2, indicates second instrument on this beamline
1779 # % macro, IFINST3, indicates third instrument on this beamline
1781 ## Status of shutter on beamline
1782 record(stringin,
"$(P)BL:S3:SHUTTER:STATUS")
1784 field(DTYP,
"asynOctetRead")
1785 field(INP,
"@asyn(isisbeam,0,0)SHUT_S3")
1786 field(SCAN,
"I/O Intr")
1787 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1788 field(DESC,
"Shutter status on S3")
1791 ## Alias of beamline shutter status for instrument
1792 alias(
"$(P)BL:S3:SHUTTER:STATUS",
"$(P)IN:SXD:SHTR:STAT")
1793 ## Alias of beamline shutter status for instrument
1794 #alias("$(P)BL:S3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1795 ## Alias of beamline shutter status for instrument
1796 #alias("$(P)BL:S3:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1798 ## Mode of shutter on beamline
1799 record(stringin,
"$(P)BL:S3:SHUTTER:MODE")
1801 field(DTYP,
"asynOctetRead")
1802 field(INP,
"@asyn(isisbeam,0,0)SMODE_S3")
1803 field(SCAN,
"I/O Intr")
1804 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1805 field(DESC,
"Shutter mode on S3")
1808 ## Alias of beamline shutter mode for instrument
1809 alias(
"$(P)BL:S3:SHUTTER:MODE",
"$(P)IN:SXD:SHTR:MODE")
1810 ## Alias of beamline shutter mode for instrument
1811 #alias("$(P)BL:S3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1812 ## Alias of beamline shutter mode for instrument
1813 #alias("$(P)BL:S3:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1815 ## Status of VAT value on beamline
1816 record(stringin,
"$(P)BL:S3:VAT:STAT")
1818 field(DTYP,
"asynOctetRead")
1819 field(INP, "@asyn(isisbeam,0,0)VAT_S3")
1820 field(SCAN, "I/O Intr")
1821 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1822 field(DESC, "VAT value status on S3")
1825 ## Alias of beamline VAT value for instrument
1826 alias(
"$(P)BL:S3:VAT:STAT",
"$(P)IN:SXD:VAT:STAT")
1827 ## Alias of beamline VAT value for instrument
1828 #alias("$(P)BL:S3:VAT:STAT","$(P)IN::VAT:STAT")
1829 ## Alias of beamline VAT value for instrument
1830 #alias("$(P)BL:S3:VAT:STAT","$(P)IN::VAT:STAT")
1832 ## Define beamline information
1834 # % macro, P, device prefix
1835 # % macro, BL, beamline
1836 # % macro, INST, instrument on this beamline
1837 # % macro, INST2, second instrument on this beamline
1838 # % macro, INST3, third instrument on this beamline
1839 # % macro, IFINST2, indicates second instrument on this beamline
1840 # % macro, IFINST3, indicates third instrument on this beamline
1842 ## Status of shutter on beamline
1843 record(stringin,
"$(P)BL:S4:SHUTTER:STATUS")
1845 field(DTYP,
"asynOctetRead")
1846 field(INP,
"@asyn(isisbeam,0,0)SHUT_S4")
1847 field(SCAN,
"I/O Intr")
1848 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1849 field(DESC,
"Shutter status on S4")
1852 ## Alias of beamline shutter status for instrument
1853 alias(
"$(P)BL:S4:SHUTTER:STATUS",
"$(P)IN:MERLIN:SHTR:STAT")
1854 ## Alias of beamline shutter status for instrument
1855 #alias("$(P)BL:S4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1856 ## Alias of beamline shutter status for instrument
1857 #alias("$(P)BL:S4:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1859 ## Mode of shutter on beamline
1860 record(stringin,
"$(P)BL:S4:SHUTTER:MODE")
1862 field(DTYP,
"asynOctetRead")
1863 field(INP,
"@asyn(isisbeam,0,0)SMODE_S4")
1864 field(SCAN,
"I/O Intr")
1865 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1866 field(DESC,
"Shutter mode on S4")
1869 ## Alias of beamline shutter mode for instrument
1870 alias(
"$(P)BL:S4:SHUTTER:MODE",
"$(P)IN:MERLIN:SHTR:MODE")
1871 ## Alias of beamline shutter mode for instrument
1872 #alias("$(P)BL:S4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1873 ## Alias of beamline shutter mode for instrument
1874 #alias("$(P)BL:S4:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1876 ## Status of VAT value on beamline
1877 record(stringin,
"$(P)BL:S4:VAT:STAT")
1879 field(DTYP,
"asynOctetRead")
1880 field(INP,
"@asyn(isisbeam,0,0)VAT_S4")
1881 field(SCAN,
"I/O Intr")
1882 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1883 field(DESC,
"VAT value status on S4")
1886 ## Alias of beamline VAT value for instrument
1887 alias(
"$(P)BL:S4:VAT:STAT",
"$(P)IN:MERLIN:VAT:STAT")
1888 ## Alias of beamline VAT value for instrument
1889 #alias("$(P)BL:S4:VAT:STAT","$(P)IN::VAT:STAT")
1890 ## Alias of beamline VAT value for instrument
1891 #alias("$(P)BL:S4:VAT:STAT","$(P)IN::VAT:STAT")
1893 ## Define beamline information
1895 # % macro, P, device prefix
1896 # % macro, BL, beamline
1897 # % macro, INST, instrument on this beamline
1898 # % macro, INST2, second instrument on this beamline
1899 # % macro, INST3, third instrument on this beamline
1900 # % macro, IFINST2, indicates second instrument on this beamline
1901 # % macro, IFINST3, indicates third instrument on this beamline
1903 ## Status of shutter on beamline
1904 record(stringin,
"$(P)BL:S5:SHUTTER:STATUS")
1906 field(DTYP,
"asynOctetRead")
1907 field(INP,
"@asyn(isisbeam,0,0)SHUT_S5")
1908 field(SCAN,
"I/O Intr")
1909 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1910 field(DESC,
"Shutter status on S5")
1913 ## Alias of beamline shutter status for instrument
1914 alias(
"$(P)BL:S5:SHUTTER:STATUS",
"$(P)IN:S5:SHTR:STAT")
1915 ## Alias of beamline shutter status for instrument
1916 #alias("$(P)BL:S5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1917 ## Alias of beamline shutter status for instrument
1918 #alias("$(P)BL:S5:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1920 ## Mode of shutter on beamline
1921 record(stringin,
"$(P)BL:S5:SHUTTER:MODE")
1923 field(DTYP,
"asynOctetRead")
1924 field(INP, "@asyn(isisbeam,0,0)SMODE_S5")
1925 field(SCAN, "I/O Intr")
1926 field(SDIS, "$(
P)ISISBEAM:DISABLE")
1927 field(DESC, "Shutter mode on S5")
1930 ## Alias of beamline shutter mode for instrument
1931 alias(
"$(P)BL:S5:SHUTTER:MODE",
"$(P)IN:S5:SHTR:MODE")
1932 ## Alias of beamline shutter mode for instrument
1933 #alias("$(P)BL:S5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1934 ## Alias of beamline shutter mode for instrument
1935 #alias("$(P)BL:S5:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1937 ## Status of VAT value on beamline
1938 record(stringin,
"$(P)BL:S5:VAT:STAT")
1940 field(DTYP,
"asynOctetRead")
1941 field(INP,
"@asyn(isisbeam,0,0)VAT_S5")
1942 field(SCAN,
"I/O Intr")
1943 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1944 field(DESC,
"VAT value status on S5")
1947 ## Alias of beamline VAT value for instrument
1948 alias(
"$(P)BL:S5:VAT:STAT",
"$(P)IN:S5:VAT:STAT")
1949 ## Alias of beamline VAT value for instrument
1950 #alias("$(P)BL:S5:VAT:STAT","$(P)IN::VAT:STAT")
1951 ## Alias of beamline VAT value for instrument
1952 #alias("$(P)BL:S5:VAT:STAT","$(P)IN::VAT:STAT")
1954 ## Define beamline information
1956 # % macro, P, device prefix
1957 # % macro, BL, beamline
1958 # % macro, INST, instrument on this beamline
1959 # % macro, INST2, second instrument on this beamline
1960 # % macro, INST3, third instrument on this beamline
1961 # % macro, IFINST2, indicates second instrument on this beamline
1962 # % macro, IFINST3, indicates third instrument on this beamline
1964 ## Status of shutter on beamline
1965 record(stringin,
"$(P)BL:S6:SHUTTER:STATUS")
1967 field(DTYP,
"asynOctetRead")
1968 field(INP,
"@asyn(isisbeam,0,0)SHUT_S6")
1969 field(SCAN,
"I/O Intr")
1970 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1971 field(DESC,
"Shutter status on S6")
1974 ## Alias of beamline shutter status for instrument
1975 alias(
"$(P)BL:S6:SHUTTER:STATUS",
"$(P)IN:MARI:SHTR:STAT")
1976 ## Alias of beamline shutter status for instrument
1977 #alias("$(P)BL:S6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1978 ## Alias of beamline shutter status for instrument
1979 #alias("$(P)BL:S6:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
1981 ## Mode of shutter on beamline
1982 record(stringin,
"$(P)BL:S6:SHUTTER:MODE")
1984 field(DTYP,
"asynOctetRead")
1985 field(INP,
"@asyn(isisbeam,0,0)SMODE_S6")
1986 field(SCAN,
"I/O Intr")
1987 field(SDIS,
"$(P)ISISBEAM:DISABLE")
1988 field(DESC,
"Shutter mode on S6")
1991 ## Alias of beamline shutter mode for instrument
1992 alias(
"$(P)BL:S6:SHUTTER:MODE",
"$(P)IN:MARI:SHTR:MODE")
1993 ## Alias of beamline shutter mode for instrument
1994 #alias("$(P)BL:S6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1995 ## Alias of beamline shutter mode for instrument
1996 #alias("$(P)BL:S6:SHUTTER:MODE","$(P)IN::SHTR:MODE")
1998 ## Status of VAT value on beamline
1999 record(stringin,
"$(P)BL:S6:VAT:STAT")
2001 field(DTYP,
"asynOctetRead")
2002 field(INP, "@asyn(isisbeam,0,0)VAT_S6")
2003 field(SCAN, "I/O Intr")
2004 field(SDIS, "$(
P)ISISBEAM:DISABLE")
2005 field(DESC, "VAT value status on S6")
2008 ## Alias of beamline VAT value for instrument
2009 alias(
"$(P)BL:S6:VAT:STAT",
"$(P)IN:MARI:VAT:STAT")
2010 ## Alias of beamline VAT value for instrument
2011 #alias("$(P)BL:S6:VAT:STAT","$(P)IN::VAT:STAT")
2012 ## Alias of beamline VAT value for instrument
2013 #alias("$(P)BL:S6:VAT:STAT","$(P)IN::VAT:STAT")
2015 ## Define beamline information
2017 # % macro, P, device prefix
2018 # % macro, BL, beamline
2019 # % macro, INST, instrument on this beamline
2020 # % macro, INST2, second instrument on this beamline
2021 # % macro, INST3, third instrument on this beamline
2022 # % macro, IFINST2, indicates second instrument on this beamline
2023 # % macro, IFINST3, indicates third instrument on this beamline
2025 ## Status of shutter on beamline
2026 record(stringin,
"$(P)BL:S7:SHUTTER:STATUS")
2028 field(DTYP,
"asynOctetRead")
2029 field(INP,
"@asyn(isisbeam,0,0)SHUT_S7")
2030 field(SCAN,
"I/O Intr")
2031 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2032 field(DESC,
"Shutter status on S7")
2035 ## Alias of beamline shutter status for instrument
2036 alias(
"$(P)BL:S7:SHUTTER:STATUS",
"$(P)IN:GEM:SHTR:STAT")
2037 ## Alias of beamline shutter status for instrument
2038 #alias("$(P)BL:S7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
2039 ## Alias of beamline shutter status for instrument
2040 #alias("$(P)BL:S7:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
2042 ## Mode of shutter on beamline
2043 record(stringin,
"$(P)BL:S7:SHUTTER:MODE")
2045 field(DTYP,
"asynOctetRead")
2046 field(INP,
"@asyn(isisbeam,0,0)SMODE_S7")
2047 field(SCAN,
"I/O Intr")
2048 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2049 field(DESC,
"Shutter mode on S7")
2052 ## Alias of beamline shutter mode for instrument
2053 alias(
"$(P)BL:S7:SHUTTER:MODE",
"$(P)IN:GEM:SHTR:MODE")
2054 ## Alias of beamline shutter mode for instrument
2055 #alias("$(P)BL:S7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
2056 ## Alias of beamline shutter mode for instrument
2057 #alias("$(P)BL:S7:SHUTTER:MODE","$(P)IN::SHTR:MODE")
2059 ## Status of VAT value on beamline
2062 field(DTYP,
"asynOctetRead")
2063 field(INP, "@asyn(isisbeam,0,0)VAT_S7")
2064 field(SCAN, "I/O Intr")
2065 field(SDIS, "$(
P)ISISBEAM:DISABLE")
2066 field(DESC, "VAT value status on S7")
2069 ## Alias of beamline VAT value for instrument
2070 alias(
"$(P)BL:S7:VAT:STAT",
"$(P)IN:GEM:VAT:STAT")
2071 ## Alias of beamline VAT value for instrument
2072 #alias("$(P)BL:S7:VAT:STAT","$(P)IN::VAT:STAT")
2073 ## Alias of beamline VAT value for instrument
2074 #alias("$(P)BL:S7:VAT:STAT","$(P)IN::VAT:STAT")
2076 ## Define beamline information
2078 # % macro, P, device prefix
2079 # % macro, BL, beamline
2080 # % macro, INST, instrument on this beamline
2081 # % macro, INST2, second instrument on this beamline
2082 # % macro, INST3, third instrument on this beamline
2083 # % macro, IFINST2, indicates second instrument on this beamline
2084 # % macro, IFINST3, indicates third instrument on this beamline
2086 ## Status of shutter on beamline
2087 record(stringin,
"$(P)BL:S8:SHUTTER:STATUS")
2089 field(DTYP,
"asynOctetRead")
2090 field(INP,
"@asyn(isisbeam,0,0)SHUT_S8")
2091 field(SCAN,
"I/O Intr")
2092 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2093 field(DESC,
"Shutter status on S8")
2096 ## Alias of beamline shutter status for instrument
2097 alias(
"$(P)BL:S8:SHUTTER:STATUS",
"$(P)IN:HRPD:SHTR:STAT")
2098 ## Alias of beamline shutter status for instrument
2099 alias(
"$(P)BL:S8:SHUTTER:STATUS",
"$(P)IN:ENGINX:SHTR:STAT")
2100 ## Alias of beamline shutter status for instrument
2101 #alias("$(P)BL:S8:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
2103 ## Mode of shutter on beamline
2104 record(stringin,
"$(P)BL:S8:SHUTTER:MODE")
2106 field(DTYP,
"asynOctetRead")
2107 field(INP,
"@asyn(isisbeam,0,0)SMODE_S8")
2108 field(SCAN,
"I/O Intr")
2109 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2110 field(DESC,
"Shutter mode on S8")
2113 ## Alias of beamline shutter mode for instrument
2114 alias(
"$(P)BL:S8:SHUTTER:MODE",
"$(P)IN:HRPD:SHTR:MODE")
2115 ## Alias of beamline shutter mode for instrument
2116 alias(
"$(P)BL:S8:SHUTTER:MODE",
"$(P)IN:ENGINX:SHTR:MODE")
2117 ## Alias of beamline shutter mode for instrument
2118 #alias("$(P)BL:S8:SHUTTER:MODE","$(P)IN::SHTR:MODE")
2120 ## Status of VAT value on beamline
2123 field(DTYP,
"asynOctetRead")
2124 field(INP,
"@asyn(isisbeam,0,0)VAT_S8")
2125 field(SCAN,
"I/O Intr")
2126 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2127 field(DESC,
"VAT value status on S8")
2130 ## Alias of beamline VAT value for instrument
2131 alias(
"$(P)BL:S8:VAT:STAT",
"$(P)IN:HRPD:VAT:STAT")
2132 ## Alias of beamline VAT value for instrument
2133 alias(
"$(P)BL:S8:VAT:STAT",
"$(P)IN:ENGINX:VAT:STAT")
2134 ## Alias of beamline VAT value for instrument
2135 #alias("$(P)BL:S8:VAT:STAT","$(P)IN::VAT:STAT")
2137 ## Define beamline information
2139 # % macro, P, device prefix
2140 # % macro, BL, beamline
2141 # % macro, INST, instrument on this beamline
2142 # % macro, INST2, second instrument on this beamline
2143 # % macro, INST3, third instrument on this beamline
2144 # % macro, IFINST2, indicates second instrument on this beamline
2145 # % macro, IFINST3, indicates third instrument on this beamline
2147 ## Status of shutter on beamline
2148 record(stringin,
"$(P)BL:S9:SHUTTER:STATUS")
2150 field(DTYP,
"asynOctetRead")
2151 field(INP,
"@asyn(isisbeam,0,0)SHUT_S9")
2152 field(SCAN,
"I/O Intr")
2153 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2154 field(DESC,
"Shutter status on S9")
2157 ## Alias of beamline shutter status for instrument
2158 alias(
"$(P)BL:S9:SHUTTER:STATUS",
"$(P)IN:PEARL:SHTR:STAT")
2159 ## Alias of beamline shutter status for instrument
2160 #alias("$(P)BL:S9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
2161 ## Alias of beamline shutter status for instrument
2162 #alias("$(P)BL:S9:SHUTTER:STATUS","$(P)IN::SHTR:STAT")
2164 ## Mode of shutter on beamline
2165 record(stringin,
"$(P)BL:S9:SHUTTER:MODE")
2167 field(DTYP,
"asynOctetRead")
2168 field(INP, "@asyn(isisbeam,0,0)SMODE_S9")
2169 field(SCAN, "I/O Intr")
2170 field(SDIS, "$(
P)ISISBEAM:DISABLE")
2171 field(DESC, "Shutter mode on S9")
2174 ## Alias of beamline shutter mode for instrument
2175 alias(
"$(P)BL:S9:SHUTTER:MODE",
"$(P)IN:PEARL:SHTR:MODE")
2176 ## Alias of beamline shutter mode for instrument
2177 #alias("$(P)BL:S9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
2178 ## Alias of beamline shutter mode for instrument
2179 #alias("$(P)BL:S9:SHUTTER:MODE","$(P)IN::SHTR:MODE")
2181 ## Status of VAT value on beamline
2182 record(stringin,
"$(P)BL:S9:VAT:STAT")
2184 field(DTYP,
"asynOctetRead")
2185 field(INP,
"@asyn(isisbeam,0,0)VAT_S9")
2186 field(SCAN,
"I/O Intr")
2187 field(SDIS,
"$(P)ISISBEAM:DISABLE")
2188 field(DESC,
"VAT value status on S9")
2191 ## Alias of beamline VAT value for instrument
2192 alias(
"$(P)BL:S9:VAT:STAT",
"$(P)IN:PEARL:VAT:STAT")
2193 ## Alias of beamline VAT value for instrument
2194 #alias("$(P)BL:S9:VAT:STAT","$(P)IN::VAT:STAT")
2195 ## Alias of beamline VAT value for instrument
2196 #alias("$(P)BL:S9:VAT:STAT","$(P)IN::VAT:STAT")
alias("$(P)BL:$(BL):SHUTTER:STATUS","$(P)IN:$(INST):SHTR:STAT")
Alias of beamline shutter status for instrument.
record(stringin,"$(P)BL:$(BL):SHUTTER:STATUS")
Status of shutter on beamline.