发个邮件-不用那么纠结-把事情讲清楚就好-限制在15分钟写完-长的邮件25分钟-难点是讲清楚细节-比如软件调试bug-DFM-这里有些专业词汇

发现问题:发给客户的
There are some quality issues we found in the incoming batch from Airspeed’s parts, that affect us to launch the build on time (we planned to start the build this week).
1.RF module bottom housing PN 01/82517/0 (WA PN_PS1147)
-Color different to the signed off sample
-Warpage
2.RF module housing PN 01/74218/0 (WA PN_HS5206)
We assembled the RF housing and tried the RF function test, however, it failed (see photo RF module function test).
Checked the drawing spec and the actual housing, the housing dimensions are within spec (see the excel file measurement report).

询问测试方法:
For the test “failure” due to the housing structure, can you suggest any temporary method to hold it tightly so that the module can proceed the test?

接受第一批样品
we understand your concerns but we will accept these condition on the first 120 sets. So please proceed with the builds and send these to us once PSI’d.

为了避免不可预估的风险机械料不在没有完成PP和客户邮件确认可放产之前加上MP 、buffer ZMOM上的,请知悉。
In order to avoid the unpredictable risk, please note that the mechanical materials are not added to MP and buffer ZMOM before PP and customer's email confirmation for production release.

Please notice that all the materials are ready for the dummy prototype for mechanical review. Please help to prepare 3pcs dummy PCBA to ME/Rex for mechanical review

-----------------
We usually do not give out schematics on our products. This is not needed.
Test specification and SW will be the same as for other RUs (attached).
Concerning the drawing – measures written in ( are for reference only.)

-----------
We have discussed the matter and the conclusion is the following:
ECU-2Rw WiFi must use the components in BOM 11. These components can be placed in both layout I and layout J, only the position/coordinates of some components are not exactly the same in both layouts.
The coordinates in BOM 11 currently only corresponds with layout J, however we will update BOM 11 to include a set of coordinates corresponding to layout I as well.
This way, we can use up any stock of PCB layout I, and still apply the components from BOM 11.
Please confirm that this can be done, and let me know if you have any questions.
I will send you BOM 11 with both sets of coordinates very soon.
--------------------

更新客户需求
This has greatly impact on customer demand, below is customer requirement , please speed up and work out your updated plan.
------------------
询问替代料是否可用
For attached crystal(use I DCU and NCU), as the P/N for Asia and America is different ,please kindly advise if we can use the alternative ? thank you !
ES3448-01 ,we current use the component . Crystal - SMD 16MHz 10pf +/-10ppm 3.2x2.5mm - Detail Info. : 7M-16.000MEEQ-T ,TXC ,Location:Y1
Crystal- alternative ,please help to confirm if can use
---------------
we appreciate TI’s understanding of the urgency and importance of resolving this
我们感谢TI对解决这个问题的紧迫性和重要性的理解
--------------
Excuse me, In order to avoid align with connector pin ,we have put white oil on the PCB board , as shown below, can you please accept this change ?

---------------------------
Recently, we found the RF signal generator used for NCU tests is not very stable, it affects production efficiency, so can you provide 1 or 2 more to us for replacement? Or is’t orderable in the market?
-----------------
Please push relative guys to sign IQC report to release those parts from Epictor system within today. Now system is shows in OPEN status.
请推动相关人员签署IQC报告,以便在今天将这些部件从表内系统中释放出来。现在系统显示为开放状态。
----------------
Attached please find the PSI report for the captioned order.
Please kindly check and advise your comments. Thanks!
--------------
The standby by current seems extremely high – can you check this? I was expecting <0.01mA Patrick/JP maybe you can advise?
Also, has this screw been included? Can’t see it in the photos
Done a quick test on an Acronym heater remote. We measured 50mA operating and between 4-20uA (0.02mA) for standby. Software revision 2.3
I remember there was not requirement to test the standby current
How has this value ended up in the PSI. Is the information in the PSI wrong? I do not want to me delaying this shipment however a stand by current of 26mA would be a major issue
The purpose of measuring the standby current is to check that the batteries will not run out quickly when the remote control is not in use.
Standby by current of 26.94mA would mean the batteries would run out very fast. On previous shipments of the black remote control, the standby current was measured at 0.01mA which is normal
Can you advise how to test the sleep current?
I assume that we are using different method for the testing considering the huge difference
Can you provide the standby current specification/limit for all involved products which require sampling test? Because seems the standby current are not same for different model. Thank you!

