ABB i-bus EIB智能家居控制系统在从化别墅的应用

版权申诉
0 下载量 90 浏览量 更新于2024-07-03 收藏 1.37MB PPT 举报
"ABB_i-bus_EIB智能家居中的应用A方案.ppt" 该文档是关于ABB公司的i-bus EIB/KNX智能建筑控制系统在从化温泉养生谷别墅项目中的应用方案。ABB i-bus系统是一款先进的智能家居解决方案,旨在提供高度自动化、便捷且节能的生活环境。 1. 智能家居解决方案概述: ABB i-bus KNX系统是专为别墅型酒店设计的智能控制系统,它结合了高效能与舒适性。在从化别墅项目中,该系统被用于70栋独立别墅以及一个会所和幼儿园,总面积达13万多平方米。通过这个系统,别墅的室内装潢得以美化,减少了墙面的控制面板数量,提升了整体的视觉效果。 2. 系统优势: - **人性化的场景控制**: 允许住户根据需求轻松切换不同场景模式,如睡眠、娱乐等,提升居住体验。 - **安全控制**: 控制面板工作在24VDC低压,确保用户安全。 - **模块化设计**: 控制器便于维护和升级,适应未来技术变化。 - **集中管理**: 所有负载设备连接集中管理,优化酒店运营效率,提升服务档次。 - **节能高效**: 通过智能控制,实现对灯光、插座、电动窗帘、风机盘管等设备的高效能源管理。 3. 传统与智能控制对比: 传统酒店客房通常使用床头柜集中控制,包括电视插座、灯光、插座、电动窗帘、风机盘管温度、卫生间排风扇和总电源。而ABB i-bus系统则通过智能面板和总线通信实现这些功能的集成控制,减少了布线,提高了控制灵活性,同时增加了如电动窗控制等额外功能。 4. 系统组件: - **门廊智能面板**: 作为主要交互界面,集成多种控制功能。 - **灯光驱动器**: 控制房间照明,响应场景模式。 - **通用接口US/U2.2**: 提供与其他设备的接口连接。 - **i-bus总线**: 系统的核心通信平台。 - **24VDC电源**: 安全稳定的供电。 - **驱动器**: 用于控制电动窗帘、风机盘管温度等设备。 - **RS232接口**: 支持与外部设备的串行通信。 综上,ABB i-bus EIB/KNX智能控制系统为从化别墅提供了先进的自动化解决方案,不仅提升了生活品质,还增强了建筑的智能化程度和能源效率。

帮我优化一下这段代码(select uuid() as id , a.customerCode as customerCode , a.customerName as customerName , a.unifiedSocialCreditCode as unifiedSocialCreditCode , a.firstInsuranceCode as firstInsuranceCode , a.firstInsuranceName as firstInsuranceName , a.firstRiskCode as firstRiskCode , a.firstRiskName as firstRiskName , a.secondRiskCode as secondRiskCode, a.secondRiskName as secondRiskName, cast(a.secondRiskBasicScore as DECIMAL(6,2)) as secondRiskBasicScore , cast(a.secondRiskBasicScore as DECIMAL(6,2)) as secondRiskScore , to_date(date_add(now(),-1)) as createDate from ( select a.customerCode, a.customerName, a.unifiedSocialCreditCode,'ALL' AS firstInsuranceCode,'全险种' AS firstInsuranceName,c.firstRiskCode,c.firstRiskName,c.secondRiskCode,c.secondRiskName, sum((case when (a.POLICYSTATUS = 'A') then a.sumAssured when (a.POLICYSTATUS = 'B') then (a.PAYOUT+a.OUTSTANDING) else a.sumAssured end) / b.AllcustomersumAssured * c.secondRiskScore) as secondRiskBasicScore from ccic_fkyjrisk.FocusCustomerPolicyData a join ccic_fkyjrisk_orig.InsuranceProductGroup d on d.scoreCardType='0' and a.insuranceCode = d.insuranceCode join ccic_fkyjrisk.PolicyRiskSecondScore c on a.customerCode = c.customerCode and a.policycode=c.policycode and firstRiskCode = '002' join ccic_fkyjrisk.TargetcustomerRanking b on b.firstInsuranceCode ='ALL' and a.customerCode = b.customerCode where (case when (a.POLICYSTATUS = 'A') then a.sumAssured when (a.POLICYSTATUS = 'B') then (a.PAYOUT+a.OUTSTANDING) else a.sumAssured end)>0 and length(nvl(cast((case when (a.POLICYSTATUS = 'A') then a.sumAssured when (a.POLICYSTATUS = 'B') then (a.PAYOUT+a.OUTSTANDING) else a.sumAssured end) as string),''))>0 and (a.firstInsuranceName!='健康险' and a.insuranceCode not in('5IE','5VA','5XA','5XC','5XE','EFD','EFM','EFW','EGB','EGM', 'EGZ','EIA','EIB','EIE','EIF','EIH','EIZ','ERQ','ERW','ERY','ERZ','ESZ','ETB','ETC', 'ETR','ETX','ETZ','EVA','EVB','EXA','EXB','EXE','EYM','4DJ','EGD','5GD','ZCJ','ZCF') and a.secondInsuranceName not in('家庭财产保险','农业保险') and a.insuranceCode not like 'YEE%' and a.insuranceCode not like 'YAC%') group by a.customerCode, a.customerName, a.unifiedSocialCreditCode,c.firstRiskCode,c.firstRiskName,c.secondRiskCode,c.secondRiskName) a;)

2023-06-08 上传