huotom
Members-
Posts
46 -
Joined
-
Last visited
-
Days Won
2
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by huotom
-
-
- localization
- translation
-
(and 2 more)
Tagged with:
-
So glad to hear so many good news. And thanks.
-
Any updates?
-
Hi, ShaunR, I would like to suggest you to check the Disp Query Get Service.vi. There is a wire mistake when TCPIP open. And I think that you should add a case "GETSUBSCRIBE" in Dispatcher.vi. Because there is no handler for Dispatcher Query.vi(Get Subscribers). Also should add a vi to deal with it. Thanks.
-
Congratulation.
-
I think maybe it is available in the app's config file whose extensions is *.ini or *.aliases.
-
Sound Input read (DBL).vi - dll call hands in LV2011
huotom replied to MartinMcD's topic in LabVIEW General
Did you try the lvsound2.dll in labview8.2.1? You can use it in LV2010 (maybe LV2011 works) -
Sound Input read (DBL).vi - dll call hands in LV2011
huotom replied to MartinMcD's topic in LabVIEW General
Try to replay the lvsound2.dl with the same API at version 8.2.1. Good luck. -
Error occurs! LV could not find addons\_ICON Library\scripting\_icon_lib_scripting.lib.
-
I like it. And I can see the power of OOP.
-
Congratulations! And I have a baby at 21th, Jan, 2010. So happay!
-
GOOP Development Suite v3.5.1 for LV 2009
huotom replied to Jan Klasson's topic in Object-Oriented Programming
Anyone who can help me! -
GOOP Development Suite v3.5.1 for LV 2009
huotom replied to Jan Klasson's topic in Object-Oriented Programming
I accountered error when I'm using version 3.5.1. Please help me. And what's the problem? Thanks Tom -
Good idea, I will have a try.
-
How can I convert LVclass object to .NET object?
huotom replied to huotom's topic in Object-Oriented Programming
Thank you, Mark. In LV, we could get the property/member one by one, not all at one time. Otherwise, we can get all properties shown in a Property Grid in C# by giving the "Selected Object" a .net object. And I think Property Grid is a good partnerf for OOP. -
How can I convert LVclass object to .NET object?
huotom replied to huotom's topic in Object-Oriented Programming
Thanks a lot. I think there must be large differents between lvclass and .net or java class, although they are a bit similar. I want to use this method as I am interesting in the PropetyGrid in C# 3.5. In C# class, there is property except member or method which can be used for PropertyGrid~~ Oh, my god, I must write the propertyGrid in LV by myself now. -
Dear all, I meet some problems when I am using OOP in LabVIEW with .NET Container. How can I convert LVclass object to .NET object? In C#, we can show all the properties in Property Grid control. Now, if I want to show my lvclass object's properties in the Grid, how can I convert LVclass object to .NET object? I searched the functions inside LabVIEW but coult not find the properly one. The "To .NET Object" Vi dosen't support LVclass. Is there anyone who can help me? Thanks very much if you can give an example. I'm using a .Net container with a windows form 2.0->propertyGrid. The property being used is "selectedobject". We can get infomation about the PropertyGrid at MSDN. Thank you again.
-
using NI Vision development module 8.6.4 in Labview 2009
huotom replied to MViControl's topic in Machine Vision and Imaging
I think that maybe you havd installed other version of LabVIEW, such as LV8.6. Do you? -
diffrent of "property->Value" and "Local Variable"
huotom replied to MViControl's topic in LabVIEW General
I seldom use local variable except for path or boolean value because I'd like the error in/out cluster force execution order. -
aha, you can use Google search, or microsoft Bing.
-
Wow, that's what I want, and I'll install LV2009 now. Otherwise, I don't need f2 or fn, thanks.
-
Dear all, I change the Tab Control local variable with property node: Value, and it works. And I seldom use local variable except for Path or boolean value. PS: If we want the numeric value change event occures, we usually use the value(signal) property instead of value. Thanks. Tom.
-
The number format as Hex may be helpfulm, I think. If it is a string, I'm sorry that I don't know why. Tom.