From 04c0d55c5496e7fb1f5cd9473f4be1387609f8f2 Mon Sep 17 00:00:00 2001 From: soederqvist_a Date: Wed, 3 Sep 2025 14:15:00 +0200 Subject: [PATCH] Default to simulated motor being enabled --- db/motorDeprecatedSim.db | 1 + 1 file changed, 1 insertion(+) diff --git a/db/motorDeprecatedSim.db b/db/motorDeprecatedSim.db index 8a0b78b..bb46a74 100644 --- a/db/motorDeprecatedSim.db +++ b/db/motorDeprecatedSim.db @@ -31,6 +31,7 @@ record(waveform, "$(P)$(M)-MsgTxt") { # enable axis record(longout, "$(P)$(M):Enable") { field(DTYP, "Soft Channel") + field(VAL, "1") field(PINI, "YES") }