i am taking an input number from user and then i enter this input to a formula express block that contains this equation output=(input*255)/5 . We know that according to LABVIEW convention in rounding number that is halfway between two integer values , it rounds this number to the nearest even number . This means that if the number is already even , for example 178.5 the rounding will be 178 !! but if it is 177.5 , the rounding will be 178. So how to solve this rounding problem with even numbers ?
You haven't stated your rounding preference but you could use round to + infinity or round to -infinity from the programming >> numeric toolbox
Here is the help for rounding to +inifinity