Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design

Size: px
Start display at page:

Download "Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design"

Transcription

1 Application of Co-simulation Technology Based on LabVIEW and Multisim in Electronic Design Yuan Wang 1, *, Liangcheng Wang 1,Xiaolan Liu 2,3, *, Mi Zhou 1 1. School of Science and Technology, Sanya College, Sanya, China 2. College of Science, Sichuan University of Science and Engineering, Zigong, China 3. Sichuan Province University Key Laboratory of Bridge Non-destruction Detecting and Engineering Computing, Zigong, China Abstract: This paper introduce a virtual simulation technology based on the software of LabVIEW and Multisim, and applied it to the field of electronic design. The virtual simulation technology used the advantages of LabVIEW and Multisim, and greatly extended the applicable field and range of theirs. In addition, it made the simulation of the electronic design project that hard to be simulated become a reality, and could real-time transmitted the data that between the LabVIEW and Multisim, in order to achieved the real-time co-simulation. This virtual simulation technology simplifies the process of electronic design, and improve the efficiency of electronic design. These improvements for electronic design technology is very important. Keywords: co-simulation technology; LabVIEW; multisim; electronic design 1. Introduction Virtual simulation technology is the important breakthrough of electronic design automation which is including electronics manufacturing. Virtual simulation technology has changed the process of modern electronic design, also carries the responsibility to industrial production automation.[1-4] The virtual simulation software such as Multisim, Protues and LabVIEW are used for the design of electronic at present, but different virtual simulation software has its own advantages and disadvantages. Multisim is more suitable for analog electronic circuit simulation and testing, and Protues more suitable for simulation of digital electronic circuit, embedded system and so on.[5-8] But they didn't have the ability to control instruments and data processing. LabVIEW is more suitable for instrument control and data acquisition, storage, analysis and display, and other fields, but is no the function of the simulation circuit. Play to the advantages of various virtual simulation software to make up for the shortcoming of other software, can greatly simplify the process of electronic design, and improve the efficiency of electronic design. This paper introduce a virtual simulation technology based on the LabVIEW and Multisim,and the application in the electronic design process. This technology make the simulation of the electronic design project that hard to be simulated become a reality, and can real-time transmit the data that between the LabVIEW and Multisim, improve the efficiency of electronic design. 2. LabVIEW and multisim Laboratory Virtual Instrumentation Engineering Workbench(LabVIEW) is a graphical programming language developed by the U.S. national instrument company(ni), the biggest characteristic of it is using icon instead of textual lines. Compared with the traditional text programming language, LabVIEW using the data flow programming method, the data flow between the node of program block diagram determines the execution sequence of the program. LabVIEW is mainly used in the instrument control, data acquisition, data storage, data analysis and data display, and other fields. Multisim is a virtual simulation software used in circuit design and circuit functional test. Multisim can demonstrate and test various virtual electronic circuit, and has rich simulation analysis ability. Using Multisim and virtual instrument technology, can be done the complete integrated design process from theory to circuit simulation, and to the prototype design and testing. In electronic product design process, the advantage of the LabVIEW is that it can be designed the virtual instruments according to the actual needs, and used to generate, collection and processing all kinds of signals. And it has powerful data computing and processing functions, and the instrument interface is also very friendly and beautiful, but It can't simulation electronic circuit. Multisim can simulation and testing electronic circuit, but it can't to produce special signal such as non-sinusoidal periodic signal, and can't to special processing output signal such as conversion physical signal and electrical signal and judge the special status of the circuit. After bought by NI company, the performance of Multisim have the larger ascension. The biggest change of Multisim is the perfect combination with LabVIEW, make it has the following characteristics: Can according to demand to create instrument; all virtual signal can be output to the actual hardware circuit through the computer; all the result of hardware circuit can be processing and analysis back to the computer. Users can create the input instrument using to transmit data from Multisim to virtual instrument in LabVIEW, and the output instrument using to transmit data from virtual instrument in LabVIEW to Multisim. After the improvement, the function of data processing and data transmission between LabVIEW and Multisim got better, in order to achieve the real-time co-simulation. 3. Co-simulation technology In electronic design, there are have two virtual simulation methods based on LabVIEW and Multisim. One is call Multisim virtual instrument based on LabVIEW environment,and the other one is call LabVIEW virtual instrument based on Multisim environment.[9,10] The first method haved be detailed description in the literature[11], this paper detail description the LabVIEW virtual input instrument in the second method With the example "virtual oscilloscope". The LabVIEW virtual output instrument in the second method has the same steps. The interactive simulation features of Multisim are designed to help hardware designers gain a better understanding of circuit behavior. Since the quality of simulation results is highly dependent on the applied signals as well as the methods of analyzing and displaying simulation data, Multisim offers the possibility to implement and use custom instruments based on NI LabVIEW together with SPICE-based circuit, turning an ordinary schematic into a virtual prototype to help close the traditional the gap between design and test. User can connect to real-world signals from inside Multisim, output data to drive real-world circuitry, or display simulation data in a way more suitable to your needs. 3.1 System requirements The current version of Multisim is NI Multisim 12. This version of Multisim supports LabVIEW instruments created in LabVIEW 2010 and newer. Install the LabVIEW8.0 or above, and the NI LabVIEW-Multisim Co-simulation. Journal of Residuals Science & Technology, Vol. 13, No. 5,

