string waveform init test added
This commit is contained in:
@@ -64,6 +64,12 @@ record(waveform, "wf2") {
|
||||
field(FTVL, "LONG")
|
||||
field(INP, {const:[1, 2, 3, 4, 5, 6, 7, 8, 9, 10, 11, 12]})
|
||||
}
|
||||
record(waveform, "reindeer") {
|
||||
field(FTVL, "STRING")
|
||||
field(NELM, "20")
|
||||
field(INP, ["Dasher", "Dancer", "Prancer", "Vixen",
|
||||
"Comet", "Cupid", "Donner", "Blitzen", "Rudolph"])
|
||||
}
|
||||
|
||||
record(longin, "li1") {
|
||||
field(INP, 1)
|
||||
@@ -104,4 +110,3 @@ record(waveform, "i4") {
|
||||
field(FTVL, "INT64")
|
||||
field(INP, [1234567890123456789,])
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user