forked from epics_driver_modules/motorBase
modified so SNL doesn't have to monitor pulsePositions (large array) to find out that it has changed, because that crashes the sequencer
This commit is contained in:
@@ -71,6 +71,13 @@ grecord(waveform,"$(P)$(R)PulsePositions") {
|
||||
field(DESC,"Output-pulse positions")
|
||||
field(NELM,"$(NPULSE)")
|
||||
field(FTVL,"DOUBLE")
|
||||
field(PREC, "3")
|
||||
field(FLNK, "$(P)$(R)NewPulsePositions")
|
||||
}
|
||||
|
||||
grecord(ao,"$(P)$(R)NewPulsePositions") {
|
||||
field(DESC,"New pulse positions loaded")
|
||||
field(MDEL,"-1")
|
||||
field(PREC, "3")
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user