LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

How can I have two VI that works together?

How can I mix two VI that work together ? Does it work with Flat Sequence Structure or something's?

 

0 Kudos
Message 1 of 10
(3,949 Views)

Do you mean subVI within a top level? You just call your VI by connecting into your dataflow, with error clusters or similar.  No need for flat sequence structure..

0 Kudos
Message 2 of 10
(3,947 Views)

No I mean I have two separate VI and I want to mix them in one program. Can you tell me please how can I do it?

0 Kudos
Message 3 of 10
(3,944 Views)

I don't really follow what you want to do, as you haven't really given any detail - perhaps post an example?

0 Kudos
Message 4 of 10
(3,936 Views)

I think he should take a look into "getting started" documents and tutorials.

This can be a good start if it is accessable for you (not sure, could be connected to login-rights...)

 

hope this helps,

Norbert

Norbert
----------------------------------------------------------------------------------------------------
CEO: What exactly is stopping us from doing this?
Expert: Geometry
Marketing Manager: Just ignore it.
0 Kudos
Message 5 of 10
(3,919 Views)

It competely depends upon your application..What you want to do? 

--------------------------------------------------------------------------------------------------------
Kudos are always welcome if you got solution to some extent.

I need my difficulties because they are necessary to enjoy my success.
--Ranjeet
0 Kudos
Message 6 of 10
(3,898 Views)

Example_VI_BD.png 😄

 

...or, you can simply copy the contents of one VI's block diagram into the block diagram of the other.  ?

Jim
You're entirely bonkers. But I'll tell you a secret. All the best people are. ~ Alice
For he does not know what will happen; So who can tell him when it will occur? Eccl. 8:7

0 Kudos
Message 7 of 10
(3,871 Views)

@Labviewq8 wrote:

No I mean I have two separate VI and I want to mix them in one program. Can you tell me please how can I do it?


You need to explain what you mean by "mix".

 

This is not a commonly used word in programming and it is not clear what you want to do.

 

0 Kudos
Message 8 of 10
(3,866 Views)

[rant]

grrrr... this is a perfect example of NI overselling LabVIEW.  They are so good at marketing that you would think a five year-old could start programming in LabVIEW after a 5 minute tutorial.  The fact is, it is a programming language, and the minimum requirement would be to pick up a "LabVIEW for Dummies" kind of book before proceding.  You wouldn't just dive right into C++ programming and ask the forum "What does the bracket-thingy mean?"

[/rant]

Bill
CLD
(Mid-Level minion.)
My support system ensures that I don't look totally incompetent.
Proud to say that I've progressed beyond knowing just enough to be dangerous. I now know enough to know that I have no clue about anything at all.
Humble author of the CLAD Nugget.
0 Kudos
Message 9 of 10
(3,845 Views)

I've always wondered about that bracket-thingy, but I've been able to get along without it, so I don't worry about it any more.

 

Why would you want to try to program a doubly-charged carbon ion (C++), anyway? It's just going to find an oxygen ion or aromatic ring to react with, no matter what you do. You're sure not going to steer it towards another cation without going to Fermilab or CERN (Yes, I understand they use LabVIEW there).

 

Cameron

 

To err is human, but to really foul it up requires a computer.
The optimist believes we are in the best of all possible worlds - the pessimist fears this is true.
Profanity is the one language all programmers know best.
An expert is someone who has made all the possible mistakes.

To learn something about LabVIEW at no extra cost, work the online LabVIEW tutorial(s):

LabVIEW Unit 1 - Getting Started</ a>
Learn to Use LabVIEW with MyDAQ</ a>
Message 10 of 10
(3,832 Views)