Hi
I have changed the flow from original as I wasn't resetting everything correctly and I have simplified it.
Wrapped in ''' at start and ''' at end, is this now correct ?
[{"id":"2bd05d20.0ee19a","type":"function","z":"a13b9737.d91218","name":"Store","func":"\nglobal.set('now',msg.payload);\nreturn msg;\n\n \n","outputs":1,"noerr":0,"x":710,"y":640,"wires":[["c5543d43.220758","cb7dabaf.d5e048"]]},{"id":"c5543d43.220758","type":"function","z":"a13b9737.d91218","name":"Compare","func":"var count_last = global.get ('last');\nvar count_now = global.get ('now') ;\nvar result = 0 ;\n\n\nresult = count_now - count_last ;\n\nglobal.set('last' ,result);\n\nmsg.payload = result;\nreturn msg;\n","outputs":1,"noerr":0,"x":860,"y":640,"wires":[["795bfa0.b316408"]]},{"id":"795bfa0.b316408","type":"debug","z":"a13b9737.d91218","name":"END","active":true,"console":"false","complete":"true","x":1010,"y":640,"wires":[]},{"id":"cb7dabaf.d5e048","type":"debug","z":"a13b9737.d91218","name":"Store","active":false,"console":"false","complete":"true","x":850,"y":680,"wires":[]},{"id":"edc09814.286e7","type":"debug","z":"a13b9737.d91218","name":"","active":true,"console":"false","complete":"payload","x":950,"y":820,"wires":[]},{"id":"c4768f85.ff805","type":"function","z":"a13b9737.d91218","name":"Set defaults","func":"if (msg.payload === \"Reset variables\") \n\n {\n \n var count_last = 0 ;\n var count_now = 0 ;\n var result = 0 ;\n \n\n global.set ('last', 0) ;\n global.set ('now' , 0) ;\n return msg;\n \n }\n","outputs":1,"noerr":0,"x":770,"y":820,"wires":[["edc09814.286e7"]]},{"id":"bd260558.4ec168","type":"inject","z":"a13b9737.d91218","name":"Auto + Manual reset","topic":"","payload":"Reset variables","payloadType":"str","repeat":"","crontab":"","once":true,"x":580,"y":820,"wires":[["c4768f85.ff805"]]},{"id":"b756d13e.8094f","type":"comment","z":"a13b9737.d91218","name":"Send whenever NodeRed restarts","info":"","x":580,"y":780,"wires":[]},{"id":"ef573165.718928","type":"inject","z":"a13b9737.d91218","name":"","topic":"","payload":"1","payloadType":"num","repeat":"","crontab":"","once":false,"x":510,"y":640,"wires":[["2bd05d20.0ee19a"]]},{"id":"7fc7b45d.5ea61c","type":"inject","z":"a13b9737.d91218","name":"","topic":"","payload":"2","payloadType":"num","repeat":"","crontab":"","once":false,"x":510,"y":680,"wires":[["2bd05d20.0ee19a"]]},{"id":"808f7d3b.6282c","type":"inject","z":"a13b9737.d91218","name":"","topic":"","payload":"3","payloadType":"num","repeat":"","crontab":"","once":false,"x":510,"y":720,"wires":[["2bd05d20.0ee19a"]]}]