Xathros Posted November 3, 2009 Posted November 3, 2009 Lets say I have a program that monitors the status of a lamp module, AND has a From-To timeframe but I only want it to run and evaluate the IF when called by another program and not any old time that the IF conditions are true. Can I simply disable the program and run(if) from another program to exec when needed or do I need to enable it and bury it in a folder with a permanently false condition on the folder ? Does calling a disabled program ie: Run(if) override the disabled flag ? I hope that made sense. Thanks in advance. -X
Chris Jahn Posted November 3, 2009 Posted November 3, 2009 Hi Xathros, Your question makes perfect sense, and you are correct; you simply disable the program you and use Run (If). We've been considering renaming "Is enabled" to "Automatically triggered" to more accurately describe what that flag does. Lets say I have a program that monitors the status of a lamp module, AND has a From-To timeframe but I only want it to run and evaluate the IF when called by another program and not any old time that the IF conditions are true. Can I simply disable the program and run(if) from another program to exec when needed or do I need to enable it and bury it in a folder with a permanently false condition on the folder ? Does calling a disabled program ie: Run(if) override the disabled flag ? I hope that made sense. Thanks in advance. -X
Xathros Posted November 4, 2009 Author Posted November 4, 2009 Excellent. This is what I was hoping for. I assume the folder method would also work but for this task I like the disabled program idea better. Thanks. -X
Recommended Posts