count = 0 def process(data, pulse_id, timestamp, params): global count prefix = "SFTEST-TADEJ:" data={prefix+"INT":count} count=count+1 return data