05-24-2018 04:39 AM
I am using B&K 4189-A-021 teds enabled microphone along with NI-9234 IEPE module. (Note: There is no user configured TEDs information available with that sensor.) When I read the teds information using the cdaq chassis (Ni-9171) with the following code it gives result as shown in picture 02. However when I saw the sensor TEDS information in the NI max shows empty (Picture 03).
But when I tried read the same TEDS information on the cRIO platform using the below code (picture 04) I am not getting the above said TEDS information.
I went through this link https://forums.ni.com/t5/LabVIEW/TEDS-error-number-65006-when-using-synchronized-data/td-p/826517 But that didn’t helped
Can someone help me to get the same TEDS data (Picture 02) in crio as well?
I have attached both the host code and the rt code below.
01 Host code running in windows to read TEDS data
02 TEDS data from the sensor using the above code
03 Showing No TEDS Info in NI-MAX
04 RT Code for reading TEDS data
05 TEDS data not available