Jump to content

Mikkel

Members
  • Posts

    74
  • Joined

  • Last visited

Everything posted by Mikkel

  1. Mikkel

    LEDarray

    QUOTE(Aristos Queue @ Mar 29 2007, 04:16 AM) Hey, thats cheating -Mikkel
  2. Mikkel

    LEDarray

    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...)
  3. 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
  4. QUOTE(lraynal @ Mar 26 2007, 03:42 PM) Yep!
  5. QUOTE(Nullllll @ Mar 26 2007, 03:16 PM) Yes. Use a case with '0..51' and '52..500' in the selector. -Mikkel
  6. 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
  7. 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
  8. 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
  9. 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
  10. QUOTE(orko @ Mar 12 2007, 06:15 AM)
  11. 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
  12. 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
  13. Mikkel

    GSM/GPRS

    I've used GSM Tool Box for at project (can't find an English page, but there is a PDF with a brochure in English). -Mikkel
  14. 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:
  15. 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
  16. Mikkel

    PPI

    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.
  17. Mikkel

    PPI

    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
  18. Mikkel

    PPI

    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
  19. Mikkel

    PPI

    You can use the Picture Control for making these kinds of custom indicators. -Mikkel
  20. Even better: Save it in a config file! -Mikkel
  21. 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.
  22. 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
  23. 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
  24. 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
  25. 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
×
×
  • Create New...

Important Information

By using this site, you agree to our Terms of Use.