LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

9202, FIFO Write Element Coercion Dot

Solved!
Go to solution

Dear NI Community,

 

There is a coercion dot adjacent to the FIFO Write, Element input which receives data from a 9202 C Module - please see 9202 Check.VI

9202 Check.VI is a copy of the 9202 Getting Started example. The settings for the DMA channel, named FIFO, are in the attached image files. 

The code was generated in LV2020.

 

The data acquisition works OK but not sure why the coercion dot is there. Presumably there is a mismatch in the data formats?

Any assistance would be greatly appreciated. 

 

0 Kudos
Message 1 of 3
(184 Views)
Solution
Accepted by dmac777

Hi,

 

The module NI 9202 gives its channel values as FXP <±,24,5> (range: [-16, 16[, resolution: 1.9e-6) while your DMA FIFO's data type is configured as FXP <±,20,4> (range: [-8, 8[, resolution: 1.5e-5), so the coercion dot will result in value saturation and precision loss.

 

Simply configure your FIFO as follows:

 

raphschru_0-1736006775249.png

 

Regards,

Raphaël.

0 Kudos
Message 2 of 3
(127 Views)

Hi Raphaël,

 

Thank you for your response and clear explanation. 

I have updated the FIFO configuration and the problem is resolved.

 

Thanks

 

Regards,

David

0 Kudos
Message 3 of 3
(102 Views)