Jump to content

Ton Plomp

Members
  • Posts

    1,991
  • Joined

  • Last visited

  • Days Won

    38

Everything posted by Ton Plomp

  1. QUOTE(guruthilak@yahoo.com @ Jan 16 2008, 09:34 AM) Auto discarding can only be done with filter events. (the ones ending with a '?') These are mostly key down? and mouse down? like actions. What's a boolean event? Ton
  2. QUOTE(Daklu @ Jan 15 2008, 12:25 AM) Well if you can integrate with an SCC, you could consider http://forums.lavag.org/index.php?showtopic=9604&view=findpost&p=38951' target="_blank">PushOK, one downside is that the repository has to reject anonymous browsing. Somehow the plugin isn't triggerd to use a user when performing edits. Ton
  3. QUOTE(MikaelH @ Jan 15 2008, 12:33 AM) If you call the VI dynamically and close the VI reference LabVIEW will also make the memory available. Ton
  4. QUOTE(fredguy @ Jan 11 2008, 02:28 AM) One question how do you determine when to shoot? What's the output of your device? Ton
  5. Lots of questions, let me point you at the 'replace while running'. You should use a listener VI (inside the app) that listens to a given TCP/IP port, then it should verify that it is legally called by the 'updater' and shutdown the app, the upgrader should do it's trick and restart the executable, call the same listener VI to verify it's running. You could write at every run the location of the executable to a location in the (windows) registry to be installation independent (this could also be sent by the 'listener'. If you don't want to shutdown your exe you should use 'modules' which are loaded by your application. In case of an update, unload the modules, update the modules, and reload the modules. Most likely the modules are llb's containing a seperated code-set. An easy way to built these in a consistent way is OpenG Builder. Ton
  6. QUOTE(Seeker @ Jan 11 2008, 08:10 PM) Hi Seeker, well that shouldn't be too hard! Could you tell us a little bit more about your LabVIEW background? What kind of interesting stuff did you do? Hope to see lots and lots of you. Be welcome, Ton
  7. QUOTE(i2dx @ Jan 11 2008, 11:25 AM) No, I don't think so. Maybe shared variables are the way to go? Ton
  8. QUOTE(Daklu @ Jan 11 2008, 01:52 AM) What I've done for the code capture tool, is this: -Build your VIs into a layout compatible with user.lib -All the code is in a folder starting with an '_' so auto-user.lib-indexer won't find the files -Create in the folder above the '_' folder a .mnu files with the items I want to be shown -Copy this to the user.lib folder (the .mnu and the '_' folder) This way all paths are relative in the .mnu file. In my opinion is auto indexing very frustrating. Ton
  9. QUOTE(neB @ Jan 10 2008, 03:06 PM) I did it the other way around, convert a GPS string into a kml/kmz file. Ton
  10. QUOTE(Yen @ Jan 9 2008, 09:00 PM) deal in or deal with? But I must ditto Yen, Welcom, could you tell us a little bit about your background? What's your experience and what's your interest? Do you have some fancy code to share? Ton
  11. QUOTE(TobyD @ Jan 9 2008, 06:58 PM) Most likely yes, but it will be hard. It will be buried inside some .cab file, but with a good file browser (Total Commander) you can search through these. If you know the right path, someone might be able to help you out. Ton
  12. QUOTE(tcplomp @ Jan 7 2008, 06:20 AM) QUOTE(hskupin @ Jan 8 2008, 01:45 PM) Then you could try to find it out with the help of the Process Explorer from Sysinternals. Perhaps you will see some information why it doesn't be handed over to the default browser. Henrik could you help me how I could do that? The strange thing is that 8.0, 8.2 and 8.5 work and 7.0 not (at least for me) Ton
  13. QUOTE(guruthilak@yahoo.com @ Jan 8 2008, 05:16 AM) And they shouldn't. It's very unlikely for NI to mention anything about possible future features of Labview. However there is the http://forums.lavag.org/Property-and-Method-Selection-PMS-Assistant-t2662.html&hl=pms' target="_blank">Property Method Selector. That should help you. Ton
  14. QUOTE(Aristos Queue @ Jan 7 2008, 03:08 PM) NI shares? Ton
  15. QUOTE(guruthilak@yahoo.com @ Jan 7 2008, 01:28 PM) You can't, you just import a 7.x VI with such a property and copy it to the part where you need it. (at least that's what I do) Ton
  16. QUOTE(tnt @ Jan 7 2008, 09:38 AM) What about a separate pane for the cluster? With the following code I had no issues: http://lavag.org/old_files/monthly_01_2008/post-2399-1199696991.png' target="_blank"> Ton
  17. QUOTE(Jim Kring @ Jan 6 2008, 11:56 PM) Did you install the HTML help files locally or on a network share? I know MS HTML help viewer doesn't like network shares (it can only open the index and not browse the content. Ton
  18. QUOTE(DaveKielpinski @ Jan 5 2008, 02:44 PM) Here's a zip that solves this. Be aware it's not fail save and not yet finished. Ton
  19. QUOTE(JDave @ Jan 4 2008, 11:38 PM) QUOTE(Graeme @ Jan 5 2008, 12:09 AM) [0] Looking into it. Here's a post containing the variaous 'mouse to xxxx' methods http://lavag.org/old_files/monthly_12_2006/post-2399-1166287302.png' target="_blank"> Ton
  20. There goes one saturday night. I've once written something like that (I assume). Hopefully it can give you any pointers. Ton Man it was hard to find.
  21. QUOTE(venkatesh @ Jan 4 2008, 12:09 PM) Hi, please stay in http://forums.lavag.org/findpost-p40167.html' target="_blank">one thread. Ton
  22. QUOTE(george seifert @ Jan 3 2008, 10:52 PM) Hi George, this property should be it: DAQmxChannel\Analog Input\General Properties\Digitizer/ADC\Resolution Value Ton
  23. QUOTE(Michael_Aivaliotis @ Jan 4 2008, 08:15 AM) Long nights? :thumbup: Ton
  24. I think the 'Edit by' value should be enabled by default when editing a post. Ton
  25. QUOTE(Michael_Aivaliotis @ Jan 4 2008, 07:24 AM) Yes, Thank you Michael. one strange thing, the top button is named 'Submit' and the bottom one 'Add reply', is there a functional difference betweeen those? Ton
×
×
  • Create New...

Important Information

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