diff --git a/motorApp/Db/Makefile.Host b/motorApp/Db/Makefile.Host index 529a3d1c..544d2fdc 100644 --- a/motorApp/Db/Makefile.Host +++ b/motorApp/Db/Makefile.Host @@ -15,7 +15,8 @@ include $(TOP)/config/CONFIG_APP #---------------------------------------------------- # Add databases, templates, substitutions like this -#DB += motor.db +DB += motor.db +DB += basic_motor.db #---------------------------------------------------- # Declare template files which do not show up in DB diff --git a/motorApp/Db/basic_motor.db b/motorApp/Db/basic_motor.db new file mode 100644 index 00000000..98e55ec9 --- /dev/null +++ b/motorApp/Db/basic_motor.db @@ -0,0 +1,21 @@ +grecord(motor,"$(P)$(M)") +{ + field(DESC,"$(DESC)") + field(DTYP,"$(DTYP)") + field(DIR,"$(DIR)") + field(VELO,"$(VELO)") + field(VBAS,"$(VBAS)") + field(ACCL,"$(ACCL)") + field(BDST,"$(BDST)") + field(BVEL,"$(BVEL)") + field(BACC,"$(BACC)") + field(OUT,"#C$(C) S$(S) @") + field(MRES,"$(MRES)") + field(PREC,"$(PREC)") + field(EGU,"$(EGU)") + field(DHLM,"$(DHLM)") + field(DLLM,"$(DLLM)") + field(INIT,"$(INIT)") + field(TWV,"1") +} +