08-16-2011 10:51 PM
can any one explain the use of type cast function with help of example please i am not able to understand the explaination given in ni.com site
08-18-2011 12:40 AM
LabVIEW provides a function called Type Cast, which allows data to pass through it unchanged while the type of the wire changes. Please refer to the given link which elaborates on the type cast function with required instances.
http://zone.ni.com/reference/en-XX/help/371361H-01/glang/type_cast/
In case of any clarifications needed, do revert.
09-16-2016 10:04 PM
09-19-2016 01:09 PM
Type cast pretty much does what Sahil indicated, it changes the data type without changing the data (to the best of its abilities). Converting between data in different structures and of different sizes can result in strange behavior but the concept is still the same. Was there a specific question about how it works?
09-21-2016 09:08 PM
I think this shed more light on this special function. Similarly recently I saw a really rare example. A Hello World obtained in a strange way, using the Type Cast function.