LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

LabVIEW 2019 revert to LabVIEW 8.0


@Ben wrote:

Could we create polymorphic VIs in LV 8.0?


Yes.  More specifically, DAQmx came out about that same time and it was (and still is) very Polymorphic VI heavy.  I think DAQmx even worked on LabVIEW 7 (Express).

 

But over the years, things have changed into polymorphic VIs.  So if you try to convert one of those, you can run into this error.


GCentral
There are only two ways to tell somebody thanks: Kudos and Marked Solutions
Unofficial Forum Rules and Guidelines
"Not that we are sufficient in ourselves to claim anything as coming from us, but our sufficiency is from God" - 2 Corinthians 3:5
Message 11 of 16
(695 Views)

@Michael_Munroe wrote:

You don't specify how much time you spent "modifying" the program, but I bet you could do the same changes in less time directly on the LV 8.0 computer in the lab.


I like this idea.  You're gonna end up debugging, troubleshooting, and almost certainly modifying on 8.0 in the lab anyway.  If you have LabVIEW Professional, you could also copy the original 8.0 code from the lab PC to your laptop and compare the two pieces of code using "visual differencing".  (Note: you'll need the vi's to have different names or else open them from distinct projects.)  

   Using your laptop as reference, you can be sure to catch all the mods.

 

If mods are going to be frequent, *and* it's important to do some of them offline away from the lab, you'll probably want to work out a better system for the long run.

 

 

-Kevin P

CAUTION! New LabVIEW adopters -- it's too late for me, but you *can* save yourself. The new subscription policy for LabVIEW puts NI's hand in your wallet for the rest of your working life. Are you sure you're *that* dedicated to LabVIEW? (Summary of my reasons in this post, part of a voluminous thread of mostly complaints starting here).
0 Kudos
Message 12 of 16
(682 Views)

@Yamaeda  已寫:

It specifically complains about a polymorphic VI, so you can remove that problem by using the polymorphic instance directly (probably).

/Y



Excuse me, I am new to LabVIEW, and I don't exactly know what "polymorphic VI" means. I know polymorphism means, for example, I can connect add function with an array and a number, then the result is that all the elements will add that number. But what about polymorphic VI?
0 Kudos
Message 13 of 16
(652 Views)

A polymorphic subVI is one that has several underlying VI's that allow it to adapt to the type of data coming in.

If you look at DAQmx and when you see the Polymorphic VI selector is shown, you can select from different instances like Waveform vs. arrays, vs. different array types, 1 channel vs. multi-channel, 1 sample vs. N samples.

 

Go to the Help Menu >> LabVIEW Help ...   Search for "polymorphic".

Message 14 of 16
(629 Views)

That's trying to go back a long way. Wouldn't it be simpler to just get a copy of LV 8 from NI? I believe you can get older versions of LV from NI if you have a current license for a newer version. 

PaulG.

LabVIEW versions 5.0 - 2020

“All programmers are optimists”
― Frederick P. Brooks Jr.
Message 15 of 16
(621 Views)

You mention your intent is to run your modified program on the original machine (XP).  XP is also compatible with versions up to LabVIEW 2011 or 2015 depending on your service pack.  Perhaps your problem will be resolved by using a version newer than 8.0, but still compatible on your target machine.

0 Kudos
Message 16 of 16
(607 Views)