04-26-2007 07:36 AM
04-26-2007 11:41 AM - edited 04-26-2007 11:41 AM
The math functions in LabVIEW are polymorphic. That means that they can accept a variety of different inputs including arrays or dynamic data. So, you can just use the multiply and Add Array Elements functions. If you are capturing a single point from each channel, your code would be as simple as the picture below.
Message Edited by Dennis Knutson on 04-26-2007 10:41 AM