12-18-2024 03:46 AM
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.
Solved! Go to Solution.
01-04-2025 10:21 AM
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:
Regards,
Raphaël.
01-06-2025 01:56 PM
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