07-15-2015 09:12 AM
Is it possible and how to create own block in LAbVIEW, where input for this block is a LabVIEW model?
07-15-2015 09:16 AM
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
07-15-2015
09:17 AM
- last edited on
02-27-2025
02:23 PM
by
Content Cleaner
Do you mean sub vi's? If so, take a look at this tutorial.
https://knowledge.ni.com/KnowledgeArticleDetails?id=kA03q000000YK4VCAW&l=en-US
07-15-2015 09:27 AM
I mean a element (component), which could to use LabVIEW Block Diagram as Input and someone's way process it.
07-15-2015
09:28 AM
- last edited on
02-27-2025
02:23 PM
by
Content Cleaner
@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
07-15-2015 09:30 AM
@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.
07-15-2015 09:36 AM
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
07-15-2015 09:40 AM
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
07-15-2015
09:48 AM
- last edited on
02-27-2025
02:24 PM
by
Content Cleaner
" 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
07-15-2015
10:11 AM
- last edited on
02-27-2025
02:26 PM
by
Content Cleaner
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?