10-20-2015 09:13 AM
Dear Guys,
I would like you to help me making a case strucutre with two cases ... Infinity and Else how is it possible to make such a case strucutre and thank you in advance..
10-20-2015 09:16 AM
There is no value assigned in integer which represents "Infinity".
So i understand that you deal with floating point numbers. A simple "Equal" compare of your number to "Inf" will result in data you can use with a case structure....
Norbert
10-20-2015 09:17 AM
You'll have to use a Equal to Inf and have True and False cases. You can't wire a double directly to a case structure for this.
/Y
10-20-2015 09:18 AM
10-20-2015 05:00 PM
@Sam_Sharp wrote:
Pictures paint a thousand words!
But VIs are worth a thousand pictures.