01-15-2008 12:59 PM
01-16-2008 12:26 PM
If you turn off the BUs power, the CAN controller communicating on the bus will enter the BUS off state. The CAN definition does not allow to recover from this state. The only chance is reconfiguration. You could use the nc reste from the NI-CAN driver to reset the board before you start your reconfiguration. See the attached picture for more information. The ncreset.vi can be found in VIlib/nican/nican.llb. But be careful the ncreset resets both ports of your two port device even if you call it on a single port.
DirkW
01-16-2008 01:21 PM
Dirk,
I cannot find the ncReset.vi in either my CAN library or the DeviceNet library. I have the latest version of both.
As far as resetting the card- It should be no problem, I am using a single port PXI 8461.
Thanks for the info- hope to hear back.
-Nathan
01-17-2008 08:31 AM
11-03-2008 09:10 AM
11-04-2008 10:04 AM
foreshadow,
If you right-click on your block diagram, select Select a VI... and the navigate to the Program Files\National Instruments\LabVIEW 8.6\vi.lib\nican directory and select the nican.llb, you will then be able to select ncReset and use it in your block diagram.