2 3.2 Creating a new instrument Copy and rename a template project (1)Copy the folder...samples\labview Instruments\Templates\Input to a new directory. (2)Rename the folder..\input to..\oscilloscope. (3)Rename the file..\ oscilloscope \StarterInputInstrument.lvproj to oscilloscope.lvproj. (4)Double-click on..\ oscilloscope\oscilloscope.lvproj to open the project file in LabVIEW. (5)Right-click on the Starter Input Instrument.vit and select Save As. Follow the dialogs and rename the template to oscilloscope Instrument.vit. (6)Repeat the same process to rename Starter Input Instrument_multisimInformation.vi to oscilloscope Instrument_multisimInformation.vi. Note:Independent of the name choose for the sub VI, have to keep the extension "_multisiminformation.vi" to enable Multisim to load the instrument). (7)Save project. Do not delete any of the front panel controls or block diagram code. Everything the template comes with is required for communication between Multisim and an instrument based on LabVIEW Specify Interface Information (1)Double-click on open oscilloscope _multisiminformation.vi to open it. (2)Change to the block diagram of the VI, enter the following information: Instrument ID="oscilloscope", Display name="oscilloscope", Number of pins="5", Input pin names = "Input signal", "Output signal", "Input resistance signal", "Output resistance signal" and "Ground". (3)Save this VI and close the block diagram and front panel. Note: A valid instrument can have either input pins or output pins, but not both. If set number of input pins > 0 and number of output pins > 0, the instrument will not be treated as a valid LabVIEW/Multisim instrument. And if create an output instrument, fill in the appropriate values for number of output pins and output pin names Create Custom Instrument The front panel of the VI oscilloscope.vit will be the instrument interface a Multisim user sees and operates, the block diagram is where add the graphical code for instruments specific functionality. (1)Build the front panel of instrument such as the Figure 1. (2) Finish the block panel of instrument such as the Figure 2. Note: If create an output instrument, the process is very similar except that wire all data want to send to Multisim to control named Multisim output pins located in the case structure named Update Initial Output Data. (3)Build a Custom Instrument. Expand the build specifications and double-click on source distribution to open it. Select the category "Distribution Settings" change the distribution directory to...\ oscilloscope \Build\ oscilloscope.llb. Press the build button. Press done after the build process is completed. Save project and close LabVIEW Install and Use the Custom Instrument Figure. 1 The front panel of instrument. Everything need to use a custom instrument inside Multisim comes with the Multisim installer. If would like to share a new instrument with other Multisim users, just send the *.llb from project's..\build folder. Navigate to project's build folder "...\ oscilloscope \Build\" and copy the new instrument "oscilloscope.llb" to the LabVIEW instrument folder inside the Multisim installation directory... \lvinstruments\. Start Multisim, and access the new "oscilloscope" instrument from the LabVIEW category of the Multisim instrument toolbar or from the Simulate menu. Build a simple circuit to test the instrument's behavior, such as the Figure 3. Journal of Residuals Science & Technology, Vol. 13, No. 5,

3 Figure. 2 The block panel of instrument. 4.Application in electronic design 4.1 Call LabVIEW custom instrument based on multisim environment According to the needs of virtual simulation, using the virtual simulation technology, design the corresponding electronic circuit such as Figure 3 in Multisim. By calling the LabVIEW custom instrument oscilloscope, input signals into LabVIEW program. Analysis of the corresponding input signals on LabVIEW environment, and real-time display the results in the custom instrument on Multisim environment. Figure. 3 Test circuit of custom instrument. This circuit is a common-emitter transistor amplifier circuit, using this custom instrument oscilloscope could measuring signals in this circuit, include the input power signal, output signal, ground signal and the input resistance signal. Using input power signal and output signal could calculate the voltage amplification factor and the phase difference between the input signal and the output signal of this system, and using input power signal and input resistance signal could calculate the input resistance of this system. The result of the test is show in Figure 4. Input instruments continuously receive data from Multisim while the simulation is running. If plan to build or use instruments that connect to real-world I/O (for example, DAQ, GPIB, Serial, File, and so on) take into consideration that deal with simulation time (related to SPICE Tmax, complexity of your schematic, CPU speed, and so on) versus "real time." Output instruments cannot transfer data to Multisim while the simulation is running. So data acquisition, generation, and so on has to take place before start a SPICE simulation (for example, first record data with the microphone and than start the simulation). Journal of Residuals Science & Technology, Vol. 13, No. 5,

4 Figure. 4 Test result of custom instrument. The Multisim environment also have some custom input instruments and custom output instruments with some special functions designed by the engineers of NI company, user could using these custom instruments to extended application area of the Multisim. The Figure 5 and Figure 6 are show the example that call LabVIEW custom instrument "Signal Generator" to generator square wave signal based on Multisim environment. Using to call LabVIEW custom instrument based on Multisim environment, integrate the characteristics of LabVIEW and Multisim, realize the function and result of other virtual simulation software can't be realized. Figure. 5 LabVIEW custom instrument "Signal Generator". Figure. 6 Call LabVIEW custom instrument "Signal Generator" based on Multisim. 4.2 Call multisim custom instrument based on LabVIEW environment The method that call Multisim custom instrument based on LabVIEW environment haved be detailed description in the literature[11], this method is also widely applied to the process of electronic design. The method generates variable signals or variable circuit element parameters by LabVIEW, and to change the signal source or component parameters in the Multisim. Multisim real time simulation of the signal generated by the electronic circuit, and then back the signal to LabVIEW for processing, display and other operations. Journal of Residuals Science & Technology, Vol. 13, No. 5,

5 The Figure 7 is show the LabVIEW front program, LabVIEW block program and Multisim program of the "Anti theft system". Through the four switches action in LabVIEW program, to control the state of the four voltage controlled switches in Multisim, and change the distribution of voltage on the resistances to change the measured signal. The measured signal is transmitted back to LabVIEW, and the corresponding alarm result is displayed by analyzing the measured signal. The Figure 8 is show the LabVIEW front program, LabVIEW block program and Multisim program of the instantaneous power measurement system. Through to transmit the voltage signal and current signal from Multisim to LabVIEW, and calculate the corresponding instantaneous power real time in LabVIEW. (a) LabVIEW front program of the "Anti theft system". (b) LabVIEW block program of the "Anti theft system". (c) Multisim program of the "Anti theft system". Figure. 7 LabVIEW front program, block program and Multisim program of the "Anti theft system". As can be seen from the above examples, LabVIEW has obvious advantages in data analysis, processing and display, and the response of the circuit system to the signal is accomplished by Multisim. The above examples combining these two kinds of virtual simulation software to realize the combined simulation. Journal of Residuals Science & Technology, Vol. 13, No. 5,

