C Martin Posted January 20, 2008 Posted January 20, 2008 I am creating a Power On Reset Schema. I have programs that I want to run when the ISY Reboots. I have a folder called Power on Startup. The idea is - those programs only run during an ISY power-up. Folder Conditions for 'Power on Startup' Add conditions to limit when programs in this folder are allowed to run. If Program 'Power On Startup Pgm' is True Then Allow the programs in this folder to run. My program that runs on Power up is: If From Sunrise To Sunrise (next day) Then Wait 2 minutes Run program 'Power On Startup Pgm' (Else Path) Else - No Actions - (To add one, press 'Action') I tried running the Program with no conditions but it didn't work - that's why the from Sunrise - to - Sunrise (next day) is in the if statement. I would have thought that just running the program as a "Status" "True" would trigger the Folder to be enabled - but no dice. Just for completion, here is my folder contents: If From Sunrise To Sunset (same day) Then Set Scene 'Sunrise Scene' On Else Run program 'Check PM Time Status Pgm' AND If From Sunset To 11:00:00PM (same day) Then Wait 1 minute Set Scene 'Sunset Scene' On Else Set Scene 'Good Nite Scene' On Quote
jdva Posted January 20, 2008 Posted January 20, 2008 Triggering the folder and the programs in contains seems like it could be a little tricky. Could you just put your initialization code in a single program and set it to "Run at Reboot" in the program summary screen? Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.