L305 发邮件15分钟
发个邮件-不用那么纠结-把事情讲清楚就好-限制在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分钟的更多相关文章
- 监控系统负载与CPU、内存、硬盘、登录用户数,超出警戒值则发邮件告警。
zzx@zzx:~$ cat warning.sh #!/bin/bash #监控系统负载与CPU.内存.硬盘.登录用户数,超出警戒值则发邮件告警. 前提安装mail服务nh=`uname -r ...
- #题目:有10 台被监控主机、一台监控机,在监控机上编写脚本,一旦某台被监控机器/ 分区适用率大于80%, 就发邮件报警放到crontab 里面, 每10 分钟检查一次
#题目:有10 台被监控主机.一台监控机,在监控机上编写脚本,一旦某台被监控机器/ 分区适用率大于80%, 就发邮件报警放到crontab 里面, 每10 分钟检查一次 #测试机器:虚拟机Linux ...
- php利用crontab执行 5分钟发邮件给用户 (包含每分钟发一次)
php利用crontab执行 5分钟发邮件给用户 一开始设想用shell_exec执行sh 运行 crontab但发现并不可取 因为没办法传变量 (因为要传963529987@qq.com)所以决定采 ...
- SQL Server定时自动抓取耗时SQL并归档数据发邮件脚本分享
SQL Server定时自动抓取耗时SQL并归档数据发邮件脚本分享 第一步建库和建表 USE [master] GO CREATE DATABASE [MonitorElapsedHighSQL] G ...
- 【知识积累】JavaMail实现发邮件功能
一.前言 今天闲来没事,想着通过程序来给别人发邮件.于是,上网搜了一下,相应的资料也很多,刚开始完成了邮件的简单发送,后来想如何能发送附件,继续寻找 答案,但是遇到了一个问题是当我使用txt类型作为附 ...
- 【Python系列】Python自动发邮件脚本-html邮件内容
缘起 这段时间给朋友搞了个群发邮件的脚本,为了防止进入垃圾邮件,做了很多工作,刚搞完,垃圾邮件进入率50%,觉得还不错,如果要将垃圾邮件的进入率再调低,估计就要花钱买主机了,想想也就算了,先发一个月, ...
- java windows自动化-mail自动发邮件
本文旨在让测试人员了解如何发邮件 发邮件的话,最简单的事是直接手动发邮件,但是在自动化测试中,应做到让机器或者代码来自动发送邮件,笔者大概了解以下几种方法,总有一款口味适合你:1java代码来做下面即 ...
- 15分钟理解HTTPS——通俗篇
| 导语 它很深奥吗?你肯定常常见过它,使用它,甚至离不开它... 它很浅显吗?你可能觉得看透它,理解它,甚至懂它... 让我们用15分钟,不那么学术地将它的深挖到底~ 什么?如何证明我是我?本文要上 ...
- Windows下bat脚本自动发邮件
摘要:说明:很多木马会利用自身的程序截取系统敏感文件或信息发往指定的邮箱,而blat并不是木马,它小巧却有强大的发邮件功能,可不要用它做违法事,感觉和木马功能有一拼!下面先看个具体的实例(在blat同 ...
随机推荐
- Confluence 6 修改空间名字和标识
希望修改空间名称: 在空间名称的边上,选择 图标. 输入新的空间名称,然后单击 保存(Save). 标识(Logo )- 修改空间的名称和标识. 重新组织(Reorder) - 拖动来从新组织快捷链 ...
- Linux虚拟机安装VMware Tools
选择虚拟机-->install VMware Tools # 新建一个文件夹用来挂载光驱 mkdir /mnt/cdrom # 挂载光驱到指定文件夹 mount /dev/sr0 /mnt/cd ...
- Vmware安装Kali
下载软件 破解版的Vmware14 kali(我的是kali-linux-2018.2-amd64) 配置虚拟机 新建虚拟机,选择自定义 虚拟机硬件兼容性 选择虚拟机硬件兼容性为Workstation ...
- 02 flask 请求钩子、异常捕获、上下文、Flask-Script 扩展、jinja2 模板引擎、csrf防范
一 请求勾子 在客户端和服务器交互的过程中,有些准备工作或扫尾工作需要处理,比如: 在请求开始时,建立数据库连接: 在请求开始时,根据需求进行权限校验: 在请求结束时,指定数据的交互格式: 为了让每个 ...
- [PAT]数字分类
#include <stdio.h> #include <stdlib.h> void A1(int *ar,int i); void A2(int *ar,int i); v ...
- SSM框架中各层作用
SSM是sping+springMVC+mybatis集成的框架. MVC即model view controller. model层=entity层.存放我们的实体类,与数据库中的属性值基本保持一致 ...
- Python 向列表中添加元素
向列表中添加元素 1.append tabulation1.append('紫霞') ['大圣', '天蓬', '卷帘', '紫霞', '紫霞', '青霞'] 2.insert tabulation1 ...
- 数据库连接的WEB登录界面的实现
要实现此功能,需要电脑安装JAVA EE.SQL Server 2008和Tomcat等软件,并进行配置环境成功. 对这门课的希望和自己的目标: 希望:可以完全掌握老师所讲的内容. 目标:能够完整的做 ...
- 6月13 ThinkPHP框架基础
ThinkPHP 一.php框架基础介绍 真实项目开发步骤: 多人同时开发项目,协作开发项目.分工合理.效率有提高(代码风格不一样.分工不好) 测试阶段 上线运行 对项目进行维护.修改.升级(单个人维 ...
- python 常用代码
获取标签名 h1 class 是h1usersoup.find(name="h1", attrs={"class":"h1user"});获 ...