(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
AGV Controller TZC-MST-FX200D-A
Our self-developed AGV controller can be connected to a variety of sensor devices, including motor drivers, magnetic navigation sensors, RFID sensors, obstacle avoidance sensors and various IO controls. The AGV controller is suitable for a variety of vehicle types and is convenient for customers to use. It also supports TASKS, Mapping, Auto Guide, Map, Script and so on, which greatly saves customers' development cycles and costs.
Product Paramenters
TZC-MST-FX200D-A
Size
172*111*37mm
AutoGuide
√
CAN
3
AutoCharging
√
RS485
4
Robot
√
RS232
5
Roller Conveyor
√
DO
21+23²
Towing
√
DI
24+20²
Lifting
√
Power
24V±5V
MODBUS RTU
√
Rate
72W
MES API
√
Ultrasonic AreaDetect
√
Super Script
√
HMI&API
√
Map
√
Remote Handler
√
90/180° Rotate
√
IO Mapping
√
Lateral Movement
√
Tasks
√
Dimensions
Product Advantages
Controller built-in AGV dedicated operating system (RTOS), support Funtions:TASKs, Mapping, Auto Guide,Map,SCript and so on. Customer can achieve rapid deployment of different models for different ontology configuration through the software AGVStudio, this greatly reduces the client's development cycle and the cost.
Whats more: 1, No need to type drive method for example left or right before fork road.; 2. Support high Accuracy magnetic sensor; 3. others.