Jump to content

Variables - Init copy - reInit


larryllix

Recommended Posts

Posted

There are uses for using "Init to" variable storage value,  during regular program run times, instead of just when ISY powers up.

This could be useful in algorithms that "give up" and just want to reset to power up statuses, taking the easy way out. eg: a process monitoring program trying to reset some process or device   just doesn't work. (criss-cross program disables?)

 

set $variable init to 1234

set $variable = 9999

set $variable = reInit (sets variable to 1234)

Archived

This topic is now archived and is closed to further replies.

×
×
  • Create New...