Displaying 1 result from an estimated 1 matches for "zx3tctxg".
2012 Mar 05
2
Filter/Ceiling for unwanted data - zoo
Here's my script:
http://pastebin.com/zx3TCtXg
I want to draw attention to the code block where the read in of the raw data
is located. Is there a function that filters out unwanted data with respect
to a ceiling limit. For example, I want to remove any value over 500 kW in
the rawCool variable. Any ideas where to go with that? I figure it wou...