Matisson
2008-04-29 08:10:06 UTC
Hi everyone, I receive a CAN frame every 16ms but in my application I get samples (from CAN and Analog Signals) every 5ms.Is there a way to configure the Read function of the Frame API to get it every 5 ms ? i.e. to keep the last value received. Currently in my VI, I got a sample every 16ms, and when I sample more often, I got zeros...I know this is possible with the Channel API, but I also have to use Remote Frames and this is unfortunately impossible with the Channel API.Thanks in advance.