node.js - Inconsistent timing in node red with trigger node set to resent interval -


program function

a few sensors updating @ set interval via trigger node sends true value every second.

what happens

sensors update 4-5 times correct delay. delay time doubled goes normal. repeat

what tried

i thought multiple requests eating cpu clocks , increased clock speed double disabling scale down function consistant clock speed maintained. did not work 1 have insight this?

my input flow sensors taking continuous readings input flow

my test flow triggers relays @ intervals can visually , audibly hear timing. flows disabled except flow timing on other flows enabled timing gets off. resend test flow relays


Comments

Popular posts from this blog

angular - DownloadURL return null in below code -

python 2.7 - Given three nested dictionaries, sort the top two nested dictionaries from a value in the innermost dictionary? -