Renault Kangoo Battery Source/Simulator (CanBus)

From Visuino
Revision as of 08:11, 15 September 2025 by Visuino (talk | contribs) (Created page with "Image:TArduinoRenaultKangooBatterySimulator.png == Summary == CAN bus battery simulator for Renault Kangoo electric vehicles, generating simulated cell voltage and temperature data for testing purposes. == Description == The Renault Kangoo Battery Source/Simulator component generates simulated battery data for Renault Kangoo electric vehicles through CAN bus communication. It creates artificial cell voltage readings, temperature data, and battery status information...")
(diff) ← Older revision | Latest revision (diff) | Newer revision → (diff)
Jump to navigation Jump to search

File:TArduinoRenaultKangooBatterySimulator.png

Summary

CAN bus battery simulator for Renault Kangoo electric vehicles, generating simulated cell voltage and temperature data for testing purposes.

Description

The Renault Kangoo Battery Source/Simulator component generates simulated battery data for Renault Kangoo electric vehicles through CAN bus communication. It creates artificial cell voltage readings, temperature data, and battery status information for testing and development purposes. The simulator allows configurable initial values for highest/lowest cell voltages and temperature, enabling comprehensive testing of battery monitoring systems without requiring actual vehicle hardware.

Diagram:

Properties

  • Cell Voltage – Cell voltage simulation configuration.
    • Highest – Highest cell voltage settings.
      • Initial Value (V) – Initial highest voltage value (Default: 10V).
    • Lowest – Lowest cell voltage settings.
      • Initial Value (V) – Initial lowest voltage value (Default: 10V).
  • Enabled – Enables/disables component functionality (Default: True).
  • Name – Component identifier (Default: Battery).
  • Temperature – Temperature simulation configuration.
    • In Fahrenheit – Temperature output in Fahrenheit scale (Default: False).
    • Initial Value – Initial temperature value (Default: 10).

Pins

Input Pins

  • Clock (clock) – Clock signal for data generation timing.
  • Cell Voltage In (V) (analog) – External cell voltage input for simulation.
    • Highest In (V) (analog) – External highest voltage input for simulation.
    • Lowest In (V) (analog) – External lowest voltage input for simulation.
  • Temperature In (analog) – External temperature input for simulation.

Output Pins

  • Out (can) – CAN bus data output with simulated battery data.

Categories

  • File:CAN.png – Controller Area Network components.
  • File:Battery.png – Battery simulation components.
  • – Simulation and testing components.
  • – Automotive systems components.
  • File:Voltage.png – Voltage simulation components.
  • File:Temperature.png – Temperature simulation components.
  • – Renault vehicle specific components.
  • – Test and development components.