#include <RemoteConnectDisconnectInfo.h>
Details of remote connect and disconnect function.
IEC61970::Base::Domain::Seconds IEC61968::LoadControl::RemoteConnectDisconnectInfo::armedTimeout |
Setting of the timeout elapsed time.
IEC61970::Base::Domain::Voltage IEC61968::LoadControl::RemoteConnectDisconnectInfo::customerVoltageLimit |
Voltage limit on customer side of RCD switch above which the connect should not be made.
IEC61970::Base::Domain::RealEnergy IEC61968::LoadControl::RemoteConnectDisconnectInfo::energyLimit |
Limit of energy before disconnect.
IEC61970::Base::Domain::DateTime IEC61968::LoadControl::RemoteConnectDisconnectInfo::energyUsageStartDateTime |
Start date and time to accumulate energy for energy usage limiting.
IEC61970::Base::Domain::RealEnergy IEC61968::LoadControl::RemoteConnectDisconnectInfo::energyUsageWarning |
Warning energy limit, used to trigger event code that energy usage is nearing limit.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::isArmConnect |
True if the RCD switch has to be armed before a connect action can be initiated.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::isArmDisconnect |
True if the RCD switch has to be armed before a disconnect action can be initiated.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::isEnergyLimiting |
True if the energy usage is limited and the customer will be disconnected if they go over the limit.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::needsPowerLimitCheck |
True if load limit has to be checked to issue an immediate disconnect (after a connect) if load is over the limit.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::needsVoltageLimitCheck |
True if voltage limit has to be checked to prevent connect if voltage is over the limit.
IEC61970::Base::Domain::ActivePower IEC61968::LoadControl::RemoteConnectDisconnectInfo::powerLimit |
Load limit above which the connect should either not take place or should cause an immediate disconnect.
IEC61970::Base::Domain::Boolean IEC61968::LoadControl::RemoteConnectDisconnectInfo::usePushbutton |
True if pushbutton has to be used for connect.