-
Posts
784 -
Joined
-
Last visited
-
Days Won
10
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by PJM_labview
-
I believe this this what you are looking for. Note: this is for labview 7.0. New classes have been introduced in 7.1, but the end result is similar. If people are interested, I can post the code for 7.1. PJM
-
Not quite, You can use the "strings[]" property on an enum in and idle (non running) VI. PJM
-
Attached is a "merged" version of both context menu tools. I kept the architecture developed by didierj because it was the more advanced (covering mouse and key events) and I integrate a lot of code from hfettig for using standard separators, symbols, disabled items, multi list column, side behaviors ... Everything is in LV7.0. Now, who is feeling like writing a LV6.1 version ? Note: the menu builder GUI remains to be done. Also, for Michael only , I fix a bunch of cosmetic issues. PJM Download File:post-121-1105386921.zip
-
Good one Michael, that guys is hilarious. Check this one. Download File:post-121-1103733275.zip
-
Increase Velocity, can't stop motor
PJM_labview replied to zeus224's topic in Application Design & Architecture
While I dont have an answer to your question, would you be so kind as to stop using caps when you are typing ? using capital letters "LIKE THIS" is considering shouting. Thank you PJM -
This is an intentional duplicate post from the Poll: NI Software Licensing thread Following is another official answer by NI:
-
Following is another official answer by NI:
-
Apparently, lycos drop out that campain. Lycos Pulls Anti-Spam 'Vigilante' Campaign PJM
-
This is really neat. I did not know about this. Now, we just need one that will do the same thing out c/cpp.h file :thumbup: Please, let us know when you are done "hacking" it PJM
-
:thumbup: This one has been on my "wanted" list too for years! Everyone that had to interface with a dll and manually enter all the datatype knows what a pain in the b...ehind it is :thumbdown: ! I am really looking forward to see your implementation. Why NI did not do such an utility, I really wonder... PJM
-
How do I get the property of Block Diagram
PJM_labview replied to Jimmy-Chen's topic in LabVIEW General
Didier pretty much sum it up for you guys, but if you do no wish to reinstall labview 7.0 to get at these primitives, check this post: Creating Property Nodes, How can I link them to controls? PJM -
Apparently this work very well. (too well) ? Anti-spam plan overwhelms sites PJM
-
Right click on the u32 (in the color array) and replace it by a color constant PJM
-
Koji Ohashi has a tiff library It supports on files in 8bit RGB or 8bit B&W Motorola byte order. You can download it from below. http://www.asahi-net.or.jp/~WR9K-OOHS/Pages/english.html File name is Red27(lv6).zip(528k). PJM
-
Congratulations Didier ! :thumbup:
-
What it mean is that if you copy the utility in LVROOT\Project\Tunnel_Wiring_Wizard.vi ; next time you restart labview it will shows up in under your tool menu (note: LVROOT is most of the time on windows machine C:\Program Files\National Instruments\LabVIEW x.x\) PJM
-
make current values default in exe doesn't work
PJM_labview replied to psychomanu's topic in LabVIEW General
Check the help window (or right click on the node and click on help for....) For every method property the help will tell you if the method/property is available in the run time engine. Example for the Make Current Values Default Method "Make Current Values Default Method Inherits from VI Methods. Changes the defaults of all controls on the front panel to be the current values. The following table lists the flags for this method. Is settable when the VI is running No Requires the block diagram to be loaded No Is available on local LabVIEW only No Requires the front panel to be loaded Yes Must wait until user interface is idle Yes Is available with control VIs No Is available with global VIs Yes Is available with strict type definitions No Is available with polymorphic VIs No :!: Available in Run-Time Engine No <------------- here " PJM -
Here you go PJM Download File:post-121-1097506860.llb
-
list directory : more flexible pattern wished
PJM_labview replied to psychomanu's topic in LabVIEW Feature Suggestions
Manu Check out OpenG.org and more specifically the OpenG Toolkit. You will find the following enhanced list directory SubVI. PJM -
Alex This is true, in edit mode you can not get as small as you want, but programmatically you can get very small. I had VI getting as small as 4x4 (this is 4 pixel by 4 pixel). I had not done this in 6.02, but I dont see why it should not work. PJM
-
Duplicating Property Node Properties
PJM_labview replied to Michael Aivaliotis's topic in VI Scripting
There are exposed properties nodes that allow copy and pasting anything (LV objects) to the clipboard. I have used them in the past and it work fairly well. The attached image show where they are located or how to "recreate them" . What I mean by recreate them, is that when you know there is a method Pnl:Select All, it does not take much guessing that there will be one call BDiag:Select All or Diag:Select All . Getting at it can be as simple as wiring the appropriate classe specifier to the porperty/method (and the property/method "morp" to the class and stay valid) or as complicated as regenerating the whole specifier constante class + property/method node, wire them together and set the property/method class name (all by scripting of course). :!: When you use these, watch out as it seem that there is no exposed scripting property for emptying the clipboard (which can be a pain). PJM -
About the clock: Post #21: this Thread About the pic: Art of Greg Martin More image in that style: Google for Digitalblasphemy
-
Novaclock So true Also, Mozilla Thunderbird (Firefox email client "companion") is worth checking out as well. PJM
-
Here is my work desktop (only 3 labview version in here) And here is the bare naked version of it PJM