0592

Cn.

Current position:Home > Clamp/fixture > 工装项目部

工装项目部

$(function () { var img = "/upload/mult/201704/25/201704251929000000.jpg"; if (img != "") { var imgs = img.split("^"); for (i = 0; i < imgs.length; i++) { $("#picbig").append("
  • \"\"
  • "); $("#picsmall").append("
  • "); } } });

    六合体合装设备

    全自动型

    全自动PLC控制,伺服驱动执行元件;定位精度高,换型操作简单快捷。

    半自动型

    部分动作自动控制,各定位单元可以在精密直线轨道上手动调整,满足多种车型需要;定位精度高,调整方便易操作。

    通用型

    通用性强。部分动作自动控制,各定位单元手动定尺调整,满足多种车型需要;定位精度高,调整方便易操作。

    功能介绍

    主要技术说明

    定为原则

    窗上梁或窗立柱外弧面定位,夹紧;

    腰梁或窗下梁外弧面、高度定位,夹紧;

    裙立柱外弧面定位;

    底架定位可选;

    前后围及定位原则上不做定位。

    尺寸图
    主要尺寸参数

    主要参数

    控制方式:电控+液压/气动(可选);

    生产节拍:30分钟;

    车型更换时间:15分钟/2人。


    Return
    $(function(){ var galleryThumbs = new Swiper('.gallery-thumbs', { spaceBetween: 10, centeredSlides: false, slidesPerView: 'auto', slidesOffsetBefore : 0, touchRatio: 0.2, slideToClickedSlide: true, loop:true, onTap: function(swiper){ var num = parseInt($('.gallery-thumbs .swiper-slide-active').attr("date-index")); $('.gallery-top .swiper-slide').removeClass('act'); $('.gallery-top .swiper-slide').eq(num).addClass('act'); $(".jqzoom").imagezoom(); } }); $('.gallery-top .swiper-button-next').click(function(){ if($(window).width()>991){ galleryThumbs.slideNext(); } }) $('.gallery-top .swiper-button-prev').click(function(){ if($(window).width()>991){ galleryThumbs.slidePrev(); } }) if($(window).width()<=991){ var galleryTop = new Swiper('.gallery-top', { nextButton: '.swiper-button-next', prevButton: '.swiper-button-prev', spaceBetween: 10, loop:true, }); } if($(window).width()>991){ $(".jqzoom").imagezoom(); } $('.proimg-l ul').bxSlider({ mode: 'fade', infiniteLoop: false, pagerCustom: '.bx-pager', }); // 切换 var c_ul = $('.proimg-s'); c_li = c_ul.find('li'); c_i = 0; c_left = $('.proimg-pager').find(".prev"); c_right = $('.proimg-pager').find(".next"); var c_length; c_length = Math.ceil(c_li.length / 4); //左边点击 c_left.click(cLeft); //右边点击 c_right.click(cRight); function cLeft() { c_i--; c_i = c_i < 0 ? c_length - 1 : c_i; cScroll(); } function cRight() { c_i++; c_i = c_i > c_length - 1 ? 0 : c_i; cScroll(); } function cScroll() { c_ul.stop().animate({ left: -560 * c_i }, 500); } })