I have encountered many problems in the process of using NI products for data collection. Among them, the way of data collection and storage is very important and related to the results of our experiments. LabVIEW provides three commonly used waveform data storage methods, namely bin, txt, and tdms. The first two types of data may be familiar to everyone and are easy to operate, but there will be some problems in the process of using these two types of data. As the amount of data you need to save increases, you will find that these two types of data require a lot of space, especially txt, which takes some time to open, which is not very convenient. I once wrote a data storage program that requires long-term detection of equipment. If you keep writing data in a file, it feels that the running speed of the program will decrease. Here I want to talk more about tdms, which is a data storage format that can be used by LabVIEW, Labwindows/CVI. For the same amount of data, tdms requires about half the space of bin, and it can also be very convenient to set various properties of the waveform like bin. For equipment that needs long-term detection, NI engineers have provided a programming method called data flow, which is very effective and convenient. The structure diagram of the program they provide is posted below. If you need it, you can contact me and learn from each other.
Keywords:LabVIEW
Reference address:The main data storage methods of LabVIEW
Previous article:Creating a DAQmx Task in LabVIEW 8.2
Next article:Labview Cluster
- Popular Resources
- Popular amplifiers
Recommended Content
Latest Test Measurement Articles
- New IsoVu™ Isolated Current Probes: Bringing a New Dimension to Current Measurements
- Modern manufacturing strategies drive continuous improvement in ICT online testing
- Methods for Correlation of Contact and Non-Contact Measurements
- Keysight Technologies Helps Samsung Electronics Successfully Validate FiRa® 2.0 Safe Distance Measurement Test Case
- From probes to power supplies, Tektronix is leading the way in comprehensive innovation in power electronics testing
- Seizing the Opportunities in the Chinese Application Market: NI's Challenges and Answers
- Tektronix Launches Breakthrough Power Measurement Tools to Accelerate Innovation as Global Electrification Accelerates
- Not all oscilloscopes are created equal: Why ADCs and low noise floor matter
- Enable TekHSI high-speed interface function to accelerate the remote transmission of waveform data
MoreSelected Circuit Diagrams
MorePopular Articles
- Intel promotes AI with multi-dimensional efforts in technology, application, and ecology
- ChinaJoy Qualcomm Snapdragon Theme Pavilion takes you to experience the new changes in digital entertainment in the 5G era
- Infineon's latest generation IGBT technology platform enables precise control of speed and position
- Two test methods for LED lighting life
- Don't Let Lightning Induced Surges Scare You
- Application of brushless motor controller ML4425/4426
- Easy identification of LED power supply quality
- World's first integrated photovoltaic solar system completed in Israel
- Sliding window mean filter for avr microcontroller AD conversion
- What does call mean in the detailed explanation of ABB robot programming instructions?
MoreDaily News
- 2024 China Automotive Charging and Battery Swapping Ecosystem Conference held in Taiyuan
- State-owned enterprises team up to invest in solid-state battery giant
- The evolution of electronic and electrical architecture is accelerating
- The first! National Automotive Chip Quality Inspection Center established
- BYD releases self-developed automotive chip using 4nm process, with a running score of up to 1.15 million
- GEODNET launches GEO-PULSE, a car GPS navigation device
- Should Chinese car companies develop their own high-computing chips?
- Infineon and Siemens combine embedded automotive software platform with microcontrollers to provide the necessary functions for next-generation SDVs
- Continental launches invisible biometric sensor display to monitor passengers' vital signs
- Another technical solution for power-type plug-in hybrid: A brief discussion on Volvo T8 plug-in hybrid technology
Guess you like
- 68HC05L16 (Microcontroller)
- Is HSPICE better or spectra?
- Examples of capacitor applications in power supply design (recommended for collection)
- Has anyone used Bosch's PM sensor?
- Detailed explanation | 4 main reasons for power module heating
- THGBMAG5A1JBAAR Where is this product used?
- [NXP Rapid IoT Review] +1. Unboxing and Getting to Know the Rapid IoT Kit
- Discrete components to build a transistor amplifier circuit, emitter follower circuit with suitable static operating point and wide input voltage range
- 【AT-START-F403A Review】3. Porting RTX operating system
- Problem with itoa function in embedded C language?