6 (a) LabVIEW front program of the "Instantaneous power measurement system". (b) LabVIEW block program of the "Instantaneous power measurement system". 5. Conclusions (c) Multisim program of the "Instantaneous power measurement system". Figure. 8 LabVIEW front program, block program and Multisim program of the "Instantaneous power measurement system". This paper introduce a virtual simulation technology which is based on the LabVIEW and Multisim. The virtual simulation technology use the advantages of LabVIEW and Multisim, and greatly extend the applicable field and range of theirs. In addition,the virtual simulation technology make the simulation of the electronic design project that hard to be simulated become a reality, and can real-time transmit the data that between the LabVIEW and Multisim, in order to achieve the real-time co-simulation. The virtual simulation technology simplifies the process of electronic design, and improve the efficiency of electronic design. Acknowledgements The first author was supported in part by Scientific Research Fund of Hainan Province Education Department (Grant No. Hnjg2016ZD- 20), Natural Science Foundation of Hainan Province (Grant No ). The second author was partially supported by National Natural Science Foundation of China (Grant No ), Opening Project of Sichuan Province University Key Laboratory of Bridge Nondestruction Detecting and Engineering Computing (No. 2015QZJ01), Artificial Intelligence of Key Laboratory of Sichuan Province (No. 2015RZJ01), Scientific Research Fund of Sichuan Provincial Education Department(No. 14ZB0208 No. 16ZA0256), Scienti_c Research Fund of Sichuan University of Science and Engineering(No. 2014RC01 No. 2014RC03). The third author was supported in part by Natural Science Foundation of Hainan Province (Grant No ). Journal of Residuals Science & Technology, Vol. 13, No. 5,

7 References [1] F. A. Yao, L. Bian, C. S. Zhou. Research of teaching system of modernization, multiple stratification, modularization about practice teaching of electronic technique foundation. J. EEE, 2003,25(3), pp [2] Q. Y. Wei. Development of series compensation experimental platform based on LabVIEW and Multisim. Res. Exp. Lab., 2015,34(2), pp [3] Y. F. Gu, L. Li, P. Q. Cao. Study on the innovation of demandoriented personnel training mode. J. Hebei Soft. Inst., 2016,18(1), pp [4] J. W. Zhang. Application of Proteus in electronic experiment teaching. J. East Chin. Inst. Tech., 2013,32(4), pp [5] H. N. Zhang, F. Bai, L. Wang, P. Y. Wang, P. Suai, H. F. Zhang. Virtual simulation experiment based on multisim. Com. Dig. Eng ,44(9), pp [6] W. G. Wang. Thinking and suggestion on the construction of virtual simulation experiment teaching center. Lab. Res. Exp., 2013,32(12), pp [7] J. Liu, X. P. Yang, L. R. Lv. The application of Multisim11 in simulation of electronic technology experiment. Lab. Res. Exp., 2013, 32 (2), pp [8] Q. Miao, Z. Y. Yu, H. Q. Hou. Multisim simulation software in the application of high frequency electronic circuit teaching and research. Mod. Ele. Tech ,37(20), pp [9] Y. Wang, L. C. Wang, L. S. Wang. Application of the co-simulation method with two softwares in electronic teaching. J. EEE, 2016,38(3), pp [10] National Instruments. How to create a LabVIEW based virtual instrument for NI Multisim [11] H. S. Chen, F. Wang, X. Y. Guo, R. Deng, L. Chen. One co-simulation method of LabVIEW and Multisim. J. EEE, 2014,36(2), pp Journal of Residuals Science & Technology, Vol. 13, No. 5,

Research on function and design of virtual instrument based on LabVIEW Technology

Research on function and design of virtual instrument based on LabVIEW Technology Available online www.jocpr.com Journal of Chemical and Pharmaceutical Research, 2014, 6(6):1099-1104 Research Article ISSN : 0975-7384 CODEN(USA) : JCPRC5 Research on function and design of virtual instrument

More information

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c

Research of tooling test signal collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 5th International Conference on Information Engineering for Mechanics and Materials (ICIMM 2015) Research of tooling test collection and analysis Guozhuang Liang 1, a, Xuan Chen 1,b,Yufeng Yao 2,c 1 School

More information

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN

Design of Soybean Milk Machine Control System based on STC89C52. Ya-gang SUN, Yue ZHANG, Zhi-gang YANG, Rui-cheng ZHANG and Xiao-wei SHEN 2016 International Conference on Advanced Manufacture Technology and Industrial Application (AMTIA 2016) ISBN: 978-1-60595-387-8 Design of Soybean Milk Machine Control System based on STC89C52 Ya-gang

More information

Design and Application of the Visual Model Pool of Mechanical Parts based on Computer-Aided Technologies

Design and Application of the Visual Model Pool of Mechanical Parts based on Computer-Aided Technologies Design and Application of the Visual Model Pool of Mechanical Parts based on Computer-Aided Technologies Xiaoying Dong, Xia Ye, Qinxian Jiang, Xianghua Zhang and Wei Bi School of Mechanical and Automobile

More information

Using LabVIEW in Instrumentation and Control Course

Using LabVIEW in Instrumentation and Control Course Session 1559 Using LabVIEW in Instrumentation and Control Course Chong Chen Department of Engineering Technology and Industrial Studies Middle Tennessee State University Murfreesboro, TN 37132 Abstract

More information

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,*

The Design of Electronic Color Screen Based on Proteus Visual Designer Ting-Yu HOU 1,a, Hao LIU 2,b,* 2016 Joint International Conference on Service Science, Management and Engineering (SSME 2016) and International Conference on Information Science and Technology (IST 2016) ISBN: 978-1-60595-379-3 The

More information

Serial Communication Based on LabVIEW for the Development of an ECG Monitor

Serial Communication Based on LabVIEW for the Development of an ECG Monitor Advanced Materials Research Online: 2013-08-16 ISSN: 1662-8985, Vols. 734-737, pp 3003-3006 doi:10.4028/www.scientific.net/amr.734-737.3003 2013 Trans Tech Publications, Switzerland Serial Communication

More information

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT

SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT SYSTEM OF PREVIEW AND DETECTION BASED ON NETWORK VIRTUAL EXPERIMENT 1 BANGLI SHI, 2 YI YANG, 3 PENG XU 1,3 Lecturer, 2 Assoc. Prof., College of Electronic Information and Automation, Chongqing University

More information

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware.

