1 2 3 4 5 6 7 8 9 10 11 12 13 14 15 16 17 18 19 20 21 22 23 24 25 26 27 28 29 30 31 32 33 34 35 36 37 38 39 40 41 42 43 44 45 46 47 48 49 50 51 52 53 54 55 56 57 58 59 60 61 62 63 64 65 66 67 68 69 70 71 72 73 74 75 76 77 78 79 80 81 82 83 84 85 86 87 88 89 90 91 92 93 94 95 96 97 98 99 100 101 102 103 104 105 106 107 108 109 110 111 112 113 114 115 116 117 118 119 120 121 122 123 124 125 126 127 128 129 130 131 132 133 134 135 136 137 138 139 140 141 142 143 144 145 146 147 148 149 150 151 152 153 154 155 156 157 158 159 160 161 162 163 164 165 166 167 168 169 170 171 172 173 174 175 176 177 178 179 180 181 182 183 184 185 186 187 188 189 190 191 192 193 194 195 196 197 198 199 200 201 202 203 204 205 206 207 208 209 210 211 212 213 214 215 216 217 218 219 220 221 222 223 224 225 226 227 228 229 230 231 232 233 234 235 236 237 238 239 240 241 242 243 244 245 246 247 248 249 250 251 252 253 254 255 256 257 258 259 260 261 262 263 264 265 266 267 268 269 270 271 272 273 274 275 276 277 278 279 280 281 282 283 284 285 286 287 288 289 290 291 292 293 294 295 296 297 298 299 300 301 302 303 304 305 306 307 308 309 310 311 312 313 314 315 316 317 318 319 320 321 322 323 324 325 326 327 328 329 330 331 332 333 334 335 336 337 338 339 340 341 342 343 344 345 346 347 348 349 350 351 352 353 354 355 356 357 358 359 360 361 362 363 364 365 366 367 368 369 370 371 372 373 374 375 376 377 378 379 380 381 382 383 384 385 386 387 388 389 390 391 392 393 394 395 396 397 398 399 400 401 402 403 404 405 406 407 408 409 410 411 412 413 414 415 416 417 418 419
|
FormatVersion=5.0 // Do not edit this line!
Title="AFE_CAN_ID0"
{ENUMS}
enum State(0="Power On Reset, and a quoted comma", 1="Ready", 2="Following", 3="Fault",
4="Forming", 5="N/A", 6="N/A", 7="N/A", 8="N/A", 9="N/A", 10="N/A", 11="N/A",
12="N/A", 13="N/A", 14="N/A", 15="N/A")
enum Relay(0="Open", 1="Closed", 2="Error", 3="N/A")
enum PowerAvail(0="None", 1="Available", 2="Error", 3="N/A")
enum IGBTsEnabled(0="Disabled", 1="Enabled", 2="Error", 3="N/A")
enum WakeUpSignal(0="Not Active", 1="Active", 2="Error", 3="N/A")
enum Enable(0="Disable", 1="Enable", 2="Error", 3="N/A")
enum MessageValid(0="Invalid", 1="Valid", 2="Error", 3="N/A")
enum FaultClear(0="Normal", 1="Clear Faults", 2="Error", 3="N/A")
enum BridgeFlt(0="Normal", 1="FLT_A", 2="N/A", 3="FLT_C", 4="OverVoltage",
5="FLT_B", 6="Overcurrent", 7="5V")
enum Fault(0="Normal", 1="Fault Active", 2="Error", 3="N/A")
enum CANStatus(0="Normal", 1="Warning", 3="ErrorPassive", 4="N/A")
enum InvertHwEnable(0="No invert", 1="Invert", 2="Error", 3="N/A")
enum EnableUPSMode(0="Disable", 1="Enable", 2="Error", 3="N/A")
enum EnableSplitPhase(0="Normal - Three Phase Mode",
1="Enable Split Phase Mode", 2="Error", 3="N/A")
enum RelayCommand(0="Normal", 1="Force On", 2="Error", 3="N/A")
enum PhaseRotation(0="Negative", 1="Positive", 2="Error", 3="N/A")
enum LineVoltagePresent(0="No_Voltage", 1="Voltage_Detected", 2="Error",
3="N/A")
enum Baudrate(0="125K", 1="250K", 2="500K", 3="1M")
enum FaultConfig(0="Warning", 1="Fault", 2="Error", 3="N/A")
enum MasterFollower(0="Master", // Master or standalone mode
1="Follower", 2="Error", 3="N/A")
{SEND}
[CommandModeControl]
ID=00FFAB41h // Operational commands are received by the module via control bits within this message.
Type=Extended
DLC=8
Var=Enable_command unsigned 6,2 -m /max:1 /e:Enable // Run command. When set to a value of 'Enable', causes transition to grid forming or grid following mode depending on whether AC power is detected. Must be set to 'Disable' to leave POR or FAULTED state.
Var=FaultClear_command unsigned 4,2 -m /max:1 /e:FaultClear // Clears the latched fault message.
Var=InvertHwEnable_command unsigned 62,2 -m /max:1 /e:InvertHwEnable // Inverts the logic of the Hardware Enable input.
Var=EnableUPSMode_command unsigned 60,2 -m /max:1 /e:EnableUPSMode // Enables uninterruptible operation when transitioning from GRID FOLLOWING to GRID FORMING operation. If operating in GRID FOLLOWING mode, and AC grid voltage is interrupted, the module will transition to GRID FORMING mode, with no interruption in power.
Var=EnableSplitPhase_command unsigned 58,2 -m /max:1 /e:EnableSplitPhase // Dictates to the module whether it is connected to a three-phase (four wire) or split phase (L1, L2 and N) electrical system.
Var=ForceRelayMX1_command unsigned 38,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayMX2_command unsigned 36,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayK1_Precharge_command unsigned 34,2 -m /max:1 /p:0 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayRelayK2_DCRun_comand unsigned 32,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=PhaseRotation_command unsigned 56,2 -m /max:1 /e:PhaseRotation // Specifies phase rotation direction. Only active while transitioning from READY to GRID_FORMING.
Var=MasterFollowerMode_command unsigned 22,2 -m /max:1 /e:MasterFollower // Specifies what power command the inverter will follow in GRID FOLLOWING mode. When configured as Master, CommandPower will be used as the power command. When configured as Slave, the values in StatusMeasuredPower of the master inverter will be used.
[CommandPower]
ID=0CFFAC41h // Sets the desired real (P) and reactive (Q) power levels for the module to follow while in the GRID FOLLOWING mode.
Type=Extended
DLC=8
Var="RealPower command" signed 0,32 -m /u:W /min:-90000 /max:90000 // Commanded real power (W) while in grid following mode - positive real power is defined as power being put into the ac network.
Var=ReactivePower_command signed 32,32 -m /u:VA /min:-90000 /max:90000 // Commanded reactive power (VA) while in grid following mode - positive reactive power is defined as the converter having a leading power factor.
[CommandVF]
ID=0CFFAE41h // Sets the desired voltage and frequency for the module to produce while in the GRID FORMING mode. In addition, while in the READY and GRID FOLLOWING modes, this message is used to set the nominal voltage levels for detection of acceptable AC line voltage.
Type=Extended
DLC=8
Var=Voltage_command unsigned 0,16 -m /u:Vrms /f:0.1 /min:10 /max:500 /d:240 // Desired output voltage while in grid forming mode.
Var=Frequency_command unsigned 16,16 -m /u:Hz /f:0.1 /min:45 /max:65 /d:50 // Desired output frequency while in grid forming mode.
[MasterMeasuredPower]
ID=0CFFCAF6h // Returns the actual measured power.
Type=Extended
DLC=8
Var=RealPower_measured signed 0,32 -m /u:W // Measured real power of master unit.
Var=ReactivePower_measured signed 32,32 -m /u:VA // Measured reactive power of master unit.
[CommandFactoryControl]
ID=0CFFAF41h
Type=Extended
DLC=8
Var=WriteSerialNumber unsigned 6,2 -m /e:Enable
Var=SerialNumber unsigned 32,32 -m
Var=FactoryAccess unsigned 16,16 -m
[CommandSetNVParam]
ID=0CFFAA41h // Provides access to configure non-volatile parameters. Note that these parameters can only be set when the inverter's power stage is disabled (PowerCircuitEnabled_status in StatusBits message is 'Disabled.')
Type=Extended
DLC=8
Mux=Param0 0,16 0 -m
Var=Dummy unsigned 16,16 -m
[CommandSetNVParam]
DLC=8
Mux=LVM_ClearingTimes1 0,16 1 -m // Line Voltage Monitor fault times.
Var=VUnder50pct unsigned 16,16 -m /u:ms /min:1 /max:30000 /d:160 // Determines the fault trip time when Line-to-line rms voltage for a phase remains under 50 percent of the nominal value specified in the CommandVF message while the inverter is running in GRID FOLLOWING mode.
Var=V50to88pct unsigned 32,16 -m /u:ms /min:1 /max:30000 /d:2000 // Determines the fault trip time when Line-to-line rms voltage for a phase remains between 50 and 88 percent of the nominal value specified in the CommandVF message while the inverter is running in GRID FOLLOWING mode.
Var=V110to120pct unsigned 48,16 -m /u:ms /min:1 /max:30000 /d:1000 // Determines the fault trip time when Line-to-line rms voltage for a phase remains between 110 and 120 percent of the nominal value specified in the CommandVF message while the inverter is running in GRID FOLLOWING mode.
[CommandSetNVParam]
DLC=8
Mux=LVM_ClearingTimes2 0,16 2 -m // Line Voltage Monitor fault times.
Var=VOver120 unsigned 16,16 -m /min:1 /max:30000 /d:160 // Determines the fault trip time when Line-to-line rms voltage for a phase remains Over 120 percent of the nominal value specified in the CommandVF message while the inverter is running in GRID FOLLOWING mode.
[CommandSetNVParam]
DLC=8
Mux=LFM_Limits 0,16 3 -m // Line Frequency Monitor limits.
Var=FreqHi unsigned 16,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:60.5 // Determines the upper bound, above which the frequency monitor will trip if the line frequency remains for the time specified in FreqHi of the LFM_ClearingTimes Mux.
Var=FreqLo unsigned 32,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:59.8 // Determines the upper bound, in which the frequency monitor will trip if the line frequency remains below this bound but above the value of FreqVeryLo for the time specified in FreqLo of the LFM_ClearingTimes Mux.
Var=FreqVeryLo unsigned 48,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:57 // Determines the upper bound, in which the frequency monitor will trip if the line frequency remains below this bound but above the value of FreqVeryLo for the time specified in FreqLo of the LFM_ClearingTimes Mux.
[CommandSetNVParam]
DLC=8
Mux=LFM_ClearingTimes 0,16 4 -m // Line Frequency Monitor Trip times
Var=FreqVeryLo unsigned 16,16 -m /u:ms /min:160 /max:160 /d:160 // Determines the time it will take for a fault trip to occur when line frequency remains below the value specified in FreqVeryLo of the LFM_Limits Mux when the inverter is in GRID FOLLOWING mode.
Var=FreqLo unsigned 32,16 -m /u:ms /min:1 /max:30000 /d:160 // Determines the time it will take for a fault trip to occur when line frequency remains between the value specified in FreqLo and FreqVeryLo of the LFM_Limits Mux when the inverter is in GRID FOLLOWING mode.
Var=FreqHi unsigned 48,16 -m /u:ms /min:160 /max:160 /d:160 // Determines the time it will take for a fault trip to occur when line frequency remains above the value specified in FreqHi of the LFM_Limits Mux when the inverter is in GRID FOLLOWING mode.
[CommandSetNVParam]
DLC=8
Mux=J1939_Interface 0,16 5 -m // J1939 interface parameters
Var=NodeID unsigned 16,8 -m /max:247 /d:247 // J1939 Source Address node for the module.
Var=SA_Mask unsigned 24,8 -m /d:65 // Not presently used.
Var=Baudrate unsigned 32,4 -m /max:3 /e:Baudrate /d:2 // CAN baudrate
[CommandSetNVParam]
DLC=8
Mux=Fault_Config 0,16 6 -m // Allows configuration of various fault conditions to either trip the drive, or provide a warning status via CAN
Var=ThermalOverload unsigned 22,2 -m /max:1 /e:FaultConfig // Configures action to take when thermal overload input is active.
[CommandSetNVParam]
DLC=8
Mux=ContactorDelays1 0,16 7 -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=MX1Open unsigned 16,16 -m /u:ms /max:5000 /d:100 // Maximum time required for the MX1 contactor to open.
Var=MX1Close unsigned 32,16 -m /u:ms /max:2000 /d:100 // Maximum time required for the MX1 contactor to close.
Var=MX2Open unsigned 48,16 -m /u:ms /max:1 // Maximum time required for the MX2 contactor to open.
[CommandSetNVParam]
DLC=8
Mux=ContactorDelays2 0,16 8 -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=MX2Close unsigned 16,16 -m /u:ms /max:2000 // Maximum time required for the MX2 contactor to open.
Var=K1Open unsigned 32,16 -m /u:ms /max:2000 // Maximum time required for the K1 contactor to open.
Var=K1Close unsigned 48,16 -m /u:ms /max:2000 // Maximum time required for the K1 contactor to close.
[CommandSetNVParam]
DLC=8
Mux=ContactorDelays3 0,16 Ah -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=K2Open unsigned 16,16 -m /u:ms /max:2000 // Maximum time required for the K2 contactor to open.
Var=K2Close unsigned 32,16 -m /u:ms /max:2000 // Maximum time required for the K2 contactor to close.
[CommandModeControlAPU2]
ID=00FF9B41h // Operational commands are received by the module via control bits within this message.
Type=Extended
DLC=8
Var=Enable_command unsigned 6,2 -m /max:1 /e:Enable // Run command. When set to a value of 'Enable', causes transition to grid forming or grid following mode depending on whether AC power is detected. Must be set to 'Disable' to leave POR or FAULTED state.
Var=FaultClear_command unsigned 4,2 -m /max:1 /e:FaultClear // Clears the latched fault message.
Var=InvertHwEnable_command unsigned 62,2 -m /max:1 /e:InvertHwEnable // Inverts the logic of the Hardware Enable input.
Var=EnableUPSMode_command unsigned 60,2 -m /max:1 /e:EnableUPSMode // Enables uninterruptible operation when transitioning from GRID FOLLOWING to GRID FORMING operation. If operating in GRID FOLLOWING mode, and AC grid voltage is interrupted, the module will transition to GRID FORMING mode, with no interruption in power.
Var=EnableSplitPhase_command unsigned 58,2 -m /max:1 /e:EnableSplitPhase // Dictates to the module whether it is connected to a three-phase (four wire) or split phase (L1, L2 and N) electrical system.
Var=ForceRelayMX1_command unsigned 38,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayMX2_command unsigned 36,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayK1_Precharge_command unsigned 34,2 -m /max:1 /p:0 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=ForceRelayRelayK2_DCRun_comand unsigned 32,2 -m /max:1 /e:RelayCommand // If set to 'Force On,' will force the relay closed, overriding firmware state machine commands. Meant for diagnostic purposes only.
Var=PhaseRotation_command unsigned 56,2 -m /max:1 /e:PhaseRotation // Specifies phase rotation direction. Only active while transitioning from READY to GRID_FORMING
Var=MasterFollowerMode_command unsigned 22,2 -m /max:1 /e:MasterFollower // Specifies what power command the inverter will follow in GRID FOLLOWING mode. When configured as Master, CommandPower will be used as the power command. When configured as Slave, the values in StatusMeasuredPower of the master inverter will be used.
[CommandPowerAPU2]
ID=0CFF9C41h // Sets the desired real (P) and reactive (Q) power levels for the module to follow while in the GRID FOLLOWING mode.
Type=Extended
DLC=8
Var=RealPower_command signed 0,32 -m /u:W /min:-90000 /max:90000 // Commanded real power (W) while in grid following mode - positive real power is defined as power being put into the ac network.
Var=ReactivePower_command signed 32,32 -m /u:VA /min:-90000 /max:90000 // Commanded reactive power (VA) while in grid following mode - positive reactive power is defined as the converter having a leading power factor.
[CommandVFAPU2]
ID=0CFF9E41h // Sets the desired voltage and frequency for the module to produce while in the GRID FORMING mode. In addition, while in the READY and GRID FOLLOWING modes, this message is used to set the nominal voltage levels for detection of acceptable AC line voltage.
Type=Extended
DLC=8
Var=Voltage_command unsigned 0,16 -m /u:Vrms /f:0.1 /min:10 /max:500 /d:240 // Desired output voltage while in grid forming mode.
Var=Frequency_command unsigned 16,16 -m /u:Hz /f:0.1 /min:45 /max:65 /d:50 // Desired output frequency while in grid forming mode.
[MasterMeasuredPowerAPU2]
ID=0CFFCAF7h // Returns the actual measured power.
Type=Extended
DLC=8
Var=RealPower_measured signed 0,32 -m /u:W // Measured real power of master unit.
Var=ReactivePower_measured signed 32,32 -m /u:VA // Measured reactive power of master unit.
{SENDRECEIVE}
[justString]
ID=1CFFACC0h
Type=Extended
DLC=8
Var=rev string 0,64 -m /d:"ICUx-03i"
[stringAndOther]
ID=1CFFABC0h
Type=Extended
DLC=8
Var=rev string 0,64 -m /d:"ICUx-03i"
Var=RealPower_measured signed 0,32 -m /u:W // Measured real power.
[StatusMeasuredPower]
ID=0CFFCAF7h // Returns the actual measured power.
Type=Extended
DLC=8
CycleTime=100
Var=RealPower_measured signed 0,32 -m /u:W // Measured real power.
Var=ReactivePower_measured signed 32,32 -m /u:VA // Measured reactive power.
[StatusCommandedPower]
ID=18FFC4F7h // Echoes the commanded power (P&Q) as received in CommandPQ.
Type=Extended
DLC=8
CycleTime=100
Var=RealPower_echo signed 0,32 -m /u:W // Echoed real power command.
Var=ReactivePower_echo signed 32,32 -m /u:VA // Echoed reactive power command.
[StatusBits]
ID=0CFFC3F7h // Bits representing the status of the power module.
Type=Extended
DLC=8
CycleTime=100
Var=State_status unsigned 4,4 -m /max:7 /e:State // Active control mode.
Var=MX2Permissive_status unsigned 20,2 -m /e:Relay // MX2 relay status
Var=PowerAvailAC_status unsigned 12,2 -m /e:PowerAvail // Indicates that AC power is connected and that voltage and frequency are within nominal ranges.
Var=PowerAvailDC_status unsigned 10,2 -m /e:PowerAvail // Indicates that DC bus voltage is within operating range.
Var=PowerCircuitEnabled_status unsigned 8,2 -m /e:IGBTsEnabled // Indicates whether the switching devices are active.
Var=HardwareEnable_status unsigned 14,2 -m /e:WakeUpSignal // Status of the hardware enable.
Var=Enable_echo unsigned 2,2 -m /e:Enable // Echos the state of the Enable command withing the CommandModeControl message.
Var=FaultClr_echo unsigned 0,2 -m /e:FaultClear // Echos the state of the FaultClear command withing the CommandModeControl message.
Var=MessageValidModeControl_status unsigned 30,2 -m /e:MessageValid // Indicates the validity of the CommandModeControl message. Message must be received at least once per second and parameter data within range to be considered valid.
Var=MX1Permissive_status unsigned 22,2 -m /e:Relay // MX1 relay status
Var=K2DCRunPermissive_status unsigned 16,2 -m /e:Relay // K2 DC Run relay status.
Var=K1PrechargePermissive_status unsigned 18,2 -m /e:Relay // K1 precharge relay status.
Var=MessageValidPowerCMD_status unsigned 28,2 -m /e:MessageValid // Indicates the validity of the CommandPQ message. Message must be received at least once per second and parameter data within range to be considered valid.
Var=MessageValidVF_status unsigned 26,2 -m /e:MessageValid // Indicates the validity of the CommandVF message. Message must be received at least once per second and parameter data within range to be considered valid.
Var=CANbus_status unsigned 24,2 -m /e:CANStatus // Operational status of the CAN bus driver.
Var=EnableUPSMode_echo unsigned 38,2 -m /e:EnableUPSMode // Echos the state of the EnableUPSMode command withing the CommandModeControl message.
Var=EnableSplitPhase_echo unsigned 36,2 -m /e:EnableSplitPhase // Echos the state of the EnableSplitPhase command withing the CommandModeControl message.
Var=PhaseRotation_status unsigned 34,2 -m /max:1 /e:PhaseRotation // Phase rotation order. When L1 phase angle leads L2 phase angle, rotation is considered positive.
Var=LineVoltageDetected_status unsigned 32,2 -m /max:1 /e:LineVoltagePresent // Flag indicating if voltage is detected on L1, L2 or L3.
Var=PhaseRotation_echo unsigned 46,2 -m /max:1 /e:PhaseRotation // Echos the state of PhaseRotation_command withing the CommandModeControl message.
[StatusControlVoltage]
ID=1CFFC5F7h // Lists present voltage of each power supply on the control board (24V, 15V, 5V, and 3.3V.)
Type=Extended
DLC=8
CycleTime=100
Var=v5p0_Supply signed 0,16 -m /u:V /f:0.01 // Present voltage of the control board 5V power suppy.
Var=v3p3_Supply signed 16,16 -m /u:V /f:0.01 // Present voltage of the control board 3.3V power supply.
Var=v24_Supply signed 32,16 -m /u:V /f:0.01 // Present voltage of the control board 24V power supply.
Var=v15_Supply signed 48,16 -m /u:V /f:0.01 // Present voltage of the control board 15V power supply.
[StatusTemps]
ID=18FFCBF7h // Returns the inlet water temperature to the module as well as module internal ambient temperature.
Type=Extended
DLC=8
CycleTime=100
Var=TempInlet_measured signed 0,16 -m /u:C /f:0.1 // Coolant inlet temperature
Var=TempInternal_measured signed 16,16 -m /u:C /f:0.1 // Internal ambient temperature
Var=ConverterLosses unsigned 32,16 -m /u:W /max:1 // Power converter thermal loss
[StatusFaults]
ID=0CFFC8F7h // Fault bits.
Type=Extended
DLC=8
CycleTime=100
Var=BridgeAVoltageOk_status unsigned 60,1 -m /e:Fault // Indicates whether a hardware trip has been activated.
Var=OvercurrentAC_status unsigned 4,2 -m /e:Fault // Set immediately upon the software detection of AC current exceeding the threshold value.
Var=BridgeBVoltageOk_status unsigned 44,1 -m /e:Fault // Indicates whether a hardware trip has been activated.
Var=OvervoltageDC_status unsigned 14,2 -m /e:Fault // Set immediately upon the software detection of DC voltage exceeding the threshold value.
Var=OvertempPowerDevice_status unsigned 8,2 -m /e:Fault // Set immediately upon the software detection of an IGBT temperature exceeding the threshold value.
Var=OvertempInternal_status unsigned 10,2 -m /e:Fault // Set immediately upon the software detection of an internal inverter temperature exceeding the threshold value.
Var=LossValidControlMessage_status unsigned 16,4 -m /e:Fault // Set whenever a control message required for operation contains out of range data or has not been received within the required timeout period.
Var=UndervoltageDC_status unsigned 12,2 -m /e:Fault // Indicates loss of DC source voltage.
Var=ControlHardwareFail_status unsigned 20,4 -m /e:Fault // Set upon the failure of control hardware to return expected response.
Var=OvercurrentDC_status unsigned 0,2 -m /e:Fault // Set immediately upon the software detection of DC current exceeding the threshold value.
Var=GeneralFault_status unsigned 6,2 -m /e:Fault // Will be set any time a fault shutdown has occurred. It is always accompanied by an additional fault descriptor.
Var=LossOfAC_status unsigned 2,2 -m /e:Fault // In grid following mode, this fault will be triggered if AC voltage or frequency goes outside of nominal bounds and EnableUPSMode is not set in the CommandModeControl message.
Var=EStopShutdown_status unsigned 30,2 -m /e:Fault // Set when an enable request has been sent whithout the WakeUpSignal flag (hardware enable) in the StatusBits message being active.
Var=BridgeAFault_status unsigned 61,3 -m /e:BridgeFlt // Each bridge has hardware protection features as a backup to software protection. This bitfield indicates which, if any of these protection trips is active.
Var=BridgeBFault_status unsigned 45,3 -m /e:BridgeFlt // Each bridge has hardware protection features as a backup to software protection. This bitfield indicates which, if any of these protection trips is active.
Var=IllegalTransition_status unsigned 28,2 -m /max:1 /e:Fault // Indicates that an illegal state transition was requested. For example, this fault will occur if Enable is commanded and line voltage is detected but AC power is not available.
Var=InvalidEEHeader_status unsigned 26,2 -m /max:1 /e:Fault // Indicates that reading of non-volatile parameters at power-up failed.
Var=InvalidEESection_status unsigned 24,2 -m /max:1 /e:Fault // Indicates that reading or writing of an non-volatile parameter section failed.
Var=ThermalOverload unsigned 38,2 -m /max:1 /e:Fault
[StatusACParameters]
ID=0CFFC2F7h // RMS AC Voltage, current, and frequency measured by line A, B and C feedbacks.
Type=Extended
DLC=8
CycleTime=100
Var=VoltageAC_measured signed 0,16 -m /u:V /f:0.1 // Measured RMS AC voltage.
Var=CurrentAC_measured signed 16,16 -m /u:A // Measured RMS AC current.
Var=Frequency_measured signed 32,16 -m /u:Hz /f:0.1 // Measured frequency.
[StatusDCParameters]
ID=1CFFC7F7h // Measured (boosted) DC Bus voltage, DC Current, and estimated DC Input voltage.
Type=Extended
DLC=8
CycleTime=100
Var=VoltageDCBus signed 16,16 -m /u:V // Measured DC bus voltage.
Var=CurrentDC_measured signed 32,16 -m /u:A // Measured DC current.
Var=VoltageDCInput_measured signed 0,16 -m /u:V // Estimated DC input voltage.
[StatusControlVolts2]
ID=1CFFC6F7h // Present voltage of the -15V power supply on the control board.
Type=Extended
DLC=8
CycleTime=100
Var=n15V_Supply signed 0,16 -m /u:V /f:0.01 // Present voltage of the control board -15V power supply.
Var=DiodeTemperature unsigned 32,16 -m /u:C /max:1 // Hottest diode
Var=IGBTTemperature unsigned 48,16 -m /u:C /max:1 // Hottest IGBT
[softwareRev]
ID=1CFFC1F7h // Software revision.
Type=Extended
DLC=8
Var=InterfaceRev unsigned 16,16 -m /f:0.01 /p:2 // Software revision of the CAN communication interface.
Var=ControlSwRev unsigned 0,16 -m /f:0.01 /p:2 // Software revision of the control firmware.
Var=BuildTime unsigned 32,32 -m // Build timestamp.
[StatusCommandVF]
ID=18FFC9F7h // Echoes the voltage and frequency commands from commandVF.
Type=Extended
DLC=8
CycleTime=100
Var=Voltage_echo unsigned 0,16 -m /u:Vrms /f:0.1 // Echoed voltage command
Var=Frequency_echo unsigned 16,16 -m /u:Hz /f:0.1 // Echoed frequency command.
[serialNumber]
ID=1CFFCCF7h // Serial number of the power module.
Type=Extended
DLC=8
Var=SerialNumber unsigned 0,32 -m // Serial number of the power module.
[softwareRevHash]
ID=1CFFCDF7h // Unique software revision identification hashcode.
Type=Extended
DLC=8
Var=Hash unsigned 0,28 -h -m // Unique revision identification hashcode.
[StatusNVParam]
ID=1CFFA9F7h // Echos back parameter values.
Type=Extended
DLC=8
Mux=ActParam0 0,16 0 -m
Var=Dummy unsigned 16,16 -m /min:5 /max:10
[StatusNVParam]
DLC=8
Mux=ActLVM_ClearingTimes1 0,16 1 -m
Var=VUnder50pct unsigned 16,16 -m /u:ms /min:1 /max:30000 /d:160
Var=V50to88pct unsigned 32,16 -m /u:ms /min:1 /max:30000 /d:2000
Var=V110to120pct unsigned 48,16 -m /u:ms /min:1 /max:30000 /d:1000
[StatusNVParam]
DLC=8
Mux=ActLVM_ClearingTimes2 0,16 2 -m
Var=VOver120 unsigned 16,16 -m /min:1 /max:30000 /d:160
[StatusNVParam]
DLC=8
Mux=ActLFM_Limits 0,16 3 -m
Var=FreqHi unsigned 16,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:60.5
Var=FreqLo unsigned 32,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:59.8
Var=FreqVeryLo unsigned 48,16 -m /u:Hz /f:0.1 /min:40 /max:70 /d:57
[StatusNVParam]
DLC=8
Mux=ActLFM_ClearingTimes 0,16 4 -m
Var=FreqVeryLo unsigned 16,16 -m /u:ms /min:160 /max:160 /d:160
Var=FreqLo unsigned 32,16 -m /u:ms /min:1 /max:30000 /d:160
Var=FreqHi unsigned 48,16 -m /u:ms /min:160 /max:160 /d:160
[StatusNVParam]
DLC=8
Mux=StatusJ1939_Interface 0,16 5 -m // J1939 interface parameters
Var=StatusNodeID unsigned 16,8 -m /max:247 /d:247 // J1939 Source Address node for the module
Var=StatusSA_Mask unsigned 24,8 -m /d:65 // Mask used to configure from which master source addresses to accept commands.
Var=StatusBaudrate unsigned 32,4 -m /max:3 /e:Baudrate /d:2
[StatusNVParam]
DLC=8
Mux=StatusFault_Config 0,16 6 -m // configuration of various fault conditions to either trip the drive, or provide a warning status via CAN
Var=StatusThermalOverload unsigned 22,2 -m /max:1 /e:FaultConfig // Configured action to take when thermal overload input is active.
[StatusNVParam]
DLC=8
Mux=StatusContactorDelays1 0,16 7 -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=StatusMX1Open unsigned 16,16 -m /u:ms /max:5000 /d:100 // Maximum time required for the MX1 contactor to open.
Var=StatusMX1Close unsigned 32,16 -m /u:ms /max:2000 /d:100 // Maximum time required for the MX1 contactor to close.
Var=StatusMX2Open unsigned 48,16 -m /u:ms /max:1 // Maximum time required for the MX2 contactor to open.
[StatusNVParam]
DLC=8
Mux=StatusContactorDelays2 0,16 8 -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=StatusMX2Close unsigned 16,16 -m /u:ms /max:2000 // Maximum time required for the MX2 contactor to open.
Var=StatusK1Open unsigned 32,16 -m /u:ms /max:2000 // Maximum time required for the K1 contactor to open.
Var=StatusK1Close unsigned 48,16 -m /u:ms /max:2000 // Maximum time required for the K1 contactor to close.
[StatusNVParam]
DLC=8
Mux=StatusContactorDelays3 0,16 9 -m // Sets the time the controller assumes it will take for contactors to open/close.
Var=StatusK2Open unsigned 16,16 -m /u:ms /max:2000 // Maximum time required for the K2 contactor to open.
Var=StatusK2Close unsigned 32,16 -m /u:ms /max:2000 // Maximum time required for the K2 contactor to close.
[StatusLineCurrents]
ID=18FFD0F7h // Measured RMS line currents.
Type=Extended
DLC=8
CycleTime=100
Var=L1Current_measured unsigned 0,16 -m /u:A /max:1 // Measured L1 RMS line current.
Var=L2Current_measured unsigned 16,16 -m /u:A /max:1 // Measured L2 RMS line current.
Var=L3Current_measured unsigned 32,16 -m /u:A /max:1 // Measured L3 RMS line current.
[StatusLineVoltages]
ID=18FFD1F7h // Measured RMS line voltages.
Type=Extended
DLC=8
CycleTime=100
Var=L1Voltage_measured unsigned 0,16 -m /u:Vrms /f:0.1 /max:1 // Measured L1 RMS line-neutral voltage
Var=L2Voltage_measured unsigned 16,16 -m /u:Vrms /f:0.1 /max:1 // Measured L2 RMS line-neutral voltage
Var=L3Voltage_measured unsigned 32,16 -m /u:Vrms /f:0.1 /max:1 // Measured L3 RMS line-neutral voltage
|