04-29-2010 03:46 AM
Hello
i am trying to read a labview string in c string format. i am using CIN in my code. but when i run the code it Hangs the VI .
attchment include My C program which is runing fine as long as C is conserned.my labview code and CINB.lsb file. if someone can suggest where i am wrong....
Regards
04-29-2010 09:12 AM
04-29-2010 05:58 PM
CINs do not allow to configure the parameter types but always work with LabVIEW native data. A C string is NOT a LabVIEW native datatype so you cannot do what you want to do in a CIN.
There is no problem to do this in a shared library since the Call Library node allows you to configure each individual parameter to pass LabVIEW data either natively or in converted C datatypes.