08-31-2009 11:42 AM
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
Solved! Go to Solution.
08-31-2009 11:56 AM
08-31-2009 11:58 AM
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
08-31-2009 12:01 PM