For me it is a day of grief....................

1 Communication with customer test methods。

notes:

Test execution
1. Make sure power supply is turned off.
2. Insert XXX into jig.
3. Turn on the XXX power switch.
4. Turn on 230V AC / 400V AC power supply.
5. Run program “Program XXX.bat” on PC to program the  XXXwith its software. NOTE: Programming of the XXX will probably fail with an error message if the   XXX withXXX -test software is connected to the XXX at this point.2
6. The test starts automatically when the software is finished transferring to the XXX.
7. Manual test: Tests triac (that turns heat element on and off). After transferring the software to the XXX, the XXX will turn the heat element on for 0.75s.
a. The voltage on the volt meter should measure around 230V AC / 400V AC between “J5” and “J6” for 0.75s.
b. The XXX in the jig is configured to always turn the heat element off, so after about 2s (if not sooner) you should be able to verify that the measured voltage drops to 0V AC.
8. Automatic Test: Tests power supply, power switch, microcontroller, communication with a control unit (CU) and temperature sensor.
a. Manually visually read the test result from the XXX RGB LED light:
i. Green blink = test successful
ii. Red blink = test failed. If it only blinks red for 10 seconds or more after programming/powering up the XXX, try programming the XXX again (go to step 5).
b. Let it run until you have seen at least 3 green blinks after programming the XXX.

2translate the  information

Go to the warehouse to borrow components,set up experimental environment,do experiments and  record date。

2   gerber paining

In order to make the most of resource and cost saving,we need to change the gerber-paining。as show in the photo.

3 NPI-SMT

The equipment specifically designed for use with solder pasteSome pastes  do well with tinned surfaces but solder poorly bare copper OSP。Apertures with geometrical figure are favorable for printed molding with solder paste。In surface mount assembly, the stencil is the gateway to accurate, repeatable solder paste deposition。Of greater value to the stencil designer is the area ratio, which can be related directly to eventual solder paste release。

4 SMT

I want to learning use the  SMT machine like Yamaha  .Motion control is one of the key technologies for SMT mounter,The article takesthe turret head type placement system as a example, fully analyses several familiarhighspeed placer's failures and summarizes some valid measures to eliminate them

The Enginer sample Test for GD temperature control (FCT, ATE, NPI,SMT, )的更多相关文章

  1. Linux下的Job Control(转:http://blog.chinaunix.net/uid-26495963-id-3062757.html)

    一.Job的概念 Job是指在批处理的环境中,为完成某一任务而进行一系列操作的总称.在个人接触计算机的年代,批处理的环境已经不容见到了,只有一些特殊的行业和环境下还在使用这样的概念,仅在书本中接触过. ...

  2. HDU 4289 Control (网络流,最大流)

    HDU 4289 Control (网络流,最大流) Description You, the head of Department of Security, recently received a ...

  3. RNA Spike-in Control(转)

    Spike-in Control:添加/加入(某种物质)的对照(组)在某些情况下,待检验样本中不含待测物质或者含有但是浓度很低,为了证明自己建立的方法能对样本中待测物质进行有效的检测,可在待检样本中加 ...

  4. Control(拆点+最大流)

    Control http://acm.hdu.edu.cn/showproblem.php?pid=4289 Time Limit: 2000/1000 MS (Java/Others)    Mem ...

  5. USACO 4.4 Pollutant Control (网络流求最小割割集)

    Pollutant ControlHal Burch It's your first day in Quality Control at Merry Milk Makers, and already ...

  6. HDU 4289 Control (最小割 拆点)

    Control Time Limit: 2000/1000 MS (Java/Others)    Memory Limit: 32768/32768 K (Java/Others) Total Su ...

  7. LTE Module User Documentation(翻译14)——Uplink Power Control(上行功率控制)

    LTE用户文档 (如有不当的地方,欢迎指正!) 20 Uplink Power Control(上行功率控制)   上行功率控制功能默认是开启的.用户可以通过设置布尔属性 ns3::LteUePhy: ...

  8. 与众不同 windows phone (2) - Control(控件)

    原文:与众不同 windows phone (2) - Control(控件) [索引页][源码下载] 与众不同 windows phone (2) - Control(控件) 作者:webabcd介 ...

  9. Scroll Segmented Control(Swift)

    今天用了一个github上一个比较好用的Segmented Control但是发现不是我要效果,我需要支持scrollView.当栏目数量超过一屏幕,需要能够滑动. 由于联系作者没有回复,我就自己在其 ...

随机推荐

  1. NUMA架构的优缺点

    numa把一台计算机分成多个节点(node),每个节点内部拥有多个CPU,节点内部使用共有的内存控制器,节点之间是通过互联模块进行连接和信息交互.因此节点的所有内存对于本节点所有的CPU都是等同的,对 ...

  2. 【c++ primer, 5e】【函数基础】

    p182~p185: 函数1.在调用函数和执行return语句的同时,也发生了控制权的转移. 2.函数返回值不能是一个数组.(但是可以返回一个包含数组的对象,或者指向数组的指针) 3.重要概念:名字的 ...

  3. 20145328 《Java程序设计》实验二实验报告

    20145328 <Java程序设计>实验二实验报告 实验名称 Java面向对象程序设计 实验内容 初步掌握单元测试和TDD 理解并掌握面向对象三要素:封装.继承.多态 初步掌握UML建模 ...

  4. SVN一直提示需要clean up

    无论到那一级都提示clean up, 这是陷入clean up 死循环的结果. 解决办法: 使用任何一款可以连sqllit 的数据库管理软件例如(Navicat Premium),连入 项目跟目录/. ...

  5. .Net Core Linux部署之进程守护 Supervisor 安装配置

    1.Supervisor 安装 //安装easy_install yum install python-setuptools //安装Supervisor easy_install superviso ...

  6. 第七篇:Spark SQL 源码分析之Physical Plan 到 RDD的具体实现

    /** Spark SQL源码分析系列文章*/ 接上一篇文章Spark SQL Catalyst源码分析之Physical Plan,本文将介绍Physical Plan的toRDD的具体实现细节: ...

  7. apache——(OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次。 : AH00072: make_sock: could not bind to address [::]:443

    问题:命令行运行httpd.exe时报错 (OS 10048)通常每个套接字地址(协议/网络地址/端口)只允许使用一次.  : AH00072: make_sock: could not bind t ...

  8. codeforces 848c - two TVs

    2017-08-22 15:42:44 writer:pprp 参考:http://blog.csdn.net/qq_37497322/article/details/77463376#comment ...

  9. centos7安装ambari教程

    ambari版本 :2.4.2 (不过各版本安装过程没啥差异) 目录: 为什么要用Ambari 概念概述 版本信息 原理简介 安装 创建集群 创建集群 手动修改配置 NameNode HA 安装Sma ...

  10. node.js 之 http 架设

    Node.js 安装配置 下载node.js安装mis 打开:cmd cd到node.js安装目录下 输入nodejs --version 显示版本号,证明安装成功 在其根目录下建server.js ...