Qingdao, , China. China. Keywords: Deep sea Ultrahigh pressure, Water sound acquisition, LabVIEW, NI PXle hardware. 2016 International Conference on Control and Automation (ICCA 2016) ISBN: 978-1-60595-329-8 Research and Design on Water Sound Acquisition System of Deep Sea Ultrahigh Pressure Environment Gang TONG 1,

More information

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW

Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW Speed Control of A DC Motor Through Temperature Variation Using NI ELVIS LabVIEW 1 Y Madhusudhan Reddy, 2 Shaik Abdul Rahim, 3 J Leela Mahendra Kumar 1,2,3 Dept. of EIE, RGM Engineering College, Nandyal,

More information

Design and Research of Adaptive Filter Based on LabVIEW

Design and Research of Adaptive Filter Based on LabVIEW Sensors & ransducers, Vol. 158, Issue 11, November 2013, pp. 363-368 Sensors & ransducers 2013 by IFSA http://www.sensorsportal.com Design and Research of Adaptive Filter Based on LabVIEW Peng ZHOU, Gang

More information

Torque Sensor Data Acquisition System of Motor Test Bench. Based on LabVIEW

Torque Sensor Data Acquisition System of Motor Test Bench. Based on LabVIEW International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 4 Issue 6 ǁ June. 2016 ǁ PP. 01-06 Torque Sensor Data Acquisition System of

More information

Design of Virtual Multimeter Based on VIIS-EM Platform

Design of Virtual Multimeter Based on VIIS-EM Platform Design of Virtual Multimeter Based on VIIS-EM Platform Zhengling Wu 1, Haiyan Wu 2 1 College of information and control engineering, Jilin Institute of Chemical Technology, Jilin, Jilin 132022, PR China;

More information

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech

BE/EE189 Design and Construction of Biodevices Lecture 5. BE/EE189 Design and Construction of Biodevices - Caltech BE/EE189 Design and Construction of Biodevices Lecture 5 LabVIEW Programming Data acquisition DAQ system Signals and signal conditioning Nyquist frequency NI ELVIS II NI-DAQmx and DAQ assistant LabVIEW

More information

A liquid level control system based on LabVIEW and MATLAB hybrid programming

A liquid level control system based on LabVIEW and MATLAB hybrid programming 2nd Annual International Conference on Electronics, Electrical Engineering and Information Science (EEEIS 2016) A liquid level control system based on LabVIEW and MATLAB hybrid programming Zhen Li, Ping

More information

Intelligent Pressure Measuring System

Intelligent Pressure Measuring System Available Online at www.ijcsmc.com International Journal of Computer Science and Mobile Computing A Monthly Journal of Computer Science and Information Technology ISSN 2320 088X IJCSMC, Vol. 3, Issue.

More information

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM)

Agilent 3630A Triple DC Power Supply. Agilent 34401A Digital Multimeter (DMM) Agilent E3630A Triple DC Power Supply and Agilent 34401A Digital Multimeter (DMM) Agilent 3630A Triple DC Power Supply The DC power supply used in this lab is the Agilent E3630A Triple DC power supply.

More information

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni.

LabVIEW Core 1. What You Need To Get Started. File Locations. The course installer places the course files in the following location: ni. LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual (online) LabVIEW Core 1 Exercise Manual (online) LabVIEW Core 1 Course CD (preloaded on S Share) Multifunction DAQ device File Locations

More information

Strain and Force Measurement

Strain and Force Measurement NORTHEASTERN UNIVERSITY DEPARTMENT OF MECHANICAL, INDUSTRIAL AND MANUFACTURING ENGINEERING MIMU 0-MEASUREMENT AND ANALYSIS Strain and Force Measurement OBJECTIVES The primary objective of this experiment

More information

Design and Implementation of Computer Room Management System in University

Design and Implementation of Computer Room Management System in University Design and Implementation of Computer Room Management System in University YOUwen Zhang, Dong Kang* {Zhangyouwen521@163.com} HaiNan college of Economics and Business Haikou 571127, China Abstract. With

More information

PHY 351/651 LABORATORY 1 Introduction to LabVIEW

PHY 351/651 LABORATORY 1 Introduction to LabVIEW PHY 351/651 LABORATORY 1 Introduction to LabVIEW Introduction Generally speaking, modern data acquisition systems include four basic stages 1 : o o A sensor (or transducer) circuit that transforms a physical

More information

Research Article. ISSN (Print) *Corresponding author Chen Hao

Research Article. ISSN (Print) *Corresponding author Chen Hao Scholars Journal of Engineering and Technology (SJET) Sch. J. Eng. Tech., 215; 3(6):645-65 Scholars Academic and Scientific Publisher (An International Publisher for Academic and Scientific Resources)

More information

The Design and Development of the Precision Planter Sowing Depth Control System

The Design and Development of the Precision Planter Sowing Depth Control System Sensors & Transducers 2014 by IFSA Publishing, S. L. http://www.sensorsportal.com The Design and Development of the Precision Planter Sowing Depth Control System 1 Liping WEN, 2 Xiongfei FAN, 1 Zhao LIU,

More information

Research of digital temperature measurement system in vacuum thermal test based on DS18B20

Research of digital temperature measurement system in vacuum thermal test based on DS18B20 Research of digital temperature measurement system in vacuum thermal test based on DS18B20 Zhu Xi, An Wangqing, Liu Chang, Li ZhenWei and Liu Zeyuan Beijing Institute of Spacecraft Environment Engineering,

More information

Data Acquisition Laboratory

Data Acquisition Laboratory Session 2559 Data Acquisition Laboratory Asad Yousuf Savannah State University Abstract The essential element to automate your system for data collection and analysis is termed as the data acquisition.

More information

Temperature Control System of Cold Storage

Temperature Control System of Cold Storage International Conference on Electromechanical Control Technology and Transportation (ICECTT 2015) Temperature Control System of Cold Storage Ting Lu 1 and Zeliang Liu 2 School of Electronic Engineering,

More information

Design of analog acquisition and storage system about airborne flight data recorder

Design of analog acquisition and storage system about airborne flight data recorder 3rd International Conference on Mechatronics, Robotics and Automation (ICMRA 2015) Design of analog acquisition and storage system about airborne flight data recorder Changyou Li 1, a, Pengfei Sun 1, b

More information

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model

