In the example attached to this question is a simple VI application that cast, using type cast of LabVIEW, one value to different other type. My understanding of type cast, in C, C++ and to my best knowledge, was an implicit adaptation of a numerical value in a specific format to an other format. The value should remain the same. Unless the type in which the value is assigned is not enough large or adapted to contain such a number ex:
I8 = 500;
U32 = -1;
...
But in my example all the assigned indicator are large enough.
I have the same problem in LabVIEW 5.1.1 and 6.1
If someone could only tell me what it is used for?
Best regards,
Nitrof