
Mikkel
Members-
Posts
74 -
Joined
-
Last visited
Content Type
Profiles
Forums
Downloads
Gallery
Everything posted by Mikkel
-
QUOTE(Aristos Queue @ Mar 29 2007, 04:16 AM) Hey, thats cheating -Mikkel
-
QUOTE(Ben @ Mar 27 2007, 10:14 PM) Hmm? http://forums.lavag.org/index.php?act=attach&type=post&id=5321''>http://forums.lavag.org/index.php?act=attach&type=post&id=5321'>http://forums.lavag.org/index.php?act=attach&type=post&id=5321 (well, allmost anyway...)
-
I'm addicted to these VI's....
Mikkel replied to BrokenArrow's topic in Application Design & Architecture
QUOTE(BrokenArrow @ Mar 27 2007, 03:57 AM) Why are you not using the button with 'Mechanical Action' set to 'Latch When Pressed', as far as I can tell, this would provide the same functionallity (if I understood the above correctly)? -Mikkel -
QUOTE(lraynal @ Mar 26 2007, 03:42 PM) Yep!
-
QUOTE(Nullllll @ Mar 26 2007, 03:16 PM) Yes. Use a case with '0..51' and '52..500' in the selector. -Mikkel
-
QUOTE(Mike Ashe @ Mar 24 2007, 06:43 PM) I think http://ars.userfriendly.org/cartoons/?id=20041130' target="_blank">this link is in order.... -Mikkel
-
QUOTE(BrokenArrow @ Mar 23 2007, 07:51 PM) It changed in LV8.0 - here is an older thread on this subject: http://forums.lavag.org/index.php?showtopic=3079''>http://forums.lavag.org/index.php?showtopic=3079' target="_blank">http://forums.lavag.org/index.php?showtopic=3079 I remember myself going nuts trying to find it for the first time in LV8 -Mikkel
-
QUOTE(BrokenArrow @ Mar 23 2007, 06:39 PM) Create a new property node, rightclick it, select 'Link to' -> 'Pane'. Click this property node, find 'Origin' and be happy -Mikkel
-
QUOTE(orko @ Mar 17 2007, 11:30 PM) It's nice to hear, that you can use this for something I mostly made it as an experiment to see if I could get ID3Lib to work with LabVIEW... I've updated the download, as the original one had a memory leak in the demo vi (if you make a new tag, you better delete it afterwards, else you are leaking tags). Congrats on your hecto-post! -Mikkel
-
QUOTE(orko @ Mar 12 2007, 06:15 AM)
-
Timestamp to String Different Between RT and Windows
Mikkel replied to Jeff Plotzke's topic in Real-Time
QUOTE(Jeff Plotzke @ Mar 16 2007, 05:38 AM) If you use 'Format Date/Time String' with the 'UTC format' set to true, the string output will be universal time (UT), and should be comparable between systems - but then you will not get 'real' time for your current location (unless of course your location is in the UT timezone). -Mikkel -
QUOTE(mballa @ Mar 15 2007, 03:40 PM) Yes, this is one way of handling it. I may be overoptimizing, but calling a sub-VI every iteration of a loop to find out if the loop should terminate just feels wrong -Mikkel
-
I may be misunderstanding your question (if so, please correct me) but: You can use 'File Dialog' (*) component on the 'File I/O / Advanced File Functions' pallette - set the 'pattern (all files)' input to the string "*.png" to only show png files, set the 'start path' input to the path to your picture folder. In the LabVIEW Exampe Finder there are a lot of examples using file functions under 'Fundamentals / File Input and Output'. -Mikkel (*) Why this has to be an Express VI is beyond me, I hate it. :headbang:
-
QUOTE(crelf @ Mar 10 2007, 12:32 AM) I did this a couple of years ago (in C using id3lib) for exactly the same reason... If you consider reading MP3 headers yourself, take a look at the id3lib code - it's quite convulted... -Mikkel
-
QUOTE(Sherif @ Mar 11 2007, 05:34 PM) You can use the 'Read JPG File.vi'* (or 'Read PNG File.vi'*), and convert the image data to a picture with the 'Draw Flattened Pixmap.vi'. -Mikkel * Note: The helpfile says that these vis are missing in the Base Package of LabVIEW.
-
QUOTE(martin@aerodynamics @ Mar 9 2007, 09:44 AM) No problem I was just a bit disappointed, when I looked at the code, expecting it to draw the cool radar image shown on the homepage... -Mikkel
-
QUOTE(martin@aerodynamics @ Mar 9 2007, 07:45 AM) As far as I can see (and it's no simple task understanding code, where all comments and text is in french, as a non-french speaking person) this only loads a nice looking radarpicture from a jpg and updates shippositions (?) on top of the loaded picture. So it doesn't really create the radar picture. -Mikkel
-
You can use the Picture Control for making these kinds of custom indicators. -Mikkel
-
Even better: Save it in a config file! -Mikkel
-
Some very simple benchmarking (for-loop with 50000 iterations, on my old T41 laptop): 1) Reset array with invoke note: 30000 ms 2) Reset array by assigning empty array constant: 44 ms Unless I am missing something, it seems to be around 700 times slower to use the invoke note. -Mikkel Edit: It seems to be related to repainting. The invoke note method repaints the indicator, while the assignment does not. If I enable 'Synchronous Display' for the indicator and modify the array contents every iteration before resetting it, the array constant method takes more or less the same as the invoke note method.
-
QUOTE(TiT @ Mar 7 2007, 09:21 AM) Did you try to capture and analyse the network trafic (using http://www.ethereal.com/' target="_blank">Ethereal or something similar)? This could tell you more about the cause of the problem. -Mikkel
-
It's hard to know what it is you want to do by reading your post or looking at your code. What is supposed to happen when you press the button? Should the values in the array start over from 0, or? -Mikkel
-
In the bottom of the Wikipedia article about throbbers there is a link, where you can generate the animated gif image online... http://www.ajaxload.info/ -Mikkel
-
QUOTE(tcplomp @ Mar 6 2007, 08:48 AM) Someone once said: "Those who would give up Essential Liberty to purchase a little Temporary Safety, deserve neither Liberty nor Safety." So, yes, I think I would have issues with this feature. -Mikkel