Added NoMPF_Mx.substitutions

This commit is contained in:
Ron Sluiter
2003-06-06 21:13:10 +00:00
parent 944dc12554
commit fd155286fc
2 changed files with 7 additions and 0 deletions
+1
View File
@@ -6,6 +6,7 @@ include $(TOP)/configure/CONFIG
#=============================
DB += NoMPF.db
DB += NoMPF_MX.db
DB += WithMPF.db
#===========================
+6
View File
@@ -0,0 +1,6 @@
file basic_motor.db
{
pattern
{P, N, M, DTYP, C, S, DESC, EGU, DIR, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC, DHLM, DLLM, INIT}
{rls:, 1, m$(N), "MXmotor", 0, 0, "motor $(N)", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5, 100, -100, ""}
}