LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

create own block in LabVIEW

Is it possible and how to create own block in LAbVIEW, where input for this block is a LabVIEW model?

0 Kudos
Message 1 of 11
(5,958 Views)

What do you mean by block?

 

I expect that yo ucan do what you are asking but what you are asking does not have enough detail to answer your question. Eplain what a block is. What data it has. What model you are trying to use

Tim
GHSP
0 Kudos
Message 2 of 11
(5,948 Views)

Do you mean sub vi's?  If so, take a look at this tutorial.

 

https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YK4VCAW&l=en-US

0 Kudos
Message 3 of 11
(5,946 Views)

I mean a element (component), which could to use LabVIEW Block Diagram as Input and someone's way process it.

0 Kudos
Message 4 of 11
(5,923 Views)

@no.name wrote:

Is it possible and how to create own block in LAbVIEW, where input for this block is a LabVIEW model?


Learning material list under "Looking For Free Training":

https://forums.ni.com/t5/Community-Documents/Unofficial-Forum-Rules-and-Guidelines/ta-p/3536495

0 Kudos
Message 5 of 11
(5,922 Views)

@no.name wrote:

I mean a element (component), which could to use LabVIEW Block Diagram as Input and someone's way process it.


You need to explain what you are trying to do. You have an element of what? (array, Cluster) We need more information.

Tim
GHSP
0 Kudos
Message 6 of 11
(5,897 Views)

Sounds like you are referring to a subVI.  If you are struggling with this, I recommend taking some tutorials

3 Hour Introduction
6 Hour Introduction
LabVEW Basics
Self Paced training for students
Self Paced training beginner to advanced, SSP Required
LabVIEW Wiki on Training
Learning NI
Getting Started with NI Products



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 11
(5,883 Views)

I need a own element, in which in front panel i could create a block diagramm,  which this element can process. It is nessecary for create own compiler for projekt in LabVIEW.

I want to know, is it possible to create own such element in LabVIEW

0 Kudos
Message 8 of 11
(5,872 Views)

" It is nessecary for create own compiler for projekt in LabVIEW."

 

sorry, I have still no idea what you are asking for? Can you ask a friend or colleague with better English to detail the question further?

 

edit: hmm, "I need a own element, in which in front panel i could create a block diagramm,  "

 

Do you mean, you would like to make a VI, where during runtime, you could create a kind of block diagram on the front panel?

 

edit: if this is what you want, I guess it can be possible via scripting, but I am not familiar with this topic...

https://www.ni.com/en/support/downloads/tools-network/download.labview-vi-scripting.html

https://www.youtube.com/watch?v=vB78FFxRm3A

 

 

0 Kudos
Message 9 of 11
(5,851 Views)

Blokk wrote:

Do you mean, you would like to make a VI, where during runtime, you could create a kind of block diagram on the front panel?

 

edit: if this is what you want, I guess it can be possible via scripting, but I am not familiar with this topic...

https://www.ni.com/en/support/downloads/tools-network/download.labview-vi-scripting.html

https://www.youtube.com/watch?v=vB78FFxRm3A


No it isn't.  Scripting does not work on a VI that is running.

 

Maybe the OP is talking about XControls?



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 10 of 11
(5,821 Views)