01-15-2008 04:56 PM
01-15-2008 05:00 PM
I did not finish the question. Does anybody knows why I have that limitant with a few messages??
Thanks in advance for your help.
Alfredo Valles
01-16-2008 03:46 PM
Hi Alfredo,
I have a few questions for you. In the ncConfigCANObj.vi, what are you setting the period to? What is likely happening is that your are trying to send more frames during a given period than your hardware can handle. If you want to use the periodic transmit, you will need to increase the period specified or decrease the number of messages being sent.
Alternatively you can bypass periodic data transmission, and use software timing and queues to send out your data. Check out this discussion forum for more information on the problem you are experiencing and the various solutions. This online KnowledgeBase has additional information on optimizing CAN i/o. I hope this information helps, if you have additional questions, please post back.
Thanks, Ted