05-24-2010 08:30 AM
06-01-2010 03:45 AM
06-01-2010 06:24 AM
two cards wrote:
I need to write a 12 CAN messages of size 64 bits in CAN port for every 250 milliseconds. After executing the application crashes, asking to increase the buffer size. How to fix this ?
You should be able to achieve this by initializing the whole 12 messages in a single task (use channel API)with sampling rate as 4 (4 times\sec). Try with init Start VI and feed the channels of all this messages (Approxly 12*8 channels - Depends on your database).