09-10-2015 02:03 PM
Hey guys I'm a student at Mississippi State University. I compiled a code in order to gather data from a SCXI-1102 (thermo couples) using backplane communication with a PXI-6251. I went through several examples and could not find what I am doing wrong. The error I get is ERR(-200079). I contacted NI and was told I have an error in which I am calling the same two virtual channels but I do not see where. Maybe someone could take a look at my code and let me know what I am doing wrong. Also on a different note I am confused on how the code can put names with the data. I have it set up the way i think it will work but I am unsure in how the code will place names given a variety of the number of inputs. Any advice on this would be greatly appreciated.
09-10-2015 02:39 PM
I have altered the password. It should be msuace12345 for the purpose of allowing others to view it.
09-11-2015 08:02 PM
Hey ACE_Lab,
It looks like you have the DAQmx Create Virtual Channel.vi in a for loop. This will cause your code to attempt to reference those virtual channels each iteration of the for loop.
Could you clarify what you mean by putting names with the data?
09-12-2015 11:42 PM
Hi,
Could you repost the VI in LV 2013 version.
Follow the link to resolve the error
http://digital.ni.com/public.nsf/allkb/B2AFF1A3F3E1675C86257DFF0052B47B
You can also search in NI site for this particular error code.
Regards,
Bijay
CLD