05-15-2015 08:20 AM
Hello, Im more or less repeating one question i made, but I will make it simpler now. Every example program I download or the ones I build myself (Im new to LabView) make labView send this array of data(Hex):
{FF}#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL#NUL
Over,and over, with no changes.
What can be the problem ? Thanks
05-15-2015 09:06 AM
Should we just randomly guess what might be the problem?
Or would you like us to be able to help you by actually attaching a VI that demonstrates what you are doing. Perhaps even include details as to what type of device you are trying to communicate with.
05-15-2015 09:52 AM
05-15-2015 10:00 AM - edited 05-15-2015 10:02 AM
Link to the original post with the details: http://forums.ni.com/t5/LabVIEW/Some-issues-with-LabVIEW-2013/m-p/3134835
There is still a problem there:
This: "ff 20 20 20 20 20 20 20 20 20 20 20 20 20" (Hex)
Should be this: "ff 00 00 00 00 00 00 00 00 00 00 00 00 00" (Hex)
Sorry for that