Quality Assessment of Power Dispatching Data Based on Improved Cloud Model Quality Assessment of Power Dispatching Based on Improved Cloud Model Zhaoyang Qu, Shaohua Zhou *. School of Information Engineering, Northeast Electric Power University, Jilin, China Abstract. This paper

More information

Research and Design of Universal Proportional Valve Controller

Research and Design of Universal Proportional Valve Controller Open Access Library Journal 2018, Volume 5, e4588 ISSN Online: 2333-9721 ISSN Print: 2333-9705 Research and Design of Universal Proportional Valve Controller Qiyu Zhang, Xiaoxiao Cao, Minghai Duan, Xiaohui

More information

Design and Implementation of Aquarium Remote Automation Monitoring and Control System

Design and Implementation of Aquarium Remote Automation Monitoring and Control System Design and Implementation of Aquarium Remote Automation Monitoring and Control System Yinchi Ma 1,2,* and Wen Ding 1,2 1 Beijing Fisheries Research Institute, Beijing, 100068, China 2 National Engineering

More information

Improving Prototype Validation with NI Multisim and LabVIEW. Bhavesh Mistry, Product Manager National Instruments

Improving Prototype Validation with NI Multisim and LabVIEW. Bhavesh Mistry, Product Manager National Instruments Improving Prototype Validation with NI Multisim and LabVIEW Bhavesh Mistry, Product Manager National Instruments bhavesh.mistry@ni.com 1 Modern Design Having to Do More Time to market continues to shrink

More information

Preliminary Research on Distributed Cluster Monitoring of G/S Model

Preliminary Research on Distributed Cluster Monitoring of G/S Model Available online at www.sciencedirect.com Physics Procedia 25 (2012 ) 860 867 2012 International Conference on Solid State Devices and Materials Science Preliminary Research on Distributed Cluster Monitoring

More information

Research on the New Power Quality Online Monitoring and Analysis System Design Based on the LABview Mengmei Ren1, a

Research on the New Power Quality Online Monitoring and Analysis System Design Based on the LABview Mengmei Ren1, a 6th International Conference on Machinery, Materials, Environment, Biotechnology and Computer (MMEBC 2016) Research on the New Power Quality Online Monitoring and Analysis System Design Based on the LABview

More information

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment

ni.com/training Quizzes LabVIEW Core 1 ni.com/training Courses Skills learned: LabVIEW environment Certifications Skills tested: LabVIEW environment LabVIEW Core 1 What You Need To Get Started LabVIEW Core 1 Course Manual LabVIEW Core 1 Exercise Manual LabVIEW Core 1 Course CD Multifunction DAQ device GPIB interface DAQ Signal Accessory, wires, and

More information

EE 100 DMM and DC Power Supply LabVIEW Experiment Guide

EE 100 DMM and DC Power Supply LabVIEW Experiment Guide 1. Objectives EE 100 DMM and DC Power Supply LabVIEW Experiment Guide The purpose of this experiment is to show you how to interface your DMM and DC Power Supply to LabVIEW. I. World of LabVIEW LabVIEW

More information

Design of New Oscillograph based on FPGA

Design of New Oscillograph based on FPGA Available online at www.sciencedirect.com Procedia Engineering 23 (2011) 60 64 Design of New Oscillograph based on FPGA Hu Haoran,ZHANG Fei School of Computer & Information, Anqing Teachers College, Anqing

More information

The data acquisition components, and their relationship to each other, are shown below.

The data acquisition components, and their relationship to each other, are shown below. Data acquisition system Part (1) Digital inputs output and counter You can think of a data acquisition system as a collection of software and hardware that connects you to the physical world. A typical

More information

Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW

Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW Research of Measurement and Control System for Hydro-mechanical CVT Test Bench Based on LabVIEW 1 Liyou Xu, 2 Min Zhang, 3 Zhili Zhou, 4 Zongjian Liu 1 Vehicle & Motive Power Engineering College, Henan

More information

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2

The Application of Programmable Controller to Chip Design. Shihong Lan 1, Jian Zhang 2 Applied Mechanics and Materials Online: 2013-01-11 ISSN: 1662-7482, Vol. 273, pp 722-725 doi:10.4028/www.scientific.net/amm.273.722 2013 Trans Tech Publications, Switzerland The Application of Programmable

More information

Design of Coal Mine Power Supply Monitoring System

Design of Coal Mine Power Supply Monitoring System 2nd International Conference on Electronics, Network and Computer Engineering (ICENCE 2016) Design of Coal Mine Power Supply Monitoring System Lei Shi 1, Guo Jin 2 and Jun Xu 3 1 2 Department of electronic

More information

TECH 3821 Lab #2 Relay Driver with Computer Control

TECH 3821 Lab #2 Relay Driver with Computer Control TECH 3821 Lab #2 Relay Driver with Computer Control Name: Background: One of the most basic controls in industry is the ability to turn things on and off. As we saw in Lab #1, a relay is often used to

More information

Research on Design and Application of Computer Database Quality Evaluation Model

Research on Design and Application of Computer Database Quality Evaluation Model Research on Design and Application of Computer Database Quality Evaluation Model Abstract Hong Li, Hui Ge Shihezi Radio and TV University, Shihezi 832000, China Computer data quality evaluation is the

More information

Virtual Simulation of Seismic Forward Data Processing Based on LabVIEW

Virtual Simulation of Seismic Forward Data Processing Based on LabVIEW Open Journal of Yangtze Gas and Oil, 2017, 2, 1-9 http://www.scirp.org/journal/ojogas ISSN Online: 2473-1900 ISSN Print: 2473-1889 Virtual Simulation of Seismic Forward Data Processing Based on LabVIEW

More information

Real Time Data Acquisition and Home Parameters Monitoring using LabVIEW

Real Time Data Acquisition and Home Parameters Monitoring using LabVIEW Real Time Data Acquisition and Home Parameters Monitoring using LabVIEW Mr.Rajesh R. Karhe S.G.D.College of Engineering Mr.C.S.Patil S.G.D.College of Engineering Mr. Mahesh S. Patil Govt.College of Engineering

More information

Battery Energy Storage System Information Modeling Based on IEC 61850

