Jump to content

Out of Memory


Steve Sullivan

Recommended Posts

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')

Link to comment

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')

Link to comment

Archived

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


×
×
  • Create New...