搜索资源列表
102
- 数制变换及计数仿真 模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数
Array--String
- 在Labview中字符串的创建,输入控件,字符串的显示,及字符串与数值等的转换-Create a string in Labview, input controls, display the string, and the string and numeric conversions, etc.
jiecheng
- 实现数值间的转换和显示,以及图形界面实时显示-To achieve conversion between the values and display, and a graphic interface, real-time display
UART-char-to-int
- 通过下位机RS232发过来的十六进制数,可以通过这个子VI转换为数值变量进行计算。-Through a machine under the hexadecimal number of RS232, can through the subvi converted into numerical variables to calculate.
changcode_array
- 将一个二进制的消息代码转换成一个数值型数组。-Converts a binary code into a numeric message array.
LED
- 模拟十进制数到二进制数的转换过程,以LED来模拟各个二进制位,并能以动画方式模拟计数的过程。 选择手动方式时,将8个LED变成滑动条中数字的二进制(基数2)表示。例如,如果滑动条设置为数字10(在二进制中表示为00001010=(23)+(21)), LED的1和3点亮,其他LED为熄灭。 选择自动方式时,滑动条自动进行加1操作,实现0到255的循环计数;同时8个LED会实时显示滑动条数值所对应二进制数值。当滑动条大于255时,自动回0并重新由0开始计数。 -Analog dec
LabVIEW_Data_type_conversion
- 在使用LabVIEW编程过程中,已有的数据类型不能满足我们进一步处理的需要,常常需要对数据类型进行转换。比如不同表示法的数值类型之间转换,或是将数据转换为字符串,以及与时间表示相关的转换等。本课程主要从不同数值表示、数值与字符串、数值与布尔类型、与时间相关以及变体类型转换五个方面介绍LabVIEW中数据类型的转换方法。-Using LabVIEW programming process, the existing data types can not meet the needs of our
datachange_array-in-rule
- 格式转换:下位机发送的是32位无符号数据,上位机接收后都转换为字符串,并且高低位交换。辨识数据:转换后需要对数据进行辨识处理,下位机发送数据时加标签位(32位),构成标签+数值+标签+数值这样的格式。标签是1到56,标识56变量。也就是说如果下位机给每个变量赋值1,那么经过数据转换后的交换字112131415161718191101111121131141……,当然1到56不会安顺序发送-Format Conversion: lower machine to send a 32-bit unsi
trial
- 可读取串口数据并显示在波形图上,然而并没有数组来储存数据,数据直接转换为数值后显示于波形图。-Serial data can be read and displayed on the waveform, but not the array to store data.
wqe
- 字符串数组到数值型数组-参考,labview格式转换-An array of strings to numeric array- reference, labview format conversion
int16-to-hex-string
- 16位整形数值转换为16进制字符串,可用于串口通讯时的数据类型转换。-int16 to hex string
Time-stamp-to-DBL
- labview里自带数值转成时间数据,但没有将时间数据转换成数值型的方法,此vi就是这个作用,方便保存时间数据等。-Time stamp convert to DBL