LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Downconvert VI Requests

hey,

 

I need these vi's converted from 2011 to 7.1 if thats possible thanks.

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 1221 of 1,444
(1,292 Views)

@harold Timmis wrote:

hey,

 

I need these vi's converted from 2011 to 7.1 if thats possible thanks.


here you go... I assume you have the requisite subVIs and typedefs

0 Kudos
Message 1222 of 1,444
(1,287 Views)

can someone please get to this?  thanks.

0 Kudos
Message 1223 of 1,444
(1,285 Views)

Dear members,

 

I developped the following VI with Labview version 8.0.

I need to export it into a downgraded version (version 6.0).

 

Is it possible to downgrade the following vi ?

 

0 Kudos
Message 1224 of 1,444
(1,272 Views)

Well I completly forgot about the controls if anyone can down convert those that would be awesome thanks

Harold Timmis
htimmis@fit.edu
Orlando,Fl
*Kudos always welcome:)
0 Kudos
Message 1225 of 1,444
(1,267 Views)

Sorry, forgot to attach the VI.  Need it downgraded from 9.0 to 7.1.1

 

Thanks

0 Kudos
Message 1226 of 1,444
(1,258 Views)

@harold Timmis wrote:

Well I completly forgot about the controls if anyone can down convert those that would be awesome thanks


Here you go.

0 Kudos
Message 1227 of 1,444
(1,252 Views)

@jpstinn wrote:

can someone please get to this?  thanks.


Actually, I had already tried to downconvert that. However, upon opening the downconverted VIs I was getting a bunch of Save/Load errors (such as "Improper Format" and "Unknown Error") and "Could not load front panel". This is probably due to the fact that I do not have the DSC toolkit. So, you will either have to wait to see if someone who has it can downconvert it, or you will need to try to contact NI Tech Support directly to see if they can downconvert it for you.

0 Kudos
Message 1228 of 1,444
(1,252 Views)

@kt-clf wrote:

Dear members,

 

I developped the following VI with Labview version 8.0.

I need to export it into a downgraded version (version 6.0).

 

Is it possible to downgrade the following vi ?

 


You have a number of isses with getting this VI downconverted that far:

  • Use of 64-bit integers. This was not supported in LabVIEW 6.
  • Use of unsupported format codes. One of Format Into String functions is using a format code that is not supported in LabVIEW 6.
  • Use of byte order for the Unflatten From String - this does not exist in LabVIEW 6.

I had to delete the graphs and the "bundling" of the data to the graphs that was being done using the Merge Signals function (which was just silly to begin with). You will need to make code modifications in order to make the VI work. Good luck. Oh, and while you're at it, refactor it - at least 90% of those local variables are completely unnecessary. Whoever wrote it was writing the code as if they were programming in C.

 

 

0 Kudos
Message 1229 of 1,444
(1,254 Views)

Hello, I need to have the attached VI saved from 8.6 to 7.0  Thanks

0 Kudos
Message 1230 of 1,444
(1,250 Views)