#************************************************************************* # Copyright (c) 2002 The University of Chicago, as Operator of Argonne # National Laboratory. # Copyright (c) 2002 The Regents of the University of California, as # Operator of Los Alamos National Laboratory. # EPICS BASE Versions 3.13.7 # and higher are distributed subject to a Software License Agreement found # in file LICENSE that is included with this distribution. #************************************************************************* menu(fanoutSELM) { choice(fanoutSELM_All,"All") choice(fanoutSELM_Specified,"Specified") choice(fanoutSELM_Mask,"Mask") } recordtype(fanout) { include "dbCommon.dbd" field(VAL,DBF_LONG) { prompt("Used to trigger") asl(ASL0) pp(TRUE) } field(SELM,DBF_MENU) { prompt("Select Mechanism") promptgroup(GUI_LINKS) interest(1) menu(fanoutSELM) } field(SELN,DBF_USHORT) { prompt("Link Selection") interest(1) initial("1") } field(SELL,DBF_INLINK) { prompt("Link Selection Loc") promptgroup(GUI_LINKS) interest(1) } field(LNK1,DBF_FWDLINK) { prompt("Forward Link 1") promptgroup(GUI_LINKS) interest(1) } field(LNK2,DBF_FWDLINK) { prompt("Forward Link 2") promptgroup(GUI_LINKS) interest(1) } field(LNK3,DBF_FWDLINK) { prompt("Forward Link 3") promptgroup(GUI_LINKS) interest(1) } field(LNK4,DBF_FWDLINK) { prompt("Forward Link 4") promptgroup(GUI_LINKS) interest(1) } field(LNK5,DBF_FWDLINK) { prompt("Forward Link 5") promptgroup(GUI_LINKS) interest(1) } field(LNK6,DBF_FWDLINK) { prompt("Forward Link 6") promptgroup(GUI_LINKS) interest(1) } }