LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Creating expandable nodes?

Solved!
Go to solution

Hi,

 

just for curiosity... is there a way to create VIs with expandable number of inputs such as for example the format into string or the concatenate strings nodes? If so how?

 

thx!

 

1984_0-1690526332735.png

 

0 Kudos
Message 1 of 4
(815 Views)

@1984 wrote:

Hi,

 

just for curiosity... is there a way to create VIs with expandable number of inputs such as for example the format into string or the concatenate strings nodes? If so how?

 

thx!

 

1984_0-1690526332735.png

 


I've seen this question a few times on the forum, but so far there isn't a solution.  But that was a while ago.  Maybe someone has something new to tell us?

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 2 of 4
(791 Views)
Solution
Accepted by TheQ

Hi,

 

Develop your own XNode:

- XNode Wiki: https://labviewwiki.org/wiki/XNodes

- More learning: http://vishots.com/xnodes/

- Example XNodes: https://lavag.org/files/category/10-xnodes/

- XNode Editor by Hooovahh: https://lavag.org/files/file/293-xnode-editor/

 

However this is very hard to fully develop and test an XNode, so putting one you developed yourself in production code is at your own risk.

Also, you won't get any support from NI as it is an unsupported technology.

 

There is also a limitation that makes the XNodes not inlineable, meaning you cannot place an XNode directly in a VI marked as "inline", including malleable VIs.

 

Regards,

Raphaël.

Message 3 of 4
(774 Views)

@raphschru wrote:

Hi,

 

Develop your own XNode:

- XNode Wiki: https://labviewwiki.org/wiki/XNodes

- More learning: http://vishots.com/xnodes/

- Example XNodes: https://lavag.org/files/category/10-xnodes/

- XNode Editor by Hooovahh: https://lavag.org/files/file/293-xnode-editor/

 

However this is very hard to fully develop and test an XNode, so putting one you developed yourself in production code is at your own risk.

Also, you won't get any support from NI as it is an unsupported technology.

 

There is also a limitation that makes the XNodes not inlineable, meaning you cannot place an XNode directly in a VI marked as "inline", including malleable VIs.

 

Regards,

Raphaël.


Not only are XNodes challenging to build, but they are dangerous.  Small mistakes can lead to big havoc.

0 Kudos
Message 4 of 4
(718 Views)