07-24-2007 10:32 AM
07-24-2007 10:40 AM
07-24-2007 11:02 AM
07-24-2007 03:15 PM
07-24-2007 03:22 PM
07-24-2007 03:42 PM
07-24-2007 05:36 PM - edited 07-24-2007 05:36 PM
@kunal227 wrote:
there are 16 elements in the array and the number remains constant (actually they are temp values acquired by a fieldpoint hardware).the formula is a linear conversion (for example y = m*x + C) corresponding to the calibration curve of individual thermocouple connected to the fieldpoint hardware. every thermocouple has a different calibration curve and hence every element in the array is converted using a different linear formula.
All you need is an array of [m] and an array of [C], all the same size as your data arrray. No formula node needed.
(I think that's what mikeporter had in mind above)
Message Edited by altenbach on 07-24-2007 03:38 PM
07-24-2007 06:05 PM