My RT application is made of two principal vi's.
1) The first one is the interface with TestStand: it parse the command (comming from TestStand), and send the command to the Real Time vi using RT FIFO.
2) The second principal vi (Acquisition.vi)is the RT vi, which is made of a time loop (1ms, priority of 100. This vi read and write variables depending the current mode selected by TestStand.
As you said, I thought the problem may come because of a memory leak, but after each cycle, i stop and reload the Acquisition vi. So i think the memory must be free!
What i just don't understand is this error only occur after 300 or 400 cycle. Is it possible that come from the command send with TestStand ?? What have you done to resolve your problem ... ??