mitch236 Posted June 17, 2010 Posted June 17, 2010 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?
MarkJames Posted June 17, 2010 Posted June 17, 2010 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
Michel Kohanim Posted June 17, 2010 Posted June 17, 2010 Hi Mark/Mitch, Unfortunately this is not yet possible. This is going to be in our variable support release which keeps getting postponed due to other activities. With kind regards, Michel
jamesx0 Posted June 18, 2010 Posted June 18, 2010 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
Recommended Posts
Archived
This topic is now archived and is closed to further replies.