09-11-2009 02:14 PM
09-11-2009 02:40 PM
If the C code was developed internally, you would have to track that down. With a CIN, you do not have to save the lsb file externally to the VI. After it's been compiled, you have the option to load the lsb and then it's part of the VI. The lsb file itself could be deleted. Even if you happen to find the lsb, you would almost certainly have to recompile it for windows.
What exactly is the function you are trying to transfer? Was this an internal custom VI, third-party VIs, VIs from NI? If you think they came from NI, then it must be a very old version. CINs have not been used in a long time, as far as I know.
09-11-2009 04:49 PM
09-11-2009 05:01 PM
These VIs do not require conversion. These VIs are part of the traditional DAQ driver and you need to have installed this driver fo your windows/LabVIEW 7. Only do a conversion of the VIs that are not part of the old LabVIEW distribution. Any of the VIs in the vi.lib folder are part of the distribution and should not be converted. If user VIs were save to vi.lib, then that was a major mistake by the person that originally wrote the code.
If these functions are included in an llb that you are trying to convert, that was also a major mistake made. No llb should include functions from vi.lib and you would have to remove them from the llb.