Add PVs with info on each channel and item

This commit is contained in:
2024-04-29 11:06:13 +02:00
parent f9a1db806c
commit fab4050ff4
6 changed files with 18 additions and 0 deletions
+4
View File
@@ -0,0 +1,4 @@
record(stringin,"$(P)DAQ-${Name}-CH${CH}-${ITEM}-Info") {
field(DESC, "${DESC=empty}")
field(VAL, "${VAL=empty}")
}
+4
View File
@@ -0,0 +1,4 @@
record(ai,"$(P)DAQ-${Name}-CH${CH}-Type") {
field(DESC, "Channel Type")
field(VAL, "${TYPE=0}")
}