Battery Energy Storage System Information Modeling Based on IEC 61850 Journal of Power and Energy Engineering, 2014, 2, 233-238 Published Online April 2014 in SciRes. http://www.scirp.org/journal/jpee http://dx.doi.org/10.4236/jpee.2014.24033 Battery Energy Storage System

More information

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a

Research on Computer Network Virtual Laboratory based on ASP.NET. JIA Xuebin 1, a International Conference on Advances in Mechanical Engineering and Industrial Informatics (AMEII 2015) Research on Computer Network Virtual Laboratory based on ASP.NET JIA Xuebin 1, a 1 Department of Computer,

More information

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory

Dept. of Electrical, Computer and Biomedical Engineering. Instrumentation for the data acquisition laboratory Dept. of Electrical, Computer and Biomedical Engineering Instrumentation for the data acquisition laboratory Purpose of the lab activity Design and make simple systems for data acquisition from detectors,

More information

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules

Design of Substation and Distribution Station Monitoring System Based on DELPHI and Intelligent Modules Journal of Information Hiding and Multimedia Signal Processing c 2016 ISSN 2073-4212 Ubiquitous International Volume 7, Number 4, July 2016 Design of Substation and Distribution Station Monitoring System

More information

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015)

International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) International Conference on Information Sciences, Machinery, Materials and Energy (ICISMME 2015) ARINC - 429 airborne communications transceiver system based on FPGA implementation Liu Hao 1,Gu Cao 2,MA

More information

Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW

Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW Teaching Computer-Based Data Acquisition and Analysis Research Skills Using LabVIEW OUTLINE: John Essick Reed College Reed Advanced Laboratory LabVIEW-Based Instruction Required Cost and Time for Instruction

More information

Published in A R DIGITECH

