LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Copying functions from VI to another

Solved!
Go to solution

Please guys I need you help !!! It is urgent guys PLZ PLZ PLZ :s

 

I have opened one of the examples that anyone could find in ( Find examples ) in labview 2009. now for the sake of simplicity I have copied ( CTRL C ) some functions from the example and put them in my new VI that I am doing .

 

 but when trying to execute the program . the (run continously button ) disappears . and when trying to run it from operate ==> run it gives me error ( this wire is not connected to anything and when telling labview to show the error all of the functions that i copied from the example disappears eventually .

 

 

Please guys any suggestions ?

 

:S

Bill David
0 Kudos
Message 1 of 7
(2,859 Views)

Can you upload the VI that's causing you problems?

0 Kudos
Message 2 of 7
(2,858 Views)

Thank you for the very fast reply man i appreciate your help .

 here is the VI that I am working on .

 

nothe that CONFIGURE SERIAL PORT.VI is a sub Vi that is used in the ECG one .

 

 

plz help .:S

Bill David
Download All
0 Kudos
Message 3 of 7
(2,856 Views)

Did you look at the errors at all?  When you double-click on an error, it will show you where that error is.  You do, in fact, have a wire that isn't connected to anything, an Unbundle by Name node with no input wired to it, an output tunnel with no wire connected, and some random VIs floating around at the bottom of the block diagram (which don't seem to be causing errors, but shouldn't be there).  You need to fix these errors.  I'm not sure what this has to do with copying from an example - maybe you didn't copy everything from the example, which left some connections disconnected?

0 Kudos
Message 4 of 7
(2,853 Views)
And, you should never, ever, use the run continuous button anyway so if it's missing, be thankful.;)
0 Kudos
Message 5 of 7
(2,849 Views)

I beg your pardon 🙂 Thanks alot .

 

 one more question . is it okay if i install labview 2009  without removing the labview 8.5 ? I am wondering it is the problem ?

 

 

thank you 🙂

Bill David
0 Kudos
Message 6 of 7
(2,845 Views)
Solution
Accepted by Bildavid

@Bildavid wrote:

 one more question . is it okay if i install labview 2009  without removing the labview 8.5 ? I am wondering it is the problem ?


There is nothing wrong with having multiple versions of LabVIEW installed.  You will need to reinstall your drivers after installing a new LabVIEW version to have them show up in the palettes.


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
0 Kudos
Message 7 of 7
(2,843 Views)