From 9cfc7f8cf80a6d0ca61a4104336af6361d5bcf75 Mon Sep 17 00:00:00 2001 From: "Henrique F. Simoes" Date: Thu, 2 May 2024 18:07:55 -0300 Subject: [PATCH] database: reindex last field in snapshot and streaming. 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.) --- CameraApp/Db/binned-streaming.db | 9 ++++----- 1 file changed, 4 insertions(+), 5 deletions(-) diff --git a/CameraApp/Db/binned-streaming.db b/CameraApp/Db/binned-streaming.db index 6c00f68..2818c21 100644 --- a/CameraApp/Db/binned-streaming.db +++ b/CameraApp/Db/binned-streaming.db @@ -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") { @@ -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") }