Jump to content

Setting True/False without running Then/Else


mitch236

Recommended Posts

Posted

I wasn't sure if this belonged in this thread or the GUI thread but here goes. I would like a way to manage the status of a program without having to run Then or Else. I have a Folder of empty Programs that I use to monitor the status of devices. I would like a way to have a seperate program set the True/False state of those empty programs without running them. Just change the flag.

 

Is this possible?

Posted

I would like this as well. Though as an alternative I would be happy with flags that could be set true/false that maintain their state through power cycles. Even if this were implemented through,say, a 'virtual KPL' so you could set the state of all 8 buttons - on/off/dim as if it were real - use it for logic flow - but not have to physically have it.

 

mark

Posted

It is possible to have flags that maintain their status after a power cycle using the following program (AlarmStatus):

 

If
  - No Conditions - (To add one, press 'Schedule' or 'Condition')

Then
       Set Program 'AlarmStatus' To Run At Startup

Else
       Set Program 'AlarmStatus' To Not Run At Startup

True = Armed Away
False = Disarmed

Archived

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

×
×
  • Create New...