发个邮件-不用那么纠结-把事情讲清楚就好-限制在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. hdu-2639 Bone Collector II 背包第K优

    http://acm.hdu.edu.cn/showproblem.php?pid=2639 在背包的基础上维护一个size<=K的最大值集合,为什么维护K个就好了呢,因为如果当前状态有多余K个 ...

  2. android -------- ConstraintLayout Guideline和Barrier(四)

    前面的文章 ConstraintLayout 介绍 (一) ConstraintLayout约束属性 (二) ConstraintLayout 宽高比和偏移量比(三) 此博文主要讲解:Guidelin ...

  3. apiCloud 选择图片,选择视频,压缩图片

    选择视频或图片,只需要一个 UIMediaScanner 模板就可以实现,点击链接查看api https://docs.apicloud.com/Client-API/UI-Layout/UIMedi ...

  4. Parking Lot CodeForces - 480E

    大意: 给定01矩阵, 单点赋值为1, 求最大全0正方形. 将询问倒序处理, 那么答案一定是递增的, 最多增长$O(n)$次, 对于每次操作暴力判断答案是否增长即可, 也就是说转化为判断是否存在一个边 ...

  5. 实现qq登录

    //html页面   引入qq图标 <td> <a href="#" onclick="toLogin()"><img src=& ...

  6. 在ASP.NET MVC 框架中调用 html文件及解析get请求中的参数值

    在ASP.NET MVC 框架中调用 html文件: public ActionResult Index() { using (StreamReader sr = new StreamReader(P ...

  7. [LeetCode] 96. Unique Binary Search Trees(给定一个数字n,有多少个唯一二叉搜索树) ☆☆☆

    [Leetcode] Unique binary search trees 唯一二叉搜索树 Unique Binary Search Trees leetcode java 描述 Given n, h ...

  8. Linux/AIX/Windows端口和进程互查

    经常我们需要通过端口号查是哪个进程占用,或想查看某个进程占用了哪些端口. 1.1Linux上通过端口查找进程 比如我们想知道当前系统中80端口是哪个进程所占用 netstat -anp| |more ...

  9. facebook广告上传Invalid appsecret_proof provided in the API argument

    Status: 400 Response: { "error": { "message": "Invalid appsecret_proof prov ...

  10. Module loader:模块加载器

    <p data-height="265" data-theme-id="0" data-slug-hash="XpqRmq" data ...