Note: Depeding how string fields are used, you may need to surround them with quotes. Consider these two working examples: record(stringout, "PyDev:Log") { field(DTYP, "pydev") field(OUT, "@print('VAL')") } record(stringout, "PyDev:Exec") { field(DTYP, "pydev") field(OUT,...
Note: Depeding how string fields are used, you may need to surround them with quotes. Consider these two working examples: record(stringout, "PyDev:Log") { field(DTYP, "pydev") field(OUT, "@print('VAL')") } record(stringout, "PyDev:Exec") { field(DTYP, "pydev") field(OUT,...