diff --git a/src/dev/devWfSoft.c b/src/dev/devWfSoft.c index 1e063362a..a47885d82 100644 --- a/src/dev/devWfSoft.c +++ b/src/dev/devWfSoft.c @@ -84,7 +84,7 @@ long status; pwf->nord = 0; break; case (PV_LINK) : - status = dbCaAddInlink(&(pwf->inp), (void *) pwf, "BPTR"); + status = dbCaAddInlink(&(pwf->inp), (void *) pwf, "VAL"); if(status) return(status); break; case (DB_LINK) :