Jump to content

MartinD

Members
  • Posts

    13
  • Joined

  • Last visited

Profile Information

  • Gender
    Male
  • Location
    UK

Contact Methods

LabVIEW Information

  • Version
    LabVIEW 2009
  • Since
    1995

MartinD's Achievements

Newbie

Newbie (1/14)

0

Reputation

  1. Hi, Not sure what I'm doing wrong but every time I try and view a post it does not open and just gets highlighted in yellow. Any ideas? -Martin
  2. QUOTE(silmaril @ Aug 7 2007, 10:37 AM) Thank you for pointing this out to me. Basically I'm just invoking ImageMagick via the command line. So if this means I can get away from making my software open source, that would be my favoured option. But it does mean I can not use the LVOOP ImageMagick code that is now available, fair enough I suppose. Back to spending hours re-coding what already exists I guess... QUOTE(Tomi Maila @ Aug 7 2007, 10:41 AM) Actually ImageMagick is not GPL. It's some proprietary license that may be compatible with GPL meaning that ImageMagick can be used in a GPLed project. However it's not a GPL license and hence you may not need to GPL your project at all. If ImageMagick would be of GPL license, then you would need to GPL all derivative work which in this case would mean your library. I'm going to try and avoid GPL'ing my product in this case I think. I should read the ImageMagick proprietary license again, but I'm often not really sure after reading all those conditions. Maybe after a few reads it will sink-in! Thanks
  3. QUOTE(silmaril @ Aug 6 2007, 03:11 PM) Thanks for that information. We are talking about GPL here. Basically my application uses ImageMagick extensivley, that's covered by some license "compatible with GPL". Now with the advent of the LAVA code repositry "LVOOP ImageMagick Interface" I'm tempted to use that also. That's covered by the GNU GPL version 2 license. You said: Don't forget: If you use GPL code, your complete work must be under the GPL as well! This concerns me a little. There may be some parts of code I would prefer to remove the diagrams from. Those that talk to bespoke hardware etc. I wonder where the line is drawn here because I cannot provide the source code for the NI functions for example. I guess the key is "all my work" becomes covered by the GPL. Thanks agin, -Martin
  4. Hi all, When I want to test a bit of the diagram in isolation: I select it, then <Ctrl> + C, N, E, V to paste into a new VI diagram (just a handy combination). Guess someone has already mentioned <shift> + Enter for adding a new entry in a enum after the current one. Bye for now. -Martin
  5. QUOTE(Jim Kring @ Aug 1 2007, 06:42 PM) Yes - First I tried changing the order of mirrors so that the ones geographically nearest to me were fist in the list (I'm in the UK). Tools>Options>Advanced>. That did not work for me. Then I changed the "TCPIP timeout" to 60 seconds. Tools>Advanced>Internet>. Then all worked fine from that point onwards. Hope this will be of help. -Martin
  6. Thanks Jim, I have all the VIs I need now. :thumbup: -Martin QUOTE(Neville D @ Aug 1 2007, 05:02 PM) Great, That solved the problem for me Thanks a lot Neville, -Martin QUOTE(Neville D @ Aug 1 2007, 05:02 PM) Yes, I've had that happen a number of times as well. Somewhere in there, you can change the internet mirror sites that VIPM looks at for the downloads.. if you change the order of the sites so that the geographically closest one is first, and so on, it seems to help. At other times, just wait a while (maybe a day) and try again. You might also try changing the timeout value to about a minute or so. Neville. Thanks Neville, it all works as it should now. :thumbup: -Martin
  7. Hi all, Just got LabVIEW 8.2.1 and thought it a good time to update my OpenG package. I have never managed to get the openG stuff into my palettes as there were intended, I can live with that. But right now I can't get the latest array package either. I'm using the new beta VIPM. The error I get is detailed in the attachment, basically says "could not download". Any ideas? Maybe this is something to do with the dynamic palette package, as the array package requires it. The dynamic palette package seems to be installed but not functioning. Although the VIPM indicates that its not installed. The VIPM has successfully installed 22 other packages but fails to download these 2. Or is there a location were I can download the packages in there usable form without the need for the VIPM? I'm just after the latest array package for now. TIA -Martin http://forums.lavag.org/index.php?act=attach&type=post&id=6511
  8. QUOTE(yen @ Jul 13 2007, 12:53 PM) Thanks a lot. I have now upgraded to premium membership and have the Tree control code in the version I need. What a great resource LAVA is. -Martin
  9. QUOTE(dwisti @ Jul 12 2007, 05:22 PM) Wow - Perfect. Thanks a bunch. Just one problem - I only have LabVIEW 8.01. Can someone recompile for me please? Also where is the link for upgrading LAVA membership? -Martin
  10. Hi all, Does anyone know where I may get my hands on some code that reads the complete hierarchy of a tree control (LabVIEW or MS tree control) and saves it to file. Then allows for the file to be read and restores the tree control with all the items while maintaining the original hierarchy? I have had a look at coding this from scratch and I think it will take a long time, and I expect others have done this before. Any ideas, know of any links? TIA -Martin
  11. QUOTE(rolfk @ Jan 27 2007, 02:26 PM) Hi Guys, This is a litte of the subject but: I have an 8 bit png file that I'm loading onto a picture control. I want to use one of the 256 color pickers (that I can create easy enough thanks to your posts), to draw on the image. My problem is when I read the file using the labview VIs and look at the color map it only contains the colors in the image file and not all those on the color picker, so what can I do? If say I want to draw with red and it does not exist in the files colormap I can't just add it to the color map as there is no room left (256 color limit), I can not replace one of the colors in the colormap because it may be required else where in the image. Am I missing something? I have tried using the labview standard 8 bit colour map for the image instead of that read from the file info and guess what, the image goes all the wrong colors! Anyone know what I shouild be doing? -Martin
  12. Figured out myself - Needed to set the data before saving, of course! :headbang:
  13. Hi all, When I try to save an array all I get in the file is: [Motion config] Axis names.<size(s)>=0 Where "Motion Config" is cluster containing an array (labeled "Axis names") of strings with 8 elements. The size should be 8 and the element data should be stored in the file - right?. Does anyone what I'm doing wrong? TIA - Martin
×
×
  • Create New...

Important Information

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