-
Posts
835 -
Joined
-
Last visited
-
Days Won
49
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by MikaelH
-
I don't agree , LabVIEW's OO is almost perfect, if we just had native interface, it would be perfect.
-
When I like to run things in different thread, and don’t like to make a fixed amount of while loops on my diagram. I use Active Objects. I’ve created a demo application that does exactly what your Java Code is doing. To be able to do this quick I use GDS which will make 80% of the code for me. Cheers, Mike Threads.zip
-
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
You can easily do this yourself by modifying the class templates located in this folder: LabVIEW 20XX\resource\Framework\Providers\XXXXXXXXX\ClassProviders\Provider_EndevoGOOP400\Templates In the latest release on OpenGDS, I have fixed this in the utility VI: LabVIEW 20XX\vi.lib\addons\GOOPUtility\GOOPUtil_IsValidReference.vi -
From the album: Icons
http://opengds.github.io/ -
Excellent work, thanks.
- 60 replies
-
- ni week 2014
- ni week
-
(and 2 more)
Tagged with:
-
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
Absolutely, but if you want to make it a Generic VI, it’s a bit harder. But if you don’t mind adding a VI like that in all your classes, that would be the easiest way. -
You can always check out NI's GDS. Look in VI: C:\Program Files (x86)\National Instruments\LabVIEW 20xx\resource\Framework\Providers\Symbio_GDS\ClassProviders\Provider_LvNativeClass\ClassWriterNative_class\CreateMethod.vi
-
Thanks Mark. We count on you as always.
-
Darren, can you make a 2012 version f this?
-
Can the VI Recovery Dialog Be Suppressed?
MikaelH replied to hfettig's topic in Development Environment (IDE)
If I can't solve it easy, I just create a small Autoit(www.autoitscript.com) application, that always runs and closes any unwanted dialog boxes. -
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
Sorry I just saw that I use my own dialog VI, in the Door,Fan and Light classes. Replace the VI: LcDialog_AutoSizeDialog.vi, with a single One utton Dialog. The VIs you need to update are: GarageDoor_classOpen.vi Close.vi Light_classOn.vi Off.vi CeilingFan_classSetSpeed.vi -
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
-
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
-
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
I'm working on it, you can try this solution, it looks likes it works in 2012 at least. But I'm not sure if it should work, we better ask NI. Make sure you convert the number string to U32, not I32 that is the default Cheers, Mike -
A class questions about my system
MikaelH replied to Maxwell_Peng's topic in Object-Oriented Programming
If you are new to OO, NI's GOOP Development tool, will make life easier fot you, BTW it's free. Check out the videos at the community page to see if this tool is for you. https://decibel.ni.com/content/message/44088#44088 -
"Rebundling" into class private data.
MikaelH replied to GregFreeman's topic in Object-Oriented Programming
Awesome. -
GOOP Development Suite v4.5 is released
MikaelH replied to spdavids's topic in Object-Oriented Programming
What class type are you using? If it's a GOOP3 type, you can use the Utility VIs (under Addons->GOOP Utility) GOOPUtil_IsValidReference.vi -
NI is uploading projects to GitHUB, so the LV community can help out in development. The GOOP Development Suite will be one of the first projects they will try out. I hope many of you will help NI, to make this product better. http://vishots.com/category/live/ http://youtu.be/abXD7M7-Y1Q
-
Try this Data.vi
-
Changing colors in a specific part of image
MikaelH replied to wewtalaga's topic in Machine Vision and Imaging