虫虫首页| 资源下载| 资源专辑| 精品软件
登录| 注册

industrial-standard

  • FactoryIO_Template

    Util para programar en plc SIEMENS enlazado con FactoryI/OFactory I/O es un software para automatización en tiempo real donde se puede construir y simular sistemas industriales y utilizarlos con las tecnologías de automatización más comunes. Esta simulación es totalmente interactiva e incluye gráficos de alta calidad y sonido, proporcionando un entorno realista industrial.Factory I/O utiliza una tecnología innovadora que permite una creación fácil y rápida de los sistemas industriales en 3D con solo arrastrar y soltar. Cualquiera de los sistemas construidos se pueden controlar en tiempo real mediante la conexión de Factory I/O y equipos externos como PLC´s, microcontroladores, FPGA, etc.Factory I/O es una valiosa herramienta de enseñanza para la formación de futuros técnicos e ingenieros en varios programas y cursos tales como automatización industrial, Mecatrónica, Ingeniería Eléctrica, Ingeniería Mecánica, Instrumentación y muchos más.Plantillas para Tia PortalTenga en cuenta que debe utilizar un proyecto de plantilla de TIA Portal al conectarse a S7-PLCSIM v13-16. La E / S de Factory IO no podrá comunicarse con S7-PLCSIM de lo contrario.

    标签: factoryio SIEMENS

    上传时间: 2022-01-30

    上传用户:

  • The C++ Programming Language第四版

     Extensively rewritten to present the C++11 language, standard library, and key design techniques as an integrated whole, Stroustrup thoroughly addresses changes that make C++11 feel like a whole new language, offering definitive guidance for leveraging its improvements in performance, reliability, and clarity. C++ programmers around the world recognize Bjarne Stoustrup as the go-to expert for the absolutely authoritative and exceptionally useful information they need to write outstanding C++ programs. Now, as C++11 compilers arrive and development organizations migrate to the new standard, they know exactly where to turn once more: Stoustrup's C++ Programming Language, Fourth Edition.Bjarne Stroustrup是C++的设计师和最早的实现者,也是《C++程序设计语言》、《带标注的C++参考手册》和《C++语言的设计与演化》的作者。他从丹麦Aarhus大学和英国牛津大学毕业,现在是AT&T大规模程序设计研究部的负责人,AT&T特别成员,AT&T贝尔实验室特别成员,以及ACM特别成员。Stroustrup的研究兴趣包括分布式系统、操作系统、模拟、设计和程序设计。他也是Addison·Wesley的C++In-Depth系列书籍的编辑。

    标签: C++

    上传时间: 2022-02-01

    上传用户:

  • PW2601_2.0.pdf规格书下载

    The PW2601 is a charger front-end integrated circuit designed to provide protection to Li-ionbatteries from failures of charging circuitry. The device monitors the input voltage, battery voltageand the charging current to make sure all three parameters are operated in normal range. Thedevice will switch off internal MOSFET to disconnect IN to OUT to protect load when any of inputvoltage, output current exceeds the threshold. The Over temperature protection (OTP) functionmonitors chip temperature to protect the device. The PW2601 also can protect the system’sbattery from being over charged by monitors the battery voltage continuously. The deviceoperates like a linear regulator, maintaining a 5.1V output with input voltages up to the input overvoltage threshold.The PW2601 is available in DFN-2x2-8L package. Standard products are Pb-free and Halogenfree

    标签: pw2601

    上传时间: 2022-02-11

    上传用户:

  • PW2162_2.0.pdf规格书下载

    The PW2162 is a fully integrated, high– efficiency 2A synchronous rectified step-down converter.The PW2162 operates at high efficiency over a wide output current load range. This device offerstwo operation modes, PWM control and PFM Mode switching control, which allows a high efficiencyover the wider range of the load. The PW2162 requires a minimum number of readily availablestandard external components and is available in an 6-pin SOT23 ROHS compliant package.

    标签: pw2162

    上传时间: 2022-02-11

    上传用户:d1997wayne

  • 基于LabVIEW2012 FPGA模式的数据采集和存储系统

    基于LabVIEW2012FPGA模式的数据采集和存储系统摘 要:为了提高数据采集系统精度,减少开发成本,提高开发效率,基于LabVIEW虚拟仪器开发工具研究并设计了一 种数据采集系统。该系统采用FPGA编程模式和网络流技术实现大批量数据实时传输,并对数据进行分析处理和存储。系 统硬件采用美国NI实时控制器CRIO⁃9025,实现16路数据可靠采集与存储。实验仿真及实际运行结果表明该数据采集系 统能够精确地对数据进行实时采集以及分析处理,达到了项目要求。 关键词:FPGA;FIFO;网络流;数据采集系统;SQL数据库 中图分类号:TN98⁃34 文献标识码:A 文章编号:1004⁃373X(2014)14⁃0142⁃04 Data acquisition and storage system based on LabVIEW 2012FPGA pattern WANG Shu⁃dong1,2 ,WEI Kong⁃zhen1 ,LI Xiao⁃pei1 (1. College of Electrical and Information Engineering,Lanzhou University of Technology,Lanzhou 730050,China; 2. Gansu Key Laboratory for Advanced Industrial Process Control,Lanzhou 730050,China)

    标签: labview fpga 数据采集

    上传时间: 2022-02-18

    上传用户:

  • 高清电子书-C++ Primer Plus 第6版英文版 1438页

    高清电子书-C++ Primer Plus, 第6版英文版 1438页Learning C++ is an adventure of discovery, particularly because the language accommodates several programming paradigms, including object-oriented programming, generic programming, and the traditional procedural programming.The fifth edition of this book described the language as set forth in the ISO C++ standards, informally known as C++99 and C++03, or, sometimes as C++99/03. (The 2003 version was largely a technical correction to the 1999 standard and didn’t add any new features.) Since then, C++ continues to evolve.As this book is written, the international C++ Standards Committee has just approved a new version of the standard.This standard had the informal name of C++0x while in development, and now it will be known as C++11. Most contemporary compilers support C++99/03 quite well, and most of the examples in this book comply with that standard. But many features of the new standard already have appeared in some implementations, and this edition of C++ Primer Plus explores these new features. C++ Primer Plus discusses the basic C language and presents C++ features, making this book self-contained. It presents C++ fundamentals and illustrates them with short, to-the-point programs that are easy to copy and experiment with.You learn about input/output (I/O), how to make programs perform repetitive tasks and make choices, the many ways to handle data, and how to use functions.You learn about the many features C++ has added to C, including the followi

    标签: C++

    上传时间: 2022-02-19

    上传用户:trh505

  • S32K1xx Series Reference Manual 用户手册--2029页

    S32K1xx Series Reference Manual 用户手册--2029页 Supports S32K116, S32K118, S32K142, S32K144, S32K146, and S32K148S32K是一款符合AEC-Q100规范、基于32位ARM Cortex-M4F和Cortex-M0+内核的MCU,适用于通用汽车和高可靠性工业应用。The S32K1xx product series further extends the highly scalable portfolio of Arm® Cortex®-M0+/M4F MCUs in the automotive industry. It builds on the legacy of the KEA series, while introducing higher memory options alongside a richer peripheral set extending capability into a variety of automotive applications. With a 2.70–5.5 V supply and focus on automotive environment robustness, the S32K product series devices are well suited to a wide range of applications in electrically harsh environments, and are optimized for cost-sensitive applications offering low pin-count options. The S32K product series offers a broad range of memory, peripherals, and package options. It shares common peripherals and pin counts, allowing developers to migrate easily within an MCU family or among the MCU families to take advantage of more memory or feature integration. This scalability allows developers to use the S32K product series as the standard for their end product platforms, maximizing hardware and software reuse and reducing time to market

    标签: S32K116 S32K118 S32K142 S32K144

    上传时间: 2022-04-16

    上传用户:jason_vip1

  • 一种新的电磁阀节能驱动电路

    随着电磁阀在工业和日常应用的增多,其功耗越来越被人们所重视。通过对电磁阀驱动电路的研究,设计一套电磁阀节能驱动电路。不仅提高了电磁阀的响应时间,更重要的是降低了功耗,使电磁阀由工作在大电流状态下,变成大电流启动小电流维持的工作状态。减少了由电流过大引起的电磁阀线圈过热,增加了电磁阀的安全性。The power consumption of an electromagnetic valve is drawing increasingly more attentiori as it is widely used in industrial production and daily life. In this study, an energy - saving driving circuit of electromagnetic valves was designed. It can make an electromagnetic valve to start with a high current while work with a low current; thereby the power consumption can be reduced. Besides, it can shorten the response time of an electromagnetic valve and improve the security of the valve.

    标签: 电磁阀 节能驱动电路

    上传时间: 2022-04-16

    上传用户:

  • 915MHz超高频RFID阅读器射频前端电路设计

    为了提高超高频RFID系统中阅读器在低信噪比的情况下仍具有较高的识别能力,提出一种基于FPGA系统结合软件无线电方法实现超高频RFID射频前端电路方案。超高频射频识别系统必须符合EPC Class 1generation 2标准,所设计的电路系统以Xilinx公司的XC6SLX16-2CSG324FPGA芯片为硬件基础,将数字基带调制解调和中频滤波电路在FPGA系统中设计实现,重点阐述了射频前端电路的设计结构、AD/DA转换电路,以及数字滤波器的设计。实验结果表明,所设计的超高频RFID阅读器简化了前端电路系统结构,提升了稳定性,增强了抗干扰能力。该电路系统在信噪比较低的情况下,能够较好地实现915MHz频率的射频接收和发送。In order to improve the reader UHF RFID system still has a higher ability to identify,in the case of low signal-to-noise ratio.The UHF RFID systems must comply with EPC Class 1 generation 2 standard.In this paper,the design of the circuit system based on Xilinx's XC6SLX16-2CSG324 FPGA chip,and presents UHF RFID RF front-end circuit with software radio based on FPGA system.Digital baseband modem and IF filter circuit is designed and implemented in the FPGA system,and focused on designing the structure of the RF front-end circuit,AD/DA conversion circuits,and digital filter.Experimental results show that the UHF RFID reader de...

    标签: 915mhz 超高频 rfid 阅读 射频 前端 电路 设计

    上传时间: 2022-04-17

    上传用户:shjgzh

  • IEC 61000-4-2-2018

    INTERNATIONAL STANDARD NORME INTERNATIONALEPart 4-2: Testing and measurement techniques – Electrostatic discharge immunity test.About the IEC The International Electrotechnical Commission (IEC) is the leading global organization that prepares and publishes International Standards for all electrical, electronic and related technologies.About IEC publications The technical content of IEC publications is kept under constant review by the IEC. Please make sure that you have the latest edition, a corrigenda or an amendment might have been published.

    标签: IEC

    上传时间: 2022-04-19

    上传用户:fliang