文件名称:Csharp_Lv
-
所属分类:
- 标签属性:
- 上传时间:2012-11-16
-
文件大小:75.28kb
-
已下载:0次
-
提 供 者:
-
相关连接:无下载说明:别用迅雷下载,失败请重下,重下不扣分!
介绍说明--下载内容来自于网络,使用问题请自行百度
C#调用LV做成的DLL
主要为Boolean、数值、字符串、路径、数组、VISA设置名称
Boolean可以用数值代替,false:0 ture:1
路径及VISA设备名称可以改为字符串型。
注意:可以将Lv的输出字符串定义为32位。
在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。
在定义函数参数时,注意Labview与C#的数据类型必须相同。
Csheap中的函数名称必须与Labview中的函数名称一致。否则Csheap报告“无法找到入口点”。函数中的参数可以不同。
例子:主程序CallLv.sln;LV库程序:lvllb.lvproj
-C# call DLL caused LV mainly Boolean, numerical, string, path, array, VISA set name in lieu of Boolean values can be used, false: 0 ture: 1 path and the name of VISA equipment could be converted to string type. Note: Lv output can be defined as a 32-bit string. Labview in the definition of the function, use the Standard Calling Conventions. Bass by value type are set to Value, string-type is set to C String Pointer. Function parameters in the definition, the attention of Labview and C# data types must be the same. Csheap in Labview function name must be consistent in the name of the function. Otherwise Csheap report " can not find entry point." Function of the parameters can be different. Example: the main program CallLv.sln LV Treasury program: lvllb.lvproj
主要为Boolean、数值、字符串、路径、数组、VISA设置名称
Boolean可以用数值代替,false:0 ture:1
路径及VISA设备名称可以改为字符串型。
注意:可以将Lv的输出字符串定义为32位。
在定义Labview的函数时,都使用Standard Calling Conventions。值型的Bass by都设置为Value,字符串型设置为C String Pointer。
在定义函数参数时,注意Labview与C#的数据类型必须相同。
Csheap中的函数名称必须与Labview中的函数名称一致。否则Csheap报告“无法找到入口点”。函数中的参数可以不同。
例子:主程序CallLv.sln;LV库程序:lvllb.lvproj
-C# call DLL caused LV mainly Boolean, numerical, string, path, array, VISA set name in lieu of Boolean values can be used, false: 0 ture: 1 path and the name of VISA equipment could be converted to string type. Note: Lv output can be defined as a 32-bit string. Labview in the definition of the function, use the Standard Calling Conventions. Bass by value type are set to Value, string-type is set to C String Pointer. Function parameters in the definition, the attention of Labview and C# data types must be the same. Csheap in Labview function name must be consistent in the name of the function. Otherwise Csheap report " can not find entry point." Function of the parameters can be different. Example: the main program CallLv.sln LV Treasury program: lvllb.lvproj
(系统自动生成,下载前可以参看下载内容)
下载文件列表
Csharp_Lv/CallLv.cs
Csharp_Lv/CallLv.csproj
Csharp_Lv/CallLv.Designer.cs
Csharp_Lv/CallLv.resx
Csharp_Lv/CallLv.sln
Csharp_Lv/CallLv.suo
Csharp_Lv/Program.cs
Csharp_Lv/readme.txt
Csharp_Lv/Properties/app.manifest
Csharp_Lv/Properties/AssemblyInfo.cs
Csharp_Lv/Properties/Resources.Designer.cs
Csharp_Lv/Properties/Resources.resx
Csharp_Lv/Properties/Settings.Designer.cs
Csharp_Lv/Properties/Settings.settings
Csharp_Lv/Properties
Csharp_Lv/obj/CallLv.csproj.FileList.txt
Csharp_Lv/obj/CallLv.csproj.FileListAbsolute.txt
Csharp_Lv/obj/Debug/CallLv.csproj.GenerateResource.Cache
Csharp_Lv/obj/Debug/CallLVdll.exe
Csharp_Lv/obj/Debug/CallLVdll.pdb
Csharp_Lv/obj/Debug/Cdll.CallLv.resources
Csharp_Lv/obj/Debug/Csharpdll.Properties.Resources.resources
Csharp_Lv/obj/Debug/ResolveAssemblyReference.cache
Csharp_Lv/obj/Debug/TempPE
Csharp_Lv/obj/Debug
Csharp_Lv/obj
Csharp_Lv/lv/lvdll.vi
Csharp_Lv/lv/lvllb.aliases
Csharp_Lv/lv/lvllb.lvproj
Csharp_Lv/lv
Csharp_Lv/bin/Debug/CallLVdll.exe
Csharp_Lv/bin/Debug/CallLVdll.ini
Csharp_Lv/bin/Debug/CallLVdll.pdb
Csharp_Lv/bin/Debug/lvlnk.aliases
Csharp_Lv/bin/Debug/lvlnk.dll
Csharp_Lv/bin/Debug/lvlnk.h
Csharp_Lv/bin/Debug/lvlnk.ini
Csharp_Lv/bin/Debug/lvlnk.lib
Csharp_Lv/bin/Debug/StringCharExch.dll
Csharp_Lv/bin/Debug/StringCharExch.pdb
Csharp_Lv/bin/Debug
Csharp_Lv/bin
Csharp_Lv
Csharp_Lv/CallLv.csproj
Csharp_Lv/CallLv.Designer.cs
Csharp_Lv/CallLv.resx
Csharp_Lv/CallLv.sln
Csharp_Lv/CallLv.suo
Csharp_Lv/Program.cs
Csharp_Lv/readme.txt
Csharp_Lv/Properties/app.manifest
Csharp_Lv/Properties/AssemblyInfo.cs
Csharp_Lv/Properties/Resources.Designer.cs
Csharp_Lv/Properties/Resources.resx
Csharp_Lv/Properties/Settings.Designer.cs
Csharp_Lv/Properties/Settings.settings
Csharp_Lv/Properties
Csharp_Lv/obj/CallLv.csproj.FileList.txt
Csharp_Lv/obj/CallLv.csproj.FileListAbsolute.txt
Csharp_Lv/obj/Debug/CallLv.csproj.GenerateResource.Cache
Csharp_Lv/obj/Debug/CallLVdll.exe
Csharp_Lv/obj/Debug/CallLVdll.pdb
Csharp_Lv/obj/Debug/Cdll.CallLv.resources
Csharp_Lv/obj/Debug/Csharpdll.Properties.Resources.resources
Csharp_Lv/obj/Debug/ResolveAssemblyReference.cache
Csharp_Lv/obj/Debug/TempPE
Csharp_Lv/obj/Debug
Csharp_Lv/obj
Csharp_Lv/lv/lvdll.vi
Csharp_Lv/lv/lvllb.aliases
Csharp_Lv/lv/lvllb.lvproj
Csharp_Lv/lv
Csharp_Lv/bin/Debug/CallLVdll.exe
Csharp_Lv/bin/Debug/CallLVdll.ini
Csharp_Lv/bin/Debug/CallLVdll.pdb
Csharp_Lv/bin/Debug/lvlnk.aliases
Csharp_Lv/bin/Debug/lvlnk.dll
Csharp_Lv/bin/Debug/lvlnk.h
Csharp_Lv/bin/Debug/lvlnk.ini
Csharp_Lv/bin/Debug/lvlnk.lib
Csharp_Lv/bin/Debug/StringCharExch.dll
Csharp_Lv/bin/Debug/StringCharExch.pdb
Csharp_Lv/bin/Debug
Csharp_Lv/bin
Csharp_Lv
本网站为编程资源及源代码搜集、介绍的搜索网站,版权归原作者所有! 粤ICP备11031372号
1999-2046 搜珍网 All Rights Reserved.