record(mbbo, "mot:select"){
field(ZRST, "q8i:ai1 CP")
field(ONST, "q8i:ai2 CP")
field(FLNK, "mot:copy")
}
record(stringout, "mot:copy"){
field(OMSL, "closed_loop")
field(DOL, "mot:select")
field(OUT, "mot:pos.INPA CA")
field(FLNK, "mot:pos")
}
record(calc, "mot:pos"){
field(CALC, "A")
}
record(mbbo, "mot:select2"){
field(ZRST, "q8i:ai1 CP")
field(ONST, "q8i:ai2 CP")
field(OUT, "mot:pos2.INPA CA")
}
record(calc, "mot:pos2"){
field(CALC, "A")
}
"If the OUT output link specifies a database link, channel access link, or constant, then the DTYP field must specify either one of the two soft device support modules--
Soft Channel or
Raw Soft Channel. Soft
Channel writes the value of VAL to the output link, without any conversion, while
Raw Soft Channel writes the value from RVAL after it has undergone the above conversion."
And when I do "dbgf mot:select2.DTYP" it returns "Soft Channel".