Location:
Search - ascii labview
Search list
Description: National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.
LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc.
Platform: |
Size: 3347 |
Author: aprist |
Hits:
Description: National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension .lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.
LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc. -National Instruments LabView software has a native file format called LabView Measurement File (LVM, extension. Lvm). This m-file, lvm_import.m, reads LVM files and imports the data into the MATLAB workspace.LVM is an ascii text file format, and the data can be imported into MATLAB using the built-in import.m function. However, import.m has some limitations: it cannot handle multi-part LVM files, and it does not return the contents of the file and section headers. lvm_import.m handles all types of LVM files, and returns specific information such as date, time, data column names, etc.
Platform: |
Size: 3072 |
Author: aprist |
Hits:
Description: 各种串口操作变换方法,均为LabView的VI格式,直接打开使用-Transform a variety of serial operation, the VI are LabView format, directly open to use
Platform: |
Size: 331776 |
Author: zhanghl |
Hits:
Description: labview程序:十六进制数转ASCII码-labview program: the number of hexadecimal to ASCII code
Platform: |
Size: 14336 |
Author: 辛方 |
Hits:
Description: labview程序:ASCII码转十六进制数,非常实用的程序-labview procedures: ASCII code to hexadecimal number, a very useful procedure
Platform: |
Size: 7168 |
Author: 辛方 |
Hits:
Description: 这是一个温度计和PC机通信的例子,源码里面的可以实现像示波器一样显示温度的波形,最主要的就是格式转换,在文件夹:将收到的ASCII转换成相应的数据这个文件夹里边。调试通过了的。-This is a thermometer and PC communication examples, source code can be achieved inside the same temperature as the oscilloscope waveform, the most important is the format conversion, in the folder: to be received into the corresponding ASCII data inside this folder . Debug through it.
Platform: |
Size: 72704 |
Author: leedong |
Hits:
Description: 这是一个温度计和PC机通信的例子源码,主程序为:文件夹\cpubbs_temperature_pc\receiver_temp_2.vi里面的可以实现像示波器一样显示温度的波形,最主要的就是格式转换,在文件夹:将收到的ASCII转换成相应的数据这个文件夹里边。调试通过了的。-This is a thermometer, and examples of PC communication source, the main program is: folder \ cpubbs_temperature_pc \ receiver_temp_2.vi which can achieve the same temperature as the oscilloscope waveform, the most important is the format conversion, in the folder: will close to convert the corresponding ASCII data inside this folder. Debug through it.
Platform: |
Size: 74752 |
Author: leedong |
Hits:
Description: Labview串口只能接受和传递ASCII码,因此你在使用的时候得先把它们转换为ASCII码才行.-Labview serial port can only receive and impart ASCII codes, so you use the time to first convert them to ASCII codes Cai Xing.
Platform: |
Size: 198656 |
Author: 张飞 |
Hits:
Description: labview里实现字符串与ASCII转换-labview in achieving a string with ASCII conversion
Platform: |
Size: 4096 |
Author: 李龙 |
Hits:
Description: 改程序完成一个字符串转化为ASCII码的功能-Change the program to complete a string into ASCII code function
Platform: |
Size: 6144 |
Author: simith |
Hits:
Description: 利用labview将字符串转换成ASCII码类型的程序,可用于模仿学习。-Using the labview will string converted into ASCII type of program for imitation study.
Platform: |
Size: 19456 |
Author: 阿飞 |
Hits:
Description: 利用labview将数值型数据转换成ASCII类型数据的程序,可用于模仿学习。-Using numeric data labview will convert ASCII type data process, can be used for imitation study.
Platform: |
Size: 14336 |
Author: 阿飞 |
Hits:
Description: LABVIEW串口程序汇总。包括ascii转为10进制2、ascii转为10进制 1、byte array、rs232、串口波形、串口数据转换、读取GPS串口等。-LABVIEW serial rollup. Including ascii to decimal 2, ascii to decimal 1, byte array, rs232, serial waveform, serial data conversion, read the GPS serial port and so on.
Platform: |
Size: 651264 |
Author: halbert |
Hits:
Description: THIS EXAPMLE TO USE MDOBUS LIB WITH LABVIEW
` MODBUS RTU ,ascii
-THIS IS EXAPMLE TO USE MDOBUS LIB WITH LABVIEW
` MODBUS RTU ,ascii
Platform: |
Size: 18432 |
Author: cf45re |
Hits:
Description: 使用labview提取字符串的字符,使无符号位用八进制表示-The use of LabVIEW extracted from a string of characters, the sign bit in octal representation
Platform: |
Size: 4096 |
Author: 清风 |
Hits:
Description: 在LabVIEW5.1 平台上开发了软X射线磁性圆二色(SXMCD)实验站的数据采集和控制程序。友好、清晰的人机界面使得用户可以很快使用该程序。用户的界面分为3 个部分:仪器参数设置、初始值输入和实验数据曲线的实时显示。最后实验数据可以存为标准的ASCII 字符文件,从而可为其它专业处理软件所调用。-Developed the experimental station of the soft X-ray magnetic circular dichroism (SXMCD) data acquisition and control program on in LabVIEW5.1 platforms. Friendly, clear interface makes the user can use the program soon. The curve of the real-time display of the user interface is divided into three parts: the instrument parameter settings, the initial value of the input and the experimental data. Finally, experimental data can be saved as a standard ASCII characters in the file, which can be called for other professional processing software.
Platform: |
Size: 257024 |
Author: iwregister |
Hits:
Description: 利用Labview CVI编写ASCII码转换的源程序-Use Labview CVI write ASCII code conversion of the source
Platform: |
Size: 1024 |
Author: 章鱼 |
Hits:
Description: labview 字符到ASCII码转换程序-labview characters into ASCII code conversion process
Platform: |
Size: 4096 |
Author: jef |
Hits:
Description: 在LabVIEW中如何实现十六进制和ASCII之间的转换-hex to ASCII in labview
Platform: |
Size: 23552 |
Author: shanlanxin |
Hits:
Description: 十六进制字符串转ASCII;
ASCII码字符串转十六进制字符串,(It has two programs, including HEX string and ASCII string convertation.
Hex string converts to ASCII.
ASCII string converts to Hex string.)
Platform: |
Size: 25600 |
Author: dorislu
|
Hits: