Skip to content
Snippets Groups Projects
vmm-fen-global.template 560 B
Newer Older
record(bo, "$(P)$(R)Acquire-S") {
    field(DESC, "Start/stop ALL FEN acquisition")
    field(VAL,  "0")
    field(ZNAM, "Done")
    field(ONAM, "Acquire")
}

record(aai, "$(P)$(R)HybridStatTitles") {
    field(FTVL, "STRING")
    field(NELM, "12")
    field(PINI,"YES")
    field(INP , {const:["FEN0","FEN1","FEN2","FEN3","FEN4","FEN5","FEN6","FEN7","FEN8","FEN9","FEN0","FEN1"]})

    info(Q:group, {
        "$(P)$(R)AllHybStat-R":{
            +id:"epics:nt/NTTable:1.0",
            "labels":{+type:"plain", +channel:"VAL", +putorder:1}
        }
    })