make limits on 4 and 8 channel consequent
This commit is contained in:
@@ -13,8 +13,8 @@ record(longout, "$(INSTR)$(NAME):MONITOR-CHANNEL")
|
|||||||
{
|
{
|
||||||
field(DESC, "PRESET-COUNT Monitors this channel")
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
||||||
field(VAL, 1)
|
field(VAL, 1)
|
||||||
field(DRVL, "1") # Smallest Monitor Channel
|
field(DRVL, 0) # Smallest Monitor Channel (should really be 1)
|
||||||
field(DRVH, "1") # Largest Monitor Channel
|
field(DRVH, 1) # Largest Monitor Channel
|
||||||
field(DISP, 1)
|
field(DISP, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
@@ -13,8 +13,8 @@ record(longout, "$(INSTR)$(NAME):MONITOR-CHANNEL")
|
|||||||
{
|
{
|
||||||
field(DESC, "PRESET-COUNT Monitors this channel")
|
field(DESC, "PRESET-COUNT Monitors this channel")
|
||||||
field(VAL, 1)
|
field(VAL, 1)
|
||||||
field(DRVL, "1") # Smallest Monitor Channel
|
field(DRVL, 0) # Smallest Monitor Channel (should really be 1)
|
||||||
field(DRVH, "1") # Largest Monitor Channel
|
field(DRVH, 1) # Largest Monitor Channel
|
||||||
field(DISP, 1)
|
field(DISP, 1)
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user