Files
motorBase/iocBoot/iocWithAsyn/motor.substitutions.script
T
2017-08-23 16:09:54 -05:00

16 lines
656 B
Plaintext

file "$(TOP)/db/asyn_motor.db"
{
pattern
{P, M, DTYP, PORT, ADDR, DESC, EGU, DIR, VMAX, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC, DHLM, DLLM, INIT}
{IOC:, m1, "asynMotor", VMC_MOTOR, 0, "VMCMotor", mm, Pos, 15., 3., .05, .5, 0, 1.0, 2, .025, 5, 0, 0, ""}
{IOC:, m2, "asynMotor", SOFT_MOTOR, 0, "SoftMotor", mm, Pos, 15., 3., .05, .5, 0, 1.0, 2, .025, 5, 0, 0, ""}
}
file "$(TOP)/db/ScriptMotorReload.db"
{
pattern
{P, PORT}
{IOC:, SOFT_MOTOR}
{IOC:, VMC_MOTOR}
}