22 lines
449 B
Plaintext
22 lines
449 B
Plaintext
# The records in this file have intentional
|
|
# syntax error in their input links
|
|
|
|
record(x, "eVME_IO1") {
|
|
field(DTYP, "Unit Test VME_IO")
|
|
field(INP, "C100 S101 @parm VME_IO")
|
|
}
|
|
record(x, "eVME_IO2") {
|
|
field(DTYP, "Unit Test VME_IO")
|
|
field(INP, "#C200 201 @parm VME_IO")
|
|
}
|
|
|
|
record(x, "eINST_IO") {
|
|
field(DTYP, "Unit Test INST_IO")
|
|
field(INP, "hello")
|
|
}
|
|
|
|
record(x, "eINST_IO2") {
|
|
field(DTYP, "Unit Test INST_IO")
|
|
field(INP, "RL @no")
|
|
}
|