#! Generated by VisualDCT v2.4 #! DBDSTART #! DBD("../../../../xxx/dbd/iocxxxVX.dbd") #! DBDEND # We need this record because aSub # fields aren't process passive. record(ao, "$(P)arrayTest_start") { field(DTYP, "Soft Channel") field(FLNK, "$(P)arrayTest.VAL PP MS") field(PREC, "5") } # VALA[] = A, A+1, A+2, ... # VALB[] = 0, 1, 2, ... record(aSub, "$(P)arrayTest") { field(INAM, "arrayTest_init") field(SNAM, "arrayTest_do") field(PREC, "5") field(INPA, "$(P)arrayTest_start.VAL NPP MS") field(FTA, "DOUBLE") field(FTVA, "DOUBLE") field(FTVB, "DOUBLE") field(FTE, "LONG") field(NOVA, "$(N)") field(NOVB, "$(N)") field(EFLG, "ON CHANGE") } #! Further lines contain data used by VisualDCT #! View(0,0,1.4) #! Record("$(P)arrayTest_start",20,20,0,0,"$(P)arrayTest_start") #! Field("$(P)arrayTest_start.FLNK",16777215,1,"$(P)arrayTest_start.FLNK") #! Link("$(P)arrayTest_start.FLNK","$(P)arrayTest") #! Field("$(P)arrayTest_start.VAL",16777215,1,"$(P)arrayTest_start.VAL") #! Visibility("$(P)arrayTest_start.DTYP",2) #! Visibility("$(P)arrayTest_start.FLNK",2) #! Visibility("$(P)arrayTest_start.PREC",2) #! Record("$(P)arrayTest",300,20,0,0,"$(P)arrayTest") #! Field("$(P)arrayTest.INPA",16777215,0,"$(P)arrayTest.INPA") #! Link("$(P)arrayTest.INPA","$(P)arrayTest_start.VAL") #! Visibility("$(P)arrayTest.PREC",2) #! Visibility("$(P)arrayTest.INPA",2)