Hi, I'm learning the E+ and when I run the example simulation, it has the following errors in the output file, and I don't know how to fix it:
** Severe ** ExternalInterface: Socket communication received error value " 1" at time = 0.10 hours.
** ~~~ ** ExternalInterface: Flag from server " 1".
** Fatal ** Error in ExternalInterface: Check EnergyPlus *.err file.
I found a similar answer in another forum which gives a link https://corbu.lbl.gov/svn/fmu/ EnergyPlus/export/trunk/, but it seemed to be a blank webpage?
And the error appears in the matlab shows:
Reference to non-existent field 'Shade_Status_Off'.
Error in control_file_blind_angle (line 36)
ShadeStatus = userdata.Shade_Status_Off;
Error in mlepRunTemplateSysID (line 157)
[inputStruct, mlep.data.userdata] = feval(mlep.data.funcHandle, cmd, mlepOut, mlepIn, time(1:kStep), kStep,
mlep.data.userdata); %.data.userdata NEED TO CHANGE,eplusOutPrev, eplusInPrev, time
Error in mlepSimulateFunction>runSimulation (line 43)
[data.time data.input data.output mlep] = mlepRunTemplateSysID(mlep);
Error in mlepSimulateFunction (line 10)
[mlep] = runSimulation(mlep);
Error while evaluating uicontrol Callback
why the field 'Shade_Status_Off' is not exist, why it cannot be read?
Thanks.
Kay