hound,
you may use an EXPRESSION OBJECT to eliminate negative values, something like:
if(YourSignal.value>0, YourSignal.value, 0)(if the value of your signal is greater than zero, use your signal, else zero)
and connect the output of this object to INTEGRAL.
Hope this help
JPSS