Skip to content

Commit

Permalink
database: reindex last field in snapshot and streaming.
Browse files Browse the repository at this point in the history
All fields should follow a sequential order. Reindex the last one from
both Snapshot and Stream PVs to follow this. Also drop the extra delay
matching no PV.

Fix: 227446b (database: add high resolution snapshot and binned stream records.)
  • Loading branch information
henriquesimoes committed May 2, 2024
1 parent 38aabac commit 9cfc7f8
Showing 1 changed file with 4 additions and 5 deletions.
9 changes: 4 additions & 5 deletions CameraApp/Db/binned-streaming.db
Original file line number Diff line number Diff line change
Expand Up @@ -22,8 +22,8 @@ record(sseq, "$(P)$(R)Snapshot") {
field(LNK6, "$(P)$(R)ImageMode CA")
field(DO6, "0")
field(WAIT6, "Wait")
field(LNK8, "$(P)$(R)Acquire CA")
field(DO8, "1")
field(LNK7, "$(P)$(R)Acquire CA")
field(DO7, "1")
}

record(sseq, "$(P)$(R)Stream") {
Expand Down Expand Up @@ -52,7 +52,6 @@ record(sseq, "$(P)$(R)Stream") {
field(WAIT7, "Wait")
field(LNK8, "$(P)$(R)ImageMode CA")
field(DO8, "2")
field(WAIT9, "Wait")
field(LNKA, "$(P)$(R)Acquire CA")
field(DOA, "1")
field(LNK9, "$(P)$(R)Acquire CA")
field(DO9, "1")
}

0 comments on commit 9cfc7f8

Please sign in to comment.