2019-04-09 11:42:21 -05:00
|
|
|
file "$(MOTOR)/db/basic_asyn_motor.db"
|
2012-03-02 19:22:03 +00:00
|
|
|
{
|
|
|
|
pattern
|
2024-05-24 15:57:58 -05:00
|
|
|
{P, N, M, DTYP, PORT, ADDR, DESC, EGU, DIR, VELO, VBAS, VMAX, ACCL, BDST, BVEL, BACC, MRES, PREC, DHLM, DLLM, INIT}
|
|
|
|
{DSM:, 0, "m$(N)", "asynMotor", MD900, 0, "MD-90", mm, Pos, 0.5, 0.025, 0.625, 0, 0, 0.03, 0, .00001, 2, 20, -20, ""}
|
2012-03-02 19:22:03 +00:00
|
|
|
}
|
2024-05-24 15:57:58 -05:00
|
|
|
|
|
|
|
# P IOC prefix
|
|
|
|
# N Port number
|
|
|
|
# M Record name pattern
|
|
|
|
# DTYP Datatype
|
|
|
|
# PORT Port
|
|
|
|
# ADDR Address
|
|
|
|
# DESC Description
|
|
|
|
# EGU Engineering units
|
|
|
|
# DIR Direction
|
2024-06-06 14:20:47 -05:00
|
|
|
# VELO Velocity (EGU / s) (note: jog velocity set separately by JVEL)
|
2024-05-24 15:57:58 -05:00
|
|
|
# VBAS Minimum velocity (EGU / s)
|
2024-06-06 14:20:47 -05:00
|
|
|
# VMAX Maximum velocity (EGU / s) (note: not getting set here with basic_asyn_motor.db)
|
2024-05-24 15:57:58 -05:00
|
|
|
# ACCL Acceleration (time in seconds until VELO)
|
|
|
|
# BDST Backlash distance
|
|
|
|
# MRES Motor step size (EGU)
|
|
|
|
# PREC Display precision number of decimal places
|
|
|
|
# DHLM Dial high travel limit (EGU)
|
|
|
|
# DLLM Dial low travel limit (EGU)
|
|
|
|
# INIT Initialization string (seems to be unused/broken)
|