Jump to content

Checking Status via ISY program.


MeDoISY

Recommended Posts

How often does a program run when the 'If' condition is Status?

If
	Status 'Back Door' is On
Then
	$iVariable1 += 1
Else
	$iVariable2 += 1

If the Status is 'OFF', will this run forever? Will $iVariable2 be incremented to infinity and eat up all CPU to slow the ISY to a crawl?

Link to comment
Guest
This topic is now closed to further replies.

×
×
  • Create New...