LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Naming of data streams

I need the possibility to name data streams. In case you use the output of a function and you want to bundle this data with another data, then the bundled variable takes the name of the source VI output. This might not be useful in many cases. It can be avoided by naming the data streams. I tried it with adding a description, but this does not work. Can someone help me finding a solution or, in case a developer reads this message, can someone implement this feature?
0 Kudos
Message 1 of 5
(2,749 Views)

Hi there

 

You may want to take a look at this thread:

 

http://forums.ni.com/ni/board/message?board.id=170&message.id=376861&query.id=324339#M376861

 

 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 2 of 5
(2,740 Views)

Hello,

thank you for your quick answer. Unfortunately I don't understand your answer. I looked up the thread, but I do not see the relation to my question. With the help of "Dr. Damien's Developpement of Single Element Queues" it is not possible to create named data streams.

 

Greetings, Michael

0 Kudos
Message 3 of 5
(2,730 Views)

The topic of "Dr. Damien's Developpement of Single Element Queues" is the discussion of a generic approach to pass data between different locations inside an application using named queues. The data is referenced by an arbitrary name.

 

So this IS a solution to create "named data streams". 

Best regards
chris

CL(A)Dly bending G-Force with LabVIEW

famous last words: "oh my god, it is full of stars!"
0 Kudos
Message 4 of 5
(2,727 Views)

Let me first confess that I ddi not fully follow that Q.

 

Have you looked a LVOOP (LabVIEW Object Oriented Programming) ?

 

The dynamic dispatch adapts to the class and all down stream data also adapts to that class data being used.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
Message 5 of 5
(2,712 Views)