yesterday:::

Hi Huang,

For the better performance of the test the Con 6 should be connected all the time, the Remote will send the command to the UI/ACC to provide the power to the Con 6, checks the current, then it sends command to stop the power on Con 6 and checks the current again.

This test tests the switch which provides the power to Con 6, and at the same time tests the current measurement circuit, to do that, the Con 6 has to be connected all the time, otherwise, if in case the switch is on all the time, but there is no load resistor, the test will pass, because there is no current flow, but it is only because the load resistor is not connected.

When restarting the test, please try to remove and plug back again the batteries to the Remote, it might be that I forgot to clear the last test state. I will test it whenever we will receive the hardware in Hong Kong.

Today:::

I have found two bugs in the software why the test is failing:

1)      Sometimes the transducer current sensor returns a low negative value, I was interpreting it as unsigned, so it was above my threshold. Please update the test remote software to v1.1 to solve this.

The TEST_ONLY software is not compatible with UI_v0.1, that is why the button press test was failing. Please update the UI to the version v1.0 to issue the key test.

Founded in 1973, Glen Dimplex is a leading international group, with annual revenues in excess of two billion euro and over ten thousand employees across four continents. Glen Dimplex is the world's largest manufacturer of electrical heating, and also holds significant global market positions in domestic appliances, cooling, ventilation, and renewable energy solutions. Over half a century, we have built a solid global business reputation, and our customers have come to trust in our brands, our products, and our people. Today we are at the vanguard of a low carbon revolution, with an unrivalled range of solutions in space and water heating, cooling, ventilation and heat recovery. Across the world these innovative low carbon systems enable our customers to reduce CO2 emissions and eliminate cost. With our dynamic portfolio of leading brands and low carbon technologies the Glen Dimplex Group is strategically positioned to meet the market challenges of tomorrow. Glen Dimplex is a leading international industrial group, with over 30 businesses and 8,500 employees around the world, including, Europe, North America, Asia, and Australasia.

2017.11.2 Talk to customers for an hour的更多相关文章

  1. [LOJ 6249]「CodePlus 2017 11 月赛」汀博尔

    Description 有 n 棵树,初始时每棵树的高度为 H_i,第 i 棵树每月都会长高 A_i.现在有个木料长度总量为 S 的订单,客户要求每块木料的长度不能小于 L,而且木料必须是整棵树(即不 ...

  2. [LOJ 6248]「CodePlus 2017 11 月赛」晨跑

    Description “无体育,不清华”.“每天锻炼一小时,健康工作五十年,幸福生活一辈子” 在清华,体育运动绝对是同学们生活中不可或缺的一部分.为了响应学校的号召,模范好学生王队长决定坚持晨跑.不 ...

  3. Xamarin 2017.11.9更新

     Xamarin 2017.11.9更新 本次更新主要针对Xamarin.iOS,适配了iOS 11.1和Xcode 9.1.Visual Studio 2017升级到15.4.3获得新功能.Visu ...

  4. 2017.11.11 B201 练习题思路及解题方法

    2017.11.11 B201 练习题思路及解题方法 题目类型及涵盖知识点 本次总共有6道题目,都属于MISC分类的题目,涵盖的知识点有 信息隐藏 暴力破解 音轨,摩斯电码 gif修改,base64原 ...

  5. jingchi.ai 2017.11.25-26 Onsite面试

    时间:2017.11.25 - 11.26 地点:安徽安庆 来回路费报销,住宿报销. day1: 大哥哥问了我一个实际中他们遇到的问题.有n个点,将点进行分块输出,输出各个块的均值点.具体就是100* ...

  6. [CodePlus 2017 11月赛&洛谷P4058]木材 题解(二分答案)

    [CodePlus 2017 11月赛&洛谷P4058]木材 Description 有 n棵树,初始时每棵树的高度为 Hi ,第 i棵树每月都会长高 Ai.现在有个木料长度总量为 S的订单, ...

  7. Xamarin 2017.11.1更新

     Xamarin 2017.11.1更新 本次更新主要解决了一些bug.Visual Studio 2017升级到15.4.2获得新功能.Visual Studio 2015需要工具-选项-Xamar ...

  8. [CodePlus 2017 11月赛]晨跑 题解(辗转相除法求GCD)

    [CodePlus 2017 11月赛]晨跑 Description "无体育,不清华"."每天锻炼一小时,健康工作五十年,幸福生活一辈子".在清华,体育运动绝 ...

  9. 2017/11/22 Leetcode 日记

    2017/11/22 Leetcode 日记 136. Single Number Given an array of integers, every element appears twice ex ...

随机推荐

  1. TensorFlow学习笔记(二)深层神经网络

    一.深度学习与深层神经网络 深层神经网络是实现“多层非线性变换”的一种方法. 深层神经网络有两个非常重要的特性:深层和非线性. 1.1线性模型的局限性 线性模型:y =wx+b 线性模型的最大特点就是 ...

  2. Java中String.valueOf、toString、(String)的区别

    原文地址http://blog.csdn.net/yangzhaomuma/article/details/51173138 原文地址https://www.cnblogs.com/xhyouyou/ ...

  3. go——通道

    相比Erlang,go并未实现严格的并发安全.允许全局变量.指针.引用类型这些非安全内存共享操作,就需要开发人员自行维护数据一致和完整性.Go鼓励使用CSP通道,以通信来代替内存共享,实现并发安全.作 ...

  4. 用Tchromium替换webbrowser

    用Tchromium替换webbrowser 用惯了EmbeddedWB,不想换,但是IE内核一直存在内存泄漏问题,没办法,只有寻找替代品了. 要把用习惯的EmbeddedWB换成完全不一样的TChr ...

  5. 将php数组存取到本地文件

    存数组: <?php $data = array( "a" => "aaaaaa", "b" => "bbbbb ...

  6. PAT 天梯赛 L1-005. 考试座位号 【MAP标记】

    题目链接 https://www.patest.cn/contests/gplt/L1-005 题意 有一个 考生号,一个试机座位,一个考试座位,给出试机座位,查询 考生号和考试座位 思路 MAP + ...

  7. js keyCode(键盘键码)

    摘自:http://blog.csdn.net/dyllove98/article/details/8728657 * 网上收集的KeyCode值方便大家查找: keycode 8 = BackSpa ...

  8. CString和char互转,十六进制的BYTE转CString

    CString转char: CString m_Readcard; char ReaderName[22]; strcpy((char*)&ReaderName,(LPCTSTR)m_Read ...

  9. poj2250

    #include<string.h> #include<stdio.h> #include<algorithm> #include<vector> #i ...

  10. Apache 浏览器访问限制配置

    浏览器访问限制配置 user_agent收入的浏览器中,我们通过百度,谷歌很容易就可以查到相关的一些资料,方便了我们对知识的查找,但在某些特定情况下,我们并不希望有人可以通过某写搜索引擎直接访问到我们 ...