Error -1074388480 When Running a CAN Application Primary Software: Driver Software>>NI-CANPrimary Software Version: 2.3.2 Primary Software Fixed Version: N/A Secondary Software: N/A
Problem: I receive the error message   Error -1074388480 when I run my CAN application. What does this error mean, and how do I get rid of it?Solution: This error means you have exceeded the limit for the number of possible tasks that the NI-CAN driver can have open at one time. The maximum number of tasks you can have open is 128. To avoid this error, make sure your application is not configuring more than 128 tasks. Also, if a task is not closed using the CAN Clear VI, the configuration for the task will stay in memory. Eventually, the driver will approach the task limit, and will generate the error. Make sure you close all your tasks by calling "CAN Clear" for each task that was created using the "CAN Init(Start)" VI or the "CAN CreateMessage(Ex)" VI. Related Links: Product Manuals: NI-CAN Hardware and Software Manual Developer Zone Tutorial: The NI-CAN Channel API Attachments:
Report Date: 03/17/2007 Last Updated: 04/27/2007 Document ID: 47GKPB5N |
|||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||||
