LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Need help to convert 8.5 vi to 7.1

I need to convert my code (v 8.5) to older version (v7.1). Can any one help me?
0 Kudos
Message 1 of 7
(3,248 Views)

You did not attach the global VIs though the use of globals does not make much sense.

 

p.s. Spend 5 minutes and clean up your wiring. It's a big mess. It also doesn't make much sense to auto-index input arrays and also wire a value to the for loop's count (N) terminal.

Message 2 of 7
(3,242 Views)

I know that the globals are missing but I have only this part of the whole code. I am also ignoring the globals too. Most important thing for me to generate CIN code in C, I do not care abot the wiring right now. So, I need the 7.1 version of this code.

 

Thanks.

0 Kudos
Message 3 of 7
(3,232 Views)

The first step is to save to 8.0 and I can't get it to do that with the missing globals. Post them or replace them.

 

You do realize that a CIN is considered obsolete, don't you?

0 Kudos
Message 4 of 7
(3,225 Views)
I know it is obsolete but I need this. I am attaching the 8.0 version that I converted by using evaluation version of 8.6.
0 Kudos
Message 5 of 7
(3,220 Views)
This should open in 7.1.  Also, Dennis is right.  CINs are considered obsolete.  I would consider compiling your code into a dll and using the Call Library Function Node
Regards,

Jon S.
National Instruments
LabVIEW NXG Product Owner
0 Kudos
Message 6 of 7
(3,178 Views)
Thank you.
0 Kudos
Message 7 of 7
(3,169 Views)