I am using Frame API with 2 PXI chassises and a cRIO. I want to
send 4-5 frames of informatin through CAN. I'm having no trouble
getting the communication to work, but I am having issues processing
the information on the receiving end. I want to extract the data
from all of the frames and store it in an array. Order is
important though. The way I have it now, the data just goes into
the arry in whatever order it happens to come in. Is there some
way to sort the frames by their arbitration ID to avoid this
problem? I've attatched some of my code. It is a modified
version of an example VI.