I write a VI much like AMC example, But I use "Enum" type as queue Element.

When I building the VI, labview prompts error dialog as following

But when I change the queue element type to string or int, it works.


My question is why enum type can't use as queue element in touch screen module ?