<div dir="ltr">Good Afternoon, <div><br></div><div>I'm having trouble with creation and value setting of some pseudo-variables.</div><div><br></div><div>In the first cases, I used the pvapic.c function pv_get_sintval() like this : </div><div><br></div><div>pv_get_sintval(msg, param, res, number_int_value); </div><div><br></div><div>Using pv_get_sintval() i can assign the value to the PV  and print it in the configuration file without any problem.</div><div><br></div><div>However, if i need to assign a char* to the PV and use  pv_get_strzval(msg, param, res, number_char_value);, it doesn't reach the configuration file. </div><div><br></div><div>I made some debugs inside pv_get_strzval() in order to see the values of "res->rs.s" and res->rs.len and both values are fine. I just can't access them in the configuration file.</div><div><br></div><div>Thanks in advance for your help!</div><div><br></div><div>Cheers, </div><div><br></div><div>Duarte Rocha</div></div>