‎01-15-2010 04:04 PM
Solved! Go to Solution.
‎01-19-2010 11:05 AM
Hi John,
The PXI 8512 is a XNET device. What version of NI CAN did you develop you application in?
‎01-19-2010 11:37 AM
I developed the program a couple of years ago using the frame api defined in nican.h and nicanmsc.lib. It occurred to me that these files might be out of date, so I recompiled and relinked the program using the newer versions of these files that came with the software on the PXI machine. The "CRT not initialized" error still occurs (before the first line of my main function executes).
The version of NI-CAN on the PXI machine is 2.6.3f2. There are no version numbers that I can find for the h or lib files, but here are their dates and sizes:
03/27/2009 03:28 PM 95,208 Nican.h
03/27/2009 03:28 PM 14,370 nicanmsc.lib
‎01-20-2010 10:00 AM
Hi John,
In order to run your NI-CAN code using on your new XNET hardware, you will need to install the NI-XNET Compatibility Library for NI-CAN. To do this simply install NI-XNET 1.0. When you select the features to install, be sure to install the NI-XNET Compatibility Library for NI-CAN as shown below:
Regards,
Todd V
‎01-21-2010 07:39 AM