Required Parameters
To add a precharge device, the following parameters are required.A unique identifier for the device.Example:
battery1_prechargeIndicates the type of device. For this type of device, it is always
precharge.Example: prechargeThe name of the device’s address map on the controller.Example:
battery1_precharge_address_mapIndicates whether the device is enabled or disabled. A value of true means the device is disabled, while false means the device is enabled.
Indicates the precharge period in seconds.Example:
10Indicates the hold-on time for the auxiliary contactor in seconds.Example:
2Indicates the threshold voltage in volts at which the precharge sequence starts.Example:
700Optional Parameters
The following parameters can be added to digital input or output devices; however, they are optional and not required. These parameters provide additional functionality to the device.Indicates whether the contactor feedback is enabled or not.
Indicates whether the breaker feedback is enabled or not.
Indicates the maximum voltage in volts at which the precharge device opens the main contactor.Example:
760Indicates the name of the device’s analog measurement address map on the controller.Example:
battery1_analog_address_mapExample
The snippet below demonstrates a precharge device, highlighting both the required and optional parameters.When configuring a precharge device, ensure that all required parameters are correctly specified to avoid configuration errors.
Optional parameters can provide additional functionality and control but are not necessary for basic operation.
Always verify that the paths provided for addressMap are accurate and that the files exist in the specified locations.