New file for auxilliary I/O on XPS

This commit is contained in:
MarkRivers
2006-05-10 22:23:07 +00:00
parent 3831cae623
commit cd6ca81eca
8 changed files with 3478 additions and 0 deletions
+9
View File
@@ -0,0 +1,9 @@
record(ai,"$(P)$(R)")
{
field(SCAN,"$(SCAN)")
field(DTYP,"asynFloat64Average")
field(INP,"@asyn($(PORT) $(CHAN))READ_AI")
field(HOPR,"$(HOPR)")
field(LOPR,"$(LOPR)")
field(PREC,"$(PREC)")
}
+9
View File
@@ -0,0 +1,9 @@
grecord(ao,"$(P)$(R)") {
field(DTYP,"asynFloat64")
field(OUT,"@asyn($(PORT) $(CHAN))WRITE_AO")
field(DRVL,"$(DRVL)")
field(LOPR,"$(LOPR)")
field(DRVH,"$(DRVH)")
field(HOPR,"$(HOPR)")
field(PREC,"$(PREC)")
}
+9
View File
@@ -0,0 +1,9 @@
grecord(bi,"$(P)$(R)")
{
field(PINI, "YES")
field(DTYP,"asynUInt32Digital")
field(INP,"@asynMask($(PORT) $(CHAN) $(MASK))READ_BI")
field(SCAN, "$(SCAN)")
field(ZNAM, "Low")
field(ONAM, "High")
}
+8
View File
@@ -0,0 +1,8 @@
grecord(bo,"$(P)$(R)")
{
field(DTYP,"asynUInt32Digital")
field(OUT,"@asynMask($(PORT) $(CHAN) $(MASK))WRITE_BO")
field(VAL, "1")
field(ZNAM, "Low")
field(ONAM, "High")
}
+7
View File
@@ -0,0 +1,7 @@
grecord(longin,"$(P)$(R)")
{
field(PINI, "YES")
field(DTYP,"asynUInt32Digital")
field(INP,"@asynMask($(PORT) $(CHAN) 0xffffffff)READ_BI")
field(SCAN, "$(SCAN)")
}
+5
View File
@@ -0,0 +1,5 @@
grecord(longout,"$(P)$(R)")
{
field(DTYP,"asynUInt32Digital")
field(OUT,"@asynMask($(PORT) $(CHAN) 0xffffffff)WRITE_BO")
}
File diff suppressed because it is too large Load Diff
+104
View File
@@ -0,0 +1,104 @@
file {
name="XPSAuxTest.adl"
version=030000
}
display {
object {
x=890
y=225
width=400
height=400
}
clr=14
bclr=4
cmap=""
gridSpacing=5
gridOn=0
snapToGrid=0
}
"color map" {
ncolors=65
colors {
ffffff,
ececec,
dadada,
c8c8c8,
bbbbbb,
aeaeae,
9e9e9e,
919191,
858585,
787878,
696969,
5a5a5a,
464646,
2d2d2d,
000000,
00d800,
1ebb00,
339900,
2d7f00,
216c00,
fd0000,
de1309,
be190b,
a01207,
820400,
5893ff,
597ee1,
4b6ec7,
3a5eab,
27548d,
fbf34a,
f9da3c,
eeb62b,
e19015,
cd6100,
ffb0ff,
d67fe2,
ae4ebc,
8b1a96,
610a75,
a4aaff,
8793e2,
6a73c1,
4d52a4,
343386,
c7bb6d,
b79d5c,
a47e3c,
7d5627,
58340f,
99ffff,
73dfff,
4ea5f9,
2a63e4,
0a00b8,
ebf1b5,
d4db9d,
bbc187,
a6a462,
8b8239,
73ff6b,
52da3b,
3cb420,
289315,
1a7309,
}
}
"related display" {
object {
x=100
y=53
width=156
height=22
}
display[0] {
label="XPS Auxilliary"
name="XPSAux.adl"
args="P=IOC:, R=XPSAux"
}
clr=14
bclr=4
}