03-28-2009 12:36 AM
Terrific input!
I always try to match to whatever data type LabVIEW prefers, just for safety's sake. You make a very good point here about possible roundoff errors. Thanks for the post!
03-30-2009 02:25 PM
03-30-2009 03:32 PM
You're welcome, Leanne!
Ravens Fan was suggesting that, to avoid possible roundoff errors which could occur in some situations, you convert your numeric case selector to the I32 data type before you use it as a case selector. I think that's a fine idea, and if it were my program, I would follow his advice. There are conversion functions in the "numeric" palette of LabVIEW that will enable you to perform the conversion very easily if you want to do so.
Diane