01-03-2009 07:16 AM
When I use NI-CAN ncReadNetMult to read CAN Data in a while loop ,sometimes it runs well,but
sometimes my program shows error 3FF62105.
01-06-2009 01:44 AM
3FF62105 The size or length that you provided is invalid (too small or large), but the operation
continued successfully.
Solution: Read the function description and verify that you are
providing a valid size (or length).
01-06-2009 09:26 AM
This is not an error and therefore the communication proceeds. It seems you hyave configured the input of the read mult to a value that is not supported.
Have a look to your code and if you cannot find the problem just go ahead and post your code to this thread, so we can have a look to it.
DirkW
01-07-2009 07:12 AM
01-07-2009 07:15 AM
01-07-2009 11:27 AM - edited 01-07-2009 11:27 AM
Hello,
You should only call the readmult if there are more than 0 items in the buffer.
Let me know if that helps. Have a great day.
01-08-2009 08:45 AM
Yes, O_Proulx is right. Your first VI could give a zero to the read mult function for frames to read and that causes the warning. You could use the way shown in the drawing or just ignore the warning. The Occourence VI doesn't run into this because it allways has data, as it waits for it.
DirkW