Hi,
I am trying the initialize the motor record field(VAL, "1.6050") field, with field(PINI, "YES") and I am not having success.
Is this allowed.
record(motor,"MonoBend1"){
field(DTYP, "Soft Channel")
field(PREC, "4")
#field(DVAL, "1.6050")
field(VAL, "1.6050")
field(PINI, "YES")
}
Alex
|