04-23-2010 08:15 AM
I have an automated system in which I'm multiplexing with a 8473 CAN-USB module and sometimes when I'm running I'll get the following error:
Error – 1074388985 occurred at NI-CANConfigure
Network Interface Object
(ncConfigCANNet.vi)
Possible reason(s):
NI-CAN: (Hex 0xBFF62007) You attempted to set a configuration attribute while the object is running. Solutions: Configure attributes prior to opening the object; Stop and restart communication as needed so that you can update configuration attributes.
This is caused when I open an object with ncOpen.vi and for one reason or another I can't close it with ncClose.vi before once again using the ncOpen.vi command. The only way I can correct the problem is to manually unplug the 8473 USB connector from the computer and replug it. Is there a way to programmatically reset the 8473 when this error occurs?
Thank you.
Solved! Go to Solution.
04-27-2010 12:08 AM
04-27-2010 12:16 AM