Add PVs with info on each channel and item
This commit is contained in:
@@ -0,0 +1,4 @@
|
||||
record(stringin,"$(P)DAQ-${Name}-CH${CH}-${ITEM}-Info") {
|
||||
field(DESC, "${DESC=empty}")
|
||||
field(VAL, "${VAL=empty}")
|
||||
}
|
||||
@@ -0,0 +1,4 @@
|
||||
record(ai,"$(P)DAQ-${Name}-CH${CH}-Type") {
|
||||
field(DESC, "Channel Type")
|
||||
field(VAL, "${TYPE=0}")
|
||||
}
|
||||
Reference in New Issue
Block a user