From 02368bc98539749e037bb89c7e0d96b2d8955739 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Torsten=20B=C3=B6gershausen?= Date: Thu, 10 Jan 2019 13:00:25 +0100 Subject: [PATCH] motorRecord.dbd: ACCU field should have "intial=Default" When the dbd file was loaded, EPICS base complained with "Error initializing motor.ACCU initial Default" Remove the 'initial("Default")' for the ACCU field. --- motorApp/MotorSrc/motorRecord.dbd | 1 - 1 file changed, 1 deletion(-) diff --git a/motorApp/MotorSrc/motorRecord.dbd b/motorApp/MotorSrc/motorRecord.dbd index 101e468f..06c64979 100644 --- a/motorApp/MotorSrc/motorRecord.dbd +++ b/motorApp/MotorSrc/motorRecord.dbd @@ -186,7 +186,6 @@ recordtype(motor) { interest(1) } field(ACCU,DBF_MENU) { - initial("Default") prompt("ACCS used") special(SPC_NOMOD) menu(motorACCSused)