1

ExternalInterface: Socket communication received error value " 1" at time = 1416.16 hours

I'm using MLE+ to run my external occupancy schedule but it appears that i cannot run for time greater than 2 months, because E+ throws such error: "No digits were found in getIntCheckError. ExternalInterface: Socket communication received error value " 1" at time = 1416.16 hours"

I've also did the step advised in this site but that didn't help

Sultan Yerumbayev's avatar
93
Sultan Yerumbayev
asked 2018-02-21 23:41:16 -0500
edit flag offensive 0 remove flag close merge delete

Comments

add a comment see more comments

1 Answer

2

Is that the error you get in the .err file? Are you running the Simulink or the Matlab script for MLE+? It is running for 1416.16/24 ~ 59 days. Probably the Matlab script is limited to that range. You may need to extend the maximum number of steps in MLE+. Once that limit has been reached, MLE+ will send a cmd to stop the simulation ("1").

wbernalh's avatar
31
wbernalh
answered 2018-02-22 09:46:06 -0500
edit flag offensive 0 remove flag delete link

Comments

Yes I got this error from .err file. I am running matlab script that supposed to control my Temperature setpoints. But i still have not figured out where to tune run period.

Sultan Yerumbayev's avatar Sultan Yerumbayev (2018-03-28 07:24:05 -0500) edit
add a comment see more comments