LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How do I view the code attached to a CIN?

I'm upgrading a LabVIEW system from 5.0 on MacOS to 7.1 on Windows XP. The conversion went fine, except all the CINs lost their code. I can't find it anywhere on the PC, nor can I figure out how to view the code on the Mac. Is there anyway for me to see the code that's attached to the CIN? I can't seem to find the original code anywhere.
0 Kudos
Message 1 of 3
(2,913 Views)

The only viewable code is the source code. The source is compiled into an object code file and that is loaded into the CIN.

 

Without the source code, you have nothing to recompile for the windows platform so you will have to recreate the functionality. You would be better off creating a dll and using the Call Library Function Node.

Message 2 of 3
(2,907 Views)

Unfortunately, I had come to that conclusion but hoped I was wrong. Thanks for your response.

0 Kudos
Message 3 of 3
(2,879 Views)