LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

What is this icon?

Jyo263_0-1717738692904.pngHow to get one of these??

0 Kudos
Message 1 of 6
(407 Views)

One way: Create a queue of the right type, right-click the queue output, and "create constant".

 

Message 2 of 6
(388 Views)

This is a Queue reference constant where the queue element type is the predefined type (a string). To create it, paste any queue function on the BD, right click on the queue or queue out terminal and then select Create > Constant from the context menu

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 3 of 6
(387 Views)

Is the queue element type a string cluster??

0 Kudos
Message 4 of 6
(360 Views)

A queue element can be of any type. In this specific case is a String.

There is no such thing as a String Cluster. A Cluster is a container in which you can put a series of controls of several types. In a Cluster, you may even have a single String and nothing else (although usually it makes little sense). A Cluster with a single String control, however, i not the same as a String control alone.

I guess you should go through the LabVIEW tutorials as these are really basic information.

Paolo
-------------------
LV 7.1, 2011, 2017, 2019, 2021
Message 5 of 6
(352 Views)

The queue element is a mixed cluster (pink) having elements differing in datatype. A purely numeric cluster would be brown.

Message 6 of 6
(347 Views)