05-07-2015 11:00 AM
Hello,
We use a ni rio fpga 9602 connected via ethernet to a host pc for our measurement.
To change variables on the fpga we send custom U64 orders to a fpga control as depicted in the picture.
Interestingly when we time this it seems to take more or less 1ms to send the order and 2 ms to receive the answer and the loop usually only executes once ( i=0 )
As we usually send a dozen orders per measurement this can add up to 20ms of overhead (becoming comparable to the measurement time).
How can we improve the speed of this scheme ?
05-07-2015 11:33 AM - edited 05-07-2015 11:34 AM
Are you running that code from windows? If so, that has to transmit via nondeterministic ethernet right? If you need it faster you need to move this code down into the RT.