发个邮件-不用那么纠结-把事情讲清楚就好-限制在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. Confluence 6 修改一个空间从归档到当前

    通过空间目录: 进入头部的 空间(Spaces ) > 空间目录(Space directory). 在左侧 选择 归档的空间(Archived Spaces). 找到你的空间,然后单击右侧的  ...

  2. nodejs安装、环境配置和测试

    nodejs下载 https://nodejs.org/en/ nodejs安装 双击下载的nodejs,可自定义安装路径,安装模块部分直接next即可安装. 检查是否安装 win+R输入cmd,打开 ...

  3. Appium 自动化测试(1)--环境安装:安装Appium

    一.安装nodejs Node.js安装包及源码下载地址为:https://nodejs.org/en/download/. 安装过程参考:http://www.runoob.com/nodejs/n ...

  4. git merge和git rebase的区别

    git merge是用来合并两个分支的.# 将b分支合并到当前分支git merge b git cherry-pick可以选择某一个分支中的一个或几个commit(s)来进行操作.例如,假设我 们有 ...

  5. P2756 飞行员配对方案问题

    题目背景 第二次世界大战时期.. 题目描述 英国皇家空军从沦陷国征募了大量外籍飞行员.由皇家空军派出的每一架飞机都需要配备在航行技能和语言上能互相配合的2 名飞行员,其中1 名是英国飞行员,另1名是外 ...

  6. Python函数式编程,map/reduce,filter和sorted

    什么是函数式编程? 与面向对象编程(Object-oriented programming)和过程式编程(Procedural programming)并列的编程范式. 最主要的特征是,函数是第一等公 ...

  7. oracle 常用字符串函数

    select  initcap('guodongdong') from dual;                                  /返回字符串并将字符串的第一个字母变为大写;  s ...

  8. js正则表达式取{}中的值

    var reg = /[^\{}]*\{(.*)\}[^\}]*/; var str = "1111{122}"; console.log(str.replace(reg,'$1' ...

  9. Spring Boot + Spring Cloud 实现权限管理系统 后端篇(十一):集成 Shiro 框架

    Apache Shiro 优势特点 它是一个功能强大.灵活的,优秀开源的安全框架. 它可以处理身份验证.授权.企业会话管理和加密. 它易于使用和理解,相比Spring Security入门门槛低. 主 ...

  10. idea中deBug方法

    1 2设置controller层断点鼠标左键点击,断点在哪里,就会deBug到哪里 3刷新页面 4查看 5service层设置断点 6 7查看返回信息是否错误