Steve Sullivan Posted January 9, 2009 Posted January 9, 2009 I was trying to test out a program and it was unable to save, on the summary page I got a not loaded not enough memory statement in yellow. I realize it was because of the unnecessary Add And (..) I have at the top. If I remove it I am able to save the program. Just wondering why this happens so I have a better understanding. DOESN'T LOAD If ( From Sunset To Sunrise (next day) Or Module 'Climate' Light < 30 ) And ( Status 'Motion Front-Sensor' is On Or Status 'Motion Front 2-Sensor' is On ) Then Stop program 'Front Motion Off' Run Program 'Front Porch On' (Then Path) Else - No Actions - (To add one, press 'Action') LOADS OK If From Sunset To Sunrise (next day) Or Module 'Climate' Light < 30 And ( Status 'Motion Front-Sensor' is On Or Status 'Motion Front 2-Sensor' is On ) Then Stop program 'Front Motion Off' Run Program 'Front Porch On' (Then Path) Else - No Actions - (To add one, press 'Action')
Michel Kohanim Posted January 11, 2009 Posted January 11, 2009 Hello Mr. Sullivan, I will check into this and, if a bug, we'll add it to our bugs. If not, I will respond back with the cause. With kind regards, Michel I was trying to test out a program and it was unable to save, on the summary page I got a not loaded not enough memory statement in yellow. I realize it was because of the unnecessary Add And (..) I have at the top. If I remove it I am able to save the program. Just wondering why this happens so I have a better understanding. DOESN'T LOAD If ( From Sunset To Sunrise (next day) Or Module 'Climate' Light ) And ( Status 'Motion Front-Sensor' is On Or Status 'Motion Front 2-Sensor' is On ) Then Stop program 'Front Motion Off' Run Program 'Front Porch On' (Then Path) Else - No Actions - (To add one, press 'Action') LOADS OK If From Sunset To Sunrise (next day) Or Module 'Climate' Light And ( Status 'Motion Front-Sensor' is On Or Status 'Motion Front 2-Sensor' is On ) Then Stop program 'Front Motion Off' Run Program 'Front Porch On' (Then Path) Else - No Actions - (To add one, press 'Action')
Michel Kohanim Posted January 13, 2009 Posted January 13, 2009 Mr. Sullivan, Just wanted to let you know that this was indeed a bug and it has already been fixed. Thanks so very much for letting us know. With kind regards, Michel
Recommended Posts