I am getting the error:
Error -1074388985 occurred at NI-CAN Configure
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.
The reason this came up is the user did an abort and not a stop on the previously run program. Is there a "Clear All" or "Reset" for the attributes that I can place in the beginning of my program to clear the USB 8473 out before I begin my program? I tried using ncAction and the opcode 'Reset' and this made my USB 8473 quit communicating... I think I may be missing something to start communication again with the device.
-ncm