Published in A R DIGITECH DC Motor Parameter Measurement and Testing By using LabVIEW KOR HARSHAL RAMESH *1, BHARATI KAJAL BALASAHEB*2, HURPADE SANTOSH NAMDEO*3 *1(B.E Student S.N.D College of Engineering Yeola) *2(B.E Student

More information

Realization of Network Measurement of PPT Sensor Through Computer Serial Ports

Realization of Network Measurement of PPT Sensor Through Computer Serial Ports Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Realization of Network Measurement of PPT Sensor Through Computer Serial Ports 1 Shuyu Zhou, 2 Geng Zhang, 3 Jia Li 1, 2, 3 Chongqing Technology

More information

Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition

Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition Zigbee Wireless Sensor Network Nodes Deployment Strategy for Digital Agricultural Data Acquisition Xinjian Xiang 1,* and Xiaoqing Guo 2 1 School of Automation and Electrical Engineering, Zhejiang University

More information

Hole repair algorithm in hybrid sensor networks

Hole repair algorithm in hybrid sensor networks Advances in Engineering Research (AER), volume 116 International Conference on Communication and Electronic Information Engineering (CEIE 2016) Hole repair algorithm in hybrid sensor networks Jian Liu1,

More information

Design of Liquid Level Control System Based on Simulink and PLC

Design of Liquid Level Control System Based on Simulink and PLC 2017 3rd International Symposium on Mechatronics and Industrial Informatics (ISMII 2017) ISBN: 978-1-60595-501-8 Design of Liquid Level Control System Based on Simulink and PLC Xiuwei FU 1,a, Ying QI 2,b

More information

Linear Control Systems LABORATORY

Linear Control Systems LABORATORY Islamic University Of Gaza Faculty of Engineering Electrical Engineering Department Linear Control Systems LABORATORY Prepared By: Eng. Adham Maher Abu Shamla Under Supervision: Dr. Basil Hamed Experiments

More information

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation

Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation MATEC Web of Conferences 55, 03001 () DOI: 10.1051/ matecconf/5503001 Lightning Protection Performance Assessment of Transmission Line Based on ATP model Automatic Generation Luo Hanwu 1, Li Mengke 1,

More information

Converter station water-cooled pump vibration monitoring and. condition assessment system based on LabVIEW

Converter station water-cooled pump vibration monitoring and. condition assessment system based on LabVIEW International Journal of Research in Engineering and Science (IJRES) ISSN (Online): 2320-9364, ISSN (Print): 2320-9356 Volume 3 Issue 5 ǁ May 2015 ǁ PP.08-13 Converter station water-cooled pump vibration

More information

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research

Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for the Intelligent Protection Center Research 2016 International Conference on Material Science and Civil Engineering (MSCE 2016) ISBN: 978-1-60595-378-6 Recovering the Communication of Power System Protection Quickly Via ZigBee Wireless Network for

More information

An Agricultural Tri-dimensional Pollution Data Management Platform based on DNDC Model

An Agricultural Tri-dimensional Pollution Data Management Platform based on DNDC Model An Agricultural Tri-dimensional Pollution Data Management Platform based on DNDC Model Lihua Jiang 1,2, Wensheng Wang 1,2, Xiaorong Yang 1,2, Nengfu Xie 1,2, Youping Cheng 3 1 Agriculture Information Institute,

More information

Where to Start with NI ELVIS

Where to Start with NI ELVIS Where to Start with NI ELVIS Conventions The National Instruments Educational Laboratory Virtual Instrumentation Suite (NI ELVIS) is a LabVIEW-based design and prototyping environment for university science

More information

THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY RESEARCH OF THE ANTI-AIR FIRE BASED ON THE GENETIC ALGORITHM. Received January 2011; revised May 2011

THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY RESEARCH OF THE ANTI-AIR FIRE BASED ON THE GENETIC ALGORITHM. Received January 2011; revised May 2011 International Journal of Innovative Computing, Information and Control ICIC International c 2012 ISSN 1349-4198 Volume 8, Number 4, April 2012 pp. 2803 2810 THE MULTI-TARGET FIRE DISTRIBUTION STRATEGY

More information

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e*

AN WIRELESS COLLECTION AND MONITORING SYSTEM DESIGN BASED ON ARDUINO. Lu Shaokun 1,e* Advanced Materials Research Online: 2014-06-25 ISSN: 1662-8985, Vols. 971-973, pp 1076-1080 doi:10.4028/www.scientific.net/amr.971-973.1076 2014 Trans Tech Publications, Switzerland AN WIRELESS COLLECTION

More information

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c

Research Of Data Model In Engineering Flight Simulation Platform Based On Meta-Data Liu Jinxin 1,a, Xu Hong 1,b, Shen Weiqun 2,c Applied Mechanics and Materials Online: 2013-06-13 ISSN: 1662-7482, Vols. 325-326, pp 1750-1753 doi:10.4028/www.scientific.net/amm.325-326.1750 2013 Trans Tech Publications, Switzerland Research Of Data

More information

Building Energy Saving Configuration Software Data Processing System

Building Energy Saving Configuration Software Data Processing System 2017 3rd International Conference on Electronic Information Technology and Intellectualization (ICEITI 2017) ISBN: 978-1-60595-512-4 Building Energy Saving Configuration Software Data Processing System

More information

Design of Digital Voltmeter for Microcontrollers

Design of Digital Voltmeter for Microcontrollers Design of Digital Voltmeter for Microcontrollers Kaikai Liu a, Enpeng Fu b, Ying Wang c and Shaoxin Feng d Shandong University of Science and Technology, Qingdao 266590, China. a17171689507@163.com, b

More information

Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction

Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction Experiment 1 Electrical Circuits Simulation using Multisim Electronics Workbench: An Introduction Simulation is a mathematical way of emulating the behavior of a circuit. With simulation, you can determine

More information

Intelligent Three-dimensional Layout Design of Video Cameras in Substations

Intelligent Three-dimensional Layout Design of Video Cameras in Substations 6th International Conference on Electronic, Mechanical, Information and Management (EMIM 2016) Intelligent Three-dimensional Layout Design of Video Cameras in Substations Zhengwei Chang1, a * and Xiaona

More information

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,* International Conference on Computational Science and Engineering (ICCSE 2015) Design of Greenhouse Temperature and Humidity Monitoring System Based on ZIGBEE Technique Ming Xin 1,a, Wei Zhongshan 1,b,*

More information

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao

The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM. Lijun Gao 2nd International Conference on Electrical, Computer Engineering and Electronics (ICECEE 2015) The Design of Embedded Remote Intelligent Automotive Monitoring System based on GSM Lijun Gao Beijing Information

More information

KEY TECHNOLOGY DESIGN OF VIRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION- AMPLIFIER BASED ON FPGA AND DSP

KEY TECHNOLOGY DESIGN OF VIRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION- AMPLIFIER BASED ON FPGA AND DSP Key Technology Design of irtual Instrument for Fault Detection on Analog Integrated Operation-amplifier KEY TECHNOLOGY DESIGN OF IRTUAL INSTRUMENT FOR FAULT DETECTION ON ANALOGUE INTEGRATED OPERATION-

More information

Measurement & Automation Explorer (MAX) View and control your devices and software

Measurement & Automation Explorer (MAX) View and control your devices and software 1. Labview basics virtual instruments, data flow, palettes 2. Structures for, while, case,... editing techniques 3. Controls&Indicators arrays, clusters, charts, graphs 4. Additional lecture State machines,

More information

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit

Engineering Project-I. Module 1: Familiarization of LabVIEW and the Vernier Toolkit Engineering Project-I Module 1: Familiarization of LabVIEW and the Vernier Toolkit PREPARED BY Academic Services Unit January 2012 Applied Technology High Schools, 2012 Module 1: Familiarization of LabVIEW

More information

DATASOCKET TECHNOLOGY AND ITS APPLICATION IN EQUIPMENT REMOTE CONDITION MONITORING AND FAULT DIAGNOSIS

DATASOCKET TECHNOLOGY AND ITS APPLICATION IN EQUIPMENT REMOTE CONDITION MONITORING AND FAULT DIAGNOSIS INTERNATIONAL JOURNAL ON SMART SENSING AND INTELLIGENT SYSTEMS VOL. 9, NO. 2, JUNE 2016 DATASOCKET TECHNOLOGY AND ITS APPLICATION IN EQUIPMENT REMOTE CONDITION MONITORING AND FAULT DIAGNOSIS Wu Tao, Liu

More information

An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model

An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model An Agricultural Tri-dimensional Pollution Data Management Platform Based on DNDC Model Lihua Jiang 1,2, Wensheng Wang 1,2, Xiaorong Yang 1,2, Nengfu Xie 1,2, and Youping Cheng 3 1 Agriculture Information

More information

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application

Efficient Path Finding Method Based Evaluation Function in Large Scene Online Games and Its Application Journal of Information Hiding and Multimedia Signal Processing c 2017 ISSN 2073-4212 Ubiquitous International Volume 8, Number 3, May 2017 Efficient Path Finding Method Based Evaluation Function in Large

More information

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center

Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center International Conference on Energy, Power and Electrical Engineering (EPEE 2016) Application and Research of Integrated Information Exchange System Between Substation and Dispatch Center Ning Jiang1, Lin

More information

The Study on Paper Board Thickness Measurement by Using Data Fusion

The Study on Paper Board Thickness Measurement by Using Data Fusion The Study on Paper Board Thickness Measurement by Using Data Fusion Lianhua Hu 1, Xin ping Li 1,2, Wei Tang 1, Qinghong Liu 3 1 School of Light Industry and Energy Shaanxi University of Science & Technology

More information

Design of Centralized Remote-reading Meter System and Intelligent Network Water Meter

Design of Centralized Remote-reading Meter System and Intelligent Network Water Meter International Conference on Mechatronics, Electronic, Industrial and Control Engineering (MEIC 2014) Design of Centralized Remote-reading Meter System and Intelligent etwork Water Meter Chuanfeng Li lichuanfeng@sina.com

More information

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer

Research on Mine Gas Monitoring System Based on Single-chip Microcomputer 2018 2nd International Conference on Systems, Computing, and Applications (SYSTCA 2018) Research on Mine Gas Monitoring System Based on Single-chip Microcomputer Shusen Meng Jiangsu Vocational Institute

More information

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2

Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang Tang 1, Huichun Peng 2 International Conference on Automation, Mechanical Control and Computational Engineering (AMCCE 2015) Test Analysis of Serial Communication Extension in Mobile Nodes of Participatory Sensing System Xinqiang

More information

UNIVERSITY OF CALIFORNIA BERKELEY Department of Electrical Engineering and Computer Sciences. B. E. BOSER Oscilloscopes EECS 100

UNIVERSITY OF CALIFORNIA BERKELEY Department of Electrical Engineering and Computer Sciences. B. E. BOSER Oscilloscopes EECS 100 UNIVERSITY OF CALIFORNIA BERKELEY Department of Electrical Engineering and Computer Sciences B. E. BOSER Oscilloscopes EECS 100 Multimeters are convenient to check supply voltages and currents, bias levels,

More information

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm

Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Framework Research on Privacy Protection of PHR Owners in Medical Cloud System Based on Aggregation Key Encryption Algorithm Huiqi Zhao 1,2,3, Yinglong Wang 2,3*, Minglei Shu 2,3 1 Department of Information

More information

Power Load Forecasting Based on ABC-SA Neural Network Model

Power Load Forecasting Based on ABC-SA Neural Network Model Power Load Forecasting Based on ABC-SA Neural Network Model Weihua Pan, Xinhui Wang College of Control and Computer Engineering, North China Electric Power University, Baoding, Hebei 071000, China. 1471647206@qq.com

More information

Development of remote control software for multiformat test signal generator

Development of remote control software for multiformat test signal generator Development of remote control software for multiformat test signal generator Yang Gao 1,*, Jiefeng Liu 1 1 Commuication University of China, School of Science and Technology, Beijing, China Abstract. The

More information

Design of Campus one-finger Service System Based on Fingerprint Identification

Design of Campus one-finger Service System Based on Fingerprint Identification Design of Campus one-finger Service System Based on Fingerprint Identification Shouxi Zhu Aviation Information Technology R&D Center Binzhou University Binzhou, China Wenlai Ma Flying College of Binzhou

More information

Information Push Service of University Library in Network and Information Age

Information Push Service of University Library in Network and Information Age 2013 International Conference on Advances in Social Science, Humanities, and Management (ASSHM 2013) Information Push Service of University Library in Network and Information Age Song Deng 1 and Jun Wang

More information

On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network

On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network 1288 JOURNAL OF SOFTWARE, VOL. 9, NO. 5, MAY 2014 On the Expansion of Access Bandwidth of Manufacturing Cloud Core Network Hongyao Ju Zhejiang Textile & Fashion College, NingBo 315211, P.R.China Email:

More information

Design of Intelligent System for Watering Flowers Based on IOT

Design of Intelligent System for Watering Flowers Based on IOT 4th International Conference on Computer, Mechatronics, Control and Electronic Engineering (ICCMCEE 2015) Design of Intelligent System for Watering Flowers Based on IOT Hong-Jun GU a, Shi-Dong Zhu, Yan-Fen

More information

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM

THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM THE APPLICATION OF EMBEDDED TECHNOLOGY IN NC SYSTEM Yong Yin^ Zude Zhou\ Quan Liu^ Fangmin Li^ Yihong Long^ ^School of Information Engineering, Wuhan University of Technology; Email: yiyng_hust@j26. com

More information

Advanced NI-DAQmx Programming Techniques with LabVIEW

Advanced NI-DAQmx Programming Techniques with LabVIEW Advanced NI-DAQmx Programming Techniques with LabVIEW Agenda Understanding Your Hardware Data Acquisition Systems Data Acquisition Device Subsystems Advanced Programming with NI-DAQmx Understanding Your

More information

Introduction to National Instruments LabVIEW and Data Acquisition (DAQ)

Introduction to National Instruments LabVIEW and Data Acquisition (DAQ) Introduction to National Instruments LabVIEW and Data Acquisition (DAQ) Danial J. Neebel, Joseph R. Blandino, and David J. Lawrence, College of Integrated Science and Technology James Madison University

More information

A Design of Remote Monitoring System based on 3G and Internet Technology

A Design of Remote Monitoring System based on 3G and Internet Technology National Conference on Information Technology and Computer Science (CITCS 2012) A Design of Remote Monitoring System based on 3G and Internet Technology Shouxian WEN Lei XU Xingguo SUN Xiaohui LI* Abstract

More information

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2

Research on the Application of Digital Images Based on the Computer Graphics. Jing Li 1, Bin Hu 2 Applied Mechanics and Materials Online: 2014-05-23 ISSN: 1662-7482, Vols. 556-562, pp 4998-5002 doi:10.4028/www.scientific.net/amm.556-562.4998 2014 Trans Tech Publications, Switzerland Research on the

More information

NI mydaq HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics

NI mydaq HANS-PETTER HALVORSEN, Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics Telemark University College Department of Electrical Engineering, Information Technology and Cybernetics NI mydaq HANS-PETTER HALVORSEN, 2012.01.20 Faculty of Technology, Postboks 203, Kjølnes ring 56,

More information

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System

Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Design and Implementation of Real-Time Data Exchange Software of Maneuverable Command Automation System Shi Chuan, Zhang Yang and Zhou Yuefei 1 Introduction Command automation system provides an effective

More information

Construction and Application of Cloud Data Center in University

Construction and Application of Cloud Data Center in University International Conference on Logistics Engineering, Management and Computer Science (LEMCS 2014) Construction and Application of Cloud Data Center in University Hong Chai Institute of Railway Technology,

More information

Lab 4 - Data Acquisition

Lab 4 - Data Acquisition Lab 4 - Data Acquisition 1/13 Lab 4 - Data Acquisition Report A short report is due at 8:00 AM on the Thursday of the next week of classes after you complete this lab. This short report does NOT need to

More information

Design of the Power Online Monitoring System Based on LabVIEW

Design of the Power Online Monitoring System Based on LabVIEW Sensors & Transducers 2013 by IFSA http://www.sensorsportal.com Design of the Power Online Monitoring System Based on LabVIEW 1,2 Jianmin WANG, 1 Gongfa LI, 1 Dawei TAN, 1 Dan MENG, 2 Yao LI, 2 Jinhui

More information

Design of the Control System for Step Motor Based on MCU

Design of the Control System for Step Motor Based on MCU Send Orders for Reprints to reprints@benthamscience.ae 1044 The Open Automation and Control Systems Journal, 2015, 7, 1044-1050 Design of the Control System for Step Motor Based on MCU Open Access Liu

More information