LabVIEW

cancel
Showing results for 
Search instead for 
Did you mean: 

Why is Slide value in property node is variant type?

Solved!
Go to solution

When im using more specific type, and choose Slide, the Value is variant. i can understand that its because it doesnt know if its DBL or I16 representation for example.

So, is there any way to specify the represntation without using variant to data conversion?

0 Kudos
Message 1 of 3
(2,902 Views)
Solution
Accepted by topic author HaD

Hi HaD,

if you use "to more specific class", use a strict ref. With a strict ref you'll get the real type.

 

Mike

Message 2 of 3
(2,900 Views)
Also, I believe slides can have more than one pointer, in which case your input would need to be a cluster of values. Hence variant is often seen as the input could any number of possibilities! Smiley Happy
Thoric (CLA, CLED, CTD and LabVIEW Champion)


0 Kudos
Message 3 of 3
(2,884 Views)