You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
@@ -200,10 +201,9 @@ CM_ SG_ 16 CS_SafeStateActive "This signal reports, if the controller is in safe
200
201
CM_ BO_ 7 "This message shall be sent from safety controller to host processor for indicating the state of the charging session as well as the state of connected peripherals.";
201
202
CM_ SG_ 7 CS_SafeStateReason "This signal describes in which module a fault was detected, why the controller went into safeState";
202
203
CM_ SG_ 7 CS_SafeStateActive "This signal reports, if the controller is in safeState or not.";
203
-
CM_ SG_ 7 CS_Contactor1State "Is set when the contactor is closed";
204
-
CM_ SG_ 7 CS_Contactor2State "Is set when the contactor is closed";
205
-
CM_ SG_ 7 CS_Contactor1Error "Is set when an error in the contactor is detected";
206
-
CM_ SG_ 7 CS_Contactor2Error "Is set when an error in the contactor is detected";
204
+
CM_ SG_ 7 CS_Contactor1State "State of contactor 1";
205
+
CM_ SG_ 7 CS_Contactor2State "State of contactor 2";
206
+
CM_ SG_ 7 CS_Contactor3State "State of contactor 3";
207
207
CM_ SG_ 7 CS_HV_Ready "This is the state of the HV ready or State C output. This output is high, if the chargeSOM dont see any errors and CP is at state C. Otherwise it is low.";
208
208
CM_ SG_ 7 CS_CurrentPpState "State of the proximity pin. For fixed cables at CCS2, this value is 0x0: No Cable detected";
209
209
CM_ SG_ 7 CS_CurrentCpState "Current state of the control pilot. See value mappings below";
@@ -214,6 +214,7 @@ CM_ SG_ 7 CS_PWM_Active "Feedback if PWM is active. 0 means not active, 1 means
214
214
CM_ BO_ 6 "This message shall be sent from the host processor to the safety controller to control the peripherals connected to the safety controller.";
215
215
CM_ SG_ 6 CC_Contactor1State "Request to close the contactor state. A value of 0 means open contactor, a value of 1 means closed contactor. The contactors are only closed if the system has no errors and is in state C.";
216
216
CM_ SG_ 6 CC_Contactor2State "Request to close the contactor state. A value of 0 means open contactor, a value of 1 means closed contactor. The contactors are only closed if the system has no errors and is in state C.";
217
+
CM_ SG_ 6 CC_Contactor3State "Request to close the contactor state. A value of 0 means open contactor, a value of 1 means closed contactor. The contactors are only closed if the system has no errors and is in state C.";
217
218
CM_ SG_ 6 CC_TargetDutyCycle "Duty cycle between 0.0 and 100.0%. Values above 100.0% are set as 100%. Only valid if the signal CC_PWM_Active is 1";
218
219
CM_ SG_ 6 CC_PWM_Active "This flag indicates if the PWM should be activated. At a value of 0, the CP level is also 0V. At a value of 1, the CP level is dependant of the duty cycle";
219
220
CM_ BO_ 10 "This message provides information about the type and version of the flashed firmware";
@@ -222,6 +223,7 @@ CM_ SG_ 10 MinorVersion "Minor version of the firmware";
222
223
CM_ SG_ 10 BuildVersion "Build or patch version of the firmware";
223
224
CM_ SG_ 10 PlatformType "This firmware can be used for several products with minor changes in the build process. The platform type describes the used platform";
224
225
CM_ SG_ 10 ApplicationType "The type of firmware. See possible values below";
226
+
CM_ SG_ 10 ParameterVersion "Version of the parameter file";
225
227
CM_ BO_ 11 "This message provides information about the GIT hash, written in the firmware";
226
228
CM_ SG_ 11 HashSignal "First 8 byte of the 160 bit (SHA-1) GIT hash";
227
229
CM_ BO_ 8 "This message shall be sent from safety controller to host processor for indicating the state of the connected temperature sensors";
0 commit comments