One more thing: If the scope is sending you an array of integer values that you need to scale, remember that the math operations in LV are polymorphic so if, for example, you want to multiple an array of integers by a scalar floating point value the standard multiply function will do it. You don't have to index through the array one element at a time.
Mike...
Mike...