상세 명세
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVReady
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVReady(evReady)
WeldingDetectionReq.DC_EVStatus.EVReady 설정
local weldingDetectionEvReady = true
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVReady(weldingDetectionEvReady)
Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVReady
Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVReady()
WeldingDetectionReq.DC_EVStatus.EVReady 조회
local observedWeldingDetectionEvReady = Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVReady()
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVErrorCode
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVErrorCode(evErrorCode)
WeldingDetectionReq.DC_EVStatus.EVErrorCode 설정
local weldingDetectionEvErrorCode = DC_EVErrorCodeType.NO_ERROR
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVErrorCode(weldingDetectionEvErrorCode)
Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVErrorCode
Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVErrorCode()
WeldingDetectionReq.DC_EVStatus.EVErrorCode 조회
local observedWeldingDetectionEvErrorCode = Evcc.Get_WeldingDetectionReq_DC_EVStatus_EVErrorCode()
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVRESSSOC
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVRESSSOC(evresssoc)
WeldingDetectionReq.DC_EVStatus.EVRESSSOC 설정
local weldingDetectionEvressSoc = 81
Evcc.Set_WeldingDetectionReq_DC_EVStatus_EVRESSSOC(weldingDetectionEvressSoc)
Evcc.Send_WeldingDetectionReq_001
Evcc.Send_WeldingDetectionReq_001()
WeldingDetectionReq 송신
Evcc.Send_WeldingDetectionReq_001()
Evcc.Receive_WeldingDetectionRes_001
Evcc.Receive_WeldingDetectionRes_001()
WeldingDetectionRes 수신
Evcc.Receive_WeldingDetectionRes_001()
Evcc.Get_WeldingDetectionRes_ResponseCode
Evcc.Get_WeldingDetectionRes_ResponseCode()
WeldingDetectionRes.ResponseCode 조회
local expectedResponseCode = ResponseCodeType.OK
local receivedResponseCode = Evcc.Get_WeldingDetectionRes_ResponseCode()
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEStatusCode
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEStatusCode()
WeldingDetectionRes.DC_EVSEStatus.EVSEStatusCode 조회
local expectedEvseStatusCode = DC_EVSEStatusCodeType.EVSE_Ready
local receivedEvseStatusCode = Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEStatusCode()
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatus
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatus()
WeldingDetectionRes.DC_EVSEStatus.EVSEIsolationStatus 조회
local expectedEvseIsolationStatus = IsolationLevelType.Valid
local receivedEvseIsolationStatus = Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatus()
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatusSpecified
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatusSpecified()
WeldingDetectionRes.DC_EVSEStatus.EVSEIsolationStatusSpecified 조회
local expectedEvseIsolationStatusSpecified = true
local receivedEvseIsolationStatusSpecified = Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSEIsolationStatusSpecified()
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_NotificationMaxDelay
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_NotificationMaxDelay()
WeldingDetectionRes.DC_EVSEStatus.NotificationMaxDelay 조회
local expectedNotificationMaxDelay = 0
local receivedNotificationMaxDelay = Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_NotificationMaxDelay()
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSENotification
Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSENotification()
WeldingDetectionRes.DC_EVSEStatus.EVSENotification 조회
local expectedEvseNotification = EVSENotificationType.None
local receivedEvseNotification = Evcc.Get_WeldingDetectionRes_DC_EVSEStatus_EVSENotification()
Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Unit
Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Unit()
WeldingDetectionRes.EVSEPresentVoltage.Unit 조회
local expectedEvsePresentVoltageUnit = UnitSymbolType.Unit_V
local receivedEvsePresentVoltageUnit = Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Unit()
Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Value
Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Value()
WeldingDetectionRes.EVSEPresentVoltage.Value 조회
local expectedEvsePresentVoltageValue = 120
local receivedEvsePresentVoltageValue = Evcc.Get_WeldingDetectionRes_EVSEPresentVoltage_Value()