Some weird news.. .
Found out 23th July 2024
The r48-1000e3, the R48-2000e3 built before 2020 and the R48-3500e3 can only be set permanent voltage (offline voltage) between 48-58V.
42-48 is only possible with online voltage, there the can data has to be repeated every 30 seconds.
The R48-2000e3 built 2020 and 2022 can be set permanent (offline) from 41-58,5V .
From here on the original text from January 2023
Was also working on the can code for the Emerson Vertiv rectifiers.
The following was tested on the R48-2000e3 built 2020.
Most of the commands are picked up from an emerson 820 controller. A few commands like permanent settings where found by try and error.
Frame ID 06080783 or 0607FF83 speed 125kB/s
All the voltage values (42 50 00 00 = 52,5V) are floating point to hex converted.
offline commands are permanent stored values
online commands are lost after 30 seconds , or after restart
To change the output voltage permanently you better send two messages with the same voltage value, otherwise you don´t see the changes immediately
CAN-ID 06 07 FF 83
1. Data 03 F0 00 21 42 50 00 00 online-voltage value gets lost after 30 seconds , just to see the changes
2. Data 03 F0 00 24 42 50 00 00 offline voltage Setting Voltage permanent to 52,5V
this works between 42 24 00 00 min 41V and 42 6A 00 00 max 58,5V
You can also only send the offline value command, but then you have to wait 30 seconds until the rectifier changes the voltages.
The output current is set in percent to the rated value of the rectifier written in the manual. Possible settings 0,1-1,21 equals 10%-121% also float to hex converted. The rated current written in the datasheet is 121%.
If hooked to an electronic load the rectifier works down to 20V and lower.
On a resivitve 10Ohm load the rectifier needs from start about 30-40 seconds until the values are stable, inbetween it takes a few cylces of overshooting and undershooting the target current, which was in this case set between12-15%.
03 F0 00 19 3D CC CC CD = 0,1 = 10% of the rated current
03 F0 00 19 3F 9A E1 48 = 1,21 = 121% of the rated current
if you want to see the changes faster you have to set the online value to, otherwhise it takes 30 seconds until the change will start, same behavior as with the permanent voltage setting
online 03 F0 00 22 3D CC CC CD 10%
online 03 F00 00 22 3F 9A E1 48 121%
offline 03 F0 00 19 3D CC CC CD 10%
Offline 03 F00 00 19 3F 9A E1 48 121%
Walk in >> Time to ramp up the rectifiers output voltage to the set voltage value
Walk in on 03 F0 00 32 00 01 00 00
Walk in off 03 F0 00 32 00 00 00 00
walk in time 03 F0 00 29 44 7A 00 00 = 10 Seconds
walk in time 03 F0 00 29 45 FF 00 00 = 70 seconds
AC input current limit, called Diesel power limit, that gives the possibility to reduce the overall power of the rectifier
03 F0 00 1A 40 A0 00 00 AC-input current is held at 5A
floating point to hex conversion 40 A0 00 00 = 5
fan speed
full speed 03 F0 00 33 00 01 00 00
auto 03 F0 00 33 00 00 00 00
below 51V fan starts to ramp up regardless of current , under 42V fan runs on full speed
restart after overvoltage
on 03 F0 00 39 00 01 00 00
off 03 F0 00 39 00 00 00 00
online commands working only when permanently send via CAN (every 15 seconds)
float charge voltage
03 F0 00 21 42 48 00 00 = 50V floating point to hex conversion 42 48 00 00 = 50.0V
min 03 F0 00 21 42 24 00 00 = 41V
max 03 F0 00 21 42 6A 00 00 = 58.5V
DC current Control
DC-Output on 03 F0 00 30 00 00 00 00
DC-Output off 03 F0 00 30 00 01 00 00
03 F0 00 22 3D CC CC CD = 0,1 = 10% of the rated current
03 F0 00 22 3F 9A E1 48 = 1,21 = 121% of the rated current
If something is wrong or you found out other things feel free to ad.
This was my first real working on a CAN-BUS System, so my summary is far from perfect.
The r48-2000e3 rectifiers where also used in the Evtricity Zero Motorcycle chargers.
Does onyone know if they where able to set the voltage permanent or if they used an Arduino or ESP to repeat the commands.
The bigger and older R48-3500e also can be programmed