|
Kevin -
Thank you for your response.
-
There are no errors that I can see after the call to drvsynSerialPortConfigure. I can use the asyn port to communicate with the card and get the expecterd response via caput and caget.
-
I do receive the following motor record error once I try creating the motor record.
-
recGblRecordError: motor_init_record_com(): card does not exist! Illegal field value PV: serial:m1
I'm using the following line in st.cmd to load the motor record:
dbLoadTemplate("motor.substitutions")
and motor.substitutions contains:
file "/opt/epics/support/motor/db/motor.db"
{
pattern
{P, N, M, DTYP, C, S, DESC, EGU, DIR, VELO, VBAS, ACCL, BDST, BVEL, BACC, MRES, PREC, DHLM, DLLM, INIT}
{serial:, 1, m1, "OMS PC68/78", 0, 0, "motor 1", degrees, Pos, 1, .1, .2, 0, 1, .2, 0.01, 5, 100, -100, ""}
}
Appreciate any input that you may have.
-Jim Withrow
Advanced Photon Source, Sector 24
9700 S. Cass Avenue, Building 436 E001
Lemont, IL 60439
|