04-03-2025 03:18 PM
Our scenario is to use the cRIO-9035 as a datalogger to primarily measure analog and CANbus signals.
Currently the loop does work (as shown I’m testing with two 5ms msgs for ~9% bus loading), but the FIFO fills up and the FGV gets laggy presumably because it can’t convert the U32’s and store in FGV fast enough. I’m not entirely sure how to confirm that is the case and make it any better.
Please advise on any suggestions.
04-04-2025 01:06 AM
Hi Kinetics,
@KineticsTestEng1 wrote:
the FIFO fills up and the FGV gets laggy presumably because it can’t convert the U32’s and store in FGV fast enough. I’m not entirely sure how to confirm that is the case and make it any better.
Please advise on any suggestions.
First suggestion:
Clean code is easier to debug (and has less places for bugs to hide).
Don't you think the VI is way too large when looking at the navigation window in the lower right?
Other suggestions:
04-04-2025 10:49 AM
Hi GerdW,
Thank you for your response. I'm fairly new to posting on the forums, so I apologize if I don't follow proper etiquette. My post was an introductory post with image to see if there were any high level suggestions. I will try work on your suggestions.