LabVIEW MathScript RT Module

cancel
Showing results for 
Search instead for 
Did you mean: 

Data types limitation

In THIS post, I show a small mathscript program (see picture below).
 
For some reason, it fails with an error if the input array is e.g. I32 instead of DBL.
 
 
This seems like an unecessary limitation for such a simple algorithm and should be improved in the next release...
 
Remember, always wire the error out of the mathscript node! 😉
 
 
0 Kudos
Message 1 of 2
(7,865 Views)
The sized-integer types (I8, I16, I32, etc.) have a limited set of functionality in LabVIEW 8 MathScript and we are considering improvements for a future release. For now, you can change the data type of your input to double (DBL) as you did in your example, or drop a conversion bullet to a double value before wiring to the MathScript node.

--Sam
Sam Shearman
0 Kudos
Message 2 of 2
(7,816 Views)