L305 发邮件15分钟的更多相关文章

  1. 监控系统负载与CPU、内存、硬盘、登录用户数,超出警戒值则发邮件告警。

    zzx@zzx:~$ cat warning.sh #!/bin/bash #监控系统负载与CPU.内存.硬盘.登录用户数,超出警戒值则发邮件告警.    前提安装mail服务nh=`uname -r ...

  2. #题目:有10 台被监控主机、一台监控机,在监控机上编写脚本,一旦某台被监控机器/ 分区适用率大于80%, 就发邮件报警放到crontab 里面, 每10 分钟检查一次

    #题目:有10 台被监控主机.一台监控机,在监控机上编写脚本,一旦某台被监控机器/ 分区适用率大于80%, 就发邮件报警放到crontab 里面, 每10 分钟检查一次 #测试机器:虚拟机Linux ...

  3. php利用crontab执行 5分钟发邮件给用户 (包含每分钟发一次)

    php利用crontab执行 5分钟发邮件给用户 一开始设想用shell_exec执行sh 运行 crontab但发现并不可取 因为没办法传变量 (因为要传963529987@qq.com)所以决定采 ...

  4. SQL Server定时自动抓取耗时SQL并归档数据发邮件脚本分享

    SQL Server定时自动抓取耗时SQL并归档数据发邮件脚本分享 第一步建库和建表 USE [master] GO CREATE DATABASE [MonitorElapsedHighSQL] G ...

  5. 【知识积累】JavaMail实现发邮件功能

    一.前言 今天闲来没事,想着通过程序来给别人发邮件.于是,上网搜了一下,相应的资料也很多,刚开始完成了邮件的简单发送,后来想如何能发送附件,继续寻找 答案,但是遇到了一个问题是当我使用txt类型作为附 ...

  6. 【Python系列】Python自动发邮件脚本-html邮件内容

    缘起 这段时间给朋友搞了个群发邮件的脚本,为了防止进入垃圾邮件,做了很多工作,刚搞完,垃圾邮件进入率50%,觉得还不错,如果要将垃圾邮件的进入率再调低,估计就要花钱买主机了,想想也就算了,先发一个月, ...

  7. java windows自动化-mail自动发邮件

    本文旨在让测试人员了解如何发邮件 发邮件的话,最简单的事是直接手动发邮件,但是在自动化测试中,应做到让机器或者代码来自动发送邮件,笔者大概了解以下几种方法,总有一款口味适合你:1java代码来做下面即 ...

  8. 15分钟理解HTTPS——通俗篇

    | 导语 它很深奥吗?你肯定常常见过它,使用它,甚至离不开它... 它很浅显吗?你可能觉得看透它,理解它,甚至懂它... 让我们用15分钟,不那么学术地将它的深挖到底~ 什么?如何证明我是我?本文要上 ...

  9. Windows下bat脚本自动发邮件

    摘要:说明:很多木马会利用自身的程序截取系统敏感文件或信息发往指定的邮箱,而blat并不是木马,它小巧却有强大的发邮件功能,可不要用它做违法事,感觉和木马功能有一拼!下面先看个具体的实例(在blat同 ...

随机推荐

  1. ubuntu下安装CAJ阅读器

    目录 1.ubuntu下wine的基本介绍 (1)wine的介绍 (2)wine的安装 (3)exe文件的安装 (4)exe程序的卸载 (6)wine的基本使用 2.CAJ阅读器的安装 (1)首先放上 ...

  2. 求[1,n]中与m互素的个数

    void dfs(int d, ll num, int z) { if (d>cnt) { if (num!=1) ans+=z*n/num; } else { dfs(d+1,num*p[d] ...

  3. 推荐系统评测指标—准确率(Precision)、召回率(Recall)、F值(F-Measure)

    下面简单列举几种常用的推荐系统评测指标: 1.准确率与召回率(Precision & Recall) 准确率和召回率是广泛用于信息检索和统计学分类领域的两个度量值,用来评价结果的质量.其中精度 ...

  4. Js replace() 方法笔记

    最近捣鼓着学习Js,发现replace()真的很有用,替换功能杠杠的棒. 接下来看看我遇到的问题: 有两个随机给出的字符串,字符串1'xxxxxx',字符串2'====T'(这两个用作示例,其他为随机 ...

  5. redisObject

    typedef struct redisObject {    unsigned type:4;    unsigned encoding:4;    unsigned lru:REDIS_LRU_B ...

  6. PyCharm调试运行Scrapy教程

    一.使用scrapy创建一个项目 这里使用scrapy官方第一个示例 scrapy startproject tutorial 使用PyCharm打开项目,在tutorial/tutorial/spi ...

  7. ssh和ssl的联系和区别

    ssh:Secure Shell,安全Shell,是一个软件,处于应用层旨在取代明文通信的telnet:对应的开源实现程序是openssh. ssl:Secure Sockets Layer,安全套接 ...

  8. 变量和基本类型——复合类型,const限定符,处理类型

    一.复合类型 复合类型是指基于其他类型定义的类型.C++语言有几种复合类型,包括引用和指针. 1.引用 引用并非对象,它只是为一个已存在的对象所起的另外一个名字. 除了以下2种情况,其他所有引用的类型 ...

  9. AdaBoost, LogitBoost and GradientBoosting

    前向分步算法与加法模型(forward stagewise algorithm and additive model) (1) AdaBoost:前向分步算法中损失函数取指数损失函数 (2) Logi ...

  10. jquery 元素选择器

    id选择器 JQuery 能使用CSS选择器来操作网页中的标签元素.如果想要通过一个id号去查找另一个元素就可以使用下面格式的选择 $('#my_id') 其中my_id表示根据id选择器获取页面中的 ...