(function(){
let w = window.innerWidth;
function setHeaderCssVar() {
const headerEle = document.getElementById('shoplaza-section-header');
if(!headerEle){ return };
document.body.style.setProperty('--window-height', `${window.innerHeight}px`);
document.body.style.setProperty('--header-height', `${headerEle.clientHeight}px`);
const mdScorllHideEle = headerEle.querySelector('.header__mobile .header__scroll_hide');
if (mdScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-md', `${mdScorllHideEle.clientHeight}px`);
}
const pcScorllHideEle = headerEle.querySelector('.header__desktop .header__scroll_hide');
if (pcScorllHideEle) {
document.body.style.setProperty('--header-scroll-hide-height-pc', `${pcScorllHideEle.clientHeight}px`);
}
}
function handlResize() {
if(w == window.innerWidth){return};
w = window.innerWidth;
setHeaderCssVar();
};
function init(){
setHeaderCssVar();
window.removeEventListener('resize', window._theme_header_listener)
window._theme_header_listener = handlResize;
window.addEventListener('resize', window._theme_header_listener);
}
init();
})();
Description
Product Overview
Smart Charging Station For AGV
TZCDJ07-A 29.2V/60A
The TZCDJ07-A intelligent charger uses modular structure design to parallel connection multiple-modules power supply and realize large current charging. This charger is equipped with host computer which communicates online with BMS (Battery Management System) through CAN and controls every power supply module through the RS485 port.
Application This device would be applicable to the charging of electrically driven vehicles, which uses lithium battery as power such as electric fork-lift truck 、pallet truck and AGV.
Product Paramenters
Item
Technical parameters
Input voltage
1Phase 220V 50Hz
The number of power supply modules
2
Rated input current
22.8A
Rated input power
5.0KVA
Charging current
60A
Output voltage
29.2V
Communication Mode (Matching)
CAN
Size
530×440×350 MM
Net Weight
25KG
Structure
Touch Panel Operation Instructions
After turn on the power supply of the charger, touch panel would light up and display the main menu, including main interface、battery information、modules information、event log and parameters setting. Select any item and enter its relevant interface.