LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Queue problem,

Solved!
Go to solution

I have to implement a Queue. In labview Queue input we have to define element data type, What I have to enqueue is a string, How to define the data type for this?

 

String is like "HA1","HA2"  some thing similar to this. Could you please helop me to do this?

 

 

Thanks,

 

 

Best Regards,

Paheerathan

0 Kudos
Message 1 of 4
(3,087 Views)
Solution
Accepted by topic author Pahee

Just wire an empty string constant to data type

 

queue.PNG

Cory K
Message 2 of 4
(3,080 Views)

If it is a single string then just wire a string constant.

 

If you are going to pass more than one each time you update the queue then wire an array of strings.

 

If you want to included other info then put the string in a cluster and wire up the cluster to the Create Queue.

 

Ben

Retired Senior Automation Systems Architect with Data Science Automation LabVIEW Champion Knight of NI and Prepper LinkedIn Profile YouTube Channel
0 Kudos
Message 3 of 4
(3,073 Views)

Thanks Cory K and Ben,

 

Useful information

 

 

 

Best Regards,

Rathan

0 Kudos
Message 4 of 4
(3,066 Views)