Jump to content

Wolfram

Members
  • Posts

    65
  • Joined

  • Last visited

Everything posted by Wolfram

  1. What I mean is the difference in behaviour between LabVIEW 2010 and 2011. In 2011, the VI hangs. But there is also another solution: If you replace the tunnel with a shift register, you can execute the Unregister For Events. BugRegShiftReg.vi
  2. In LabVIEW 2010 SP1 is ok. In LabVIEW 2011f2 NOT ok. Open and run the attached VI first in LV2010SP1, then try in LV 2011f2. Greetings Wolfram BugReg.vi
  3. It's no longer annoying in LV2010. Same behaviour in BD like in FP. Wolfram
  4. Thanks for your hint. I agree with " Ideally, the primitive should have broken the wire...".
  5. Hi all, here is another issue I faced caused by "Not A Number/Path/Refnum" Function in LabVIEW 2010. But I'm not sure, if this is a bug. Wolfram LV10BugRendezvous.vi
  6. Hi folks, attached I have a VI that produces a memory leak. It works ("misworks") in LabVIEW 8.6 and 8.5/8.5.1 but not in LabVIEW 8.2. The attached VI is saved in LabVIEW 8.5. Wolfram
  7. I prefer not to process any callback in the callback VI itself. What I do is to fire events of any callback into a single queue, by which queue element is a cluster of an enum [state or callback name] and a variant [hold the data]. An existing centralized queue state machine will than process all events of all callbacks. Make the enum "state" as type def for easy and fast adding of new states. Wolfram
  8. I've encountered the following bug: See attachment It is one of the bad and strange ones. Wolfram Edit: I've replaced the attachment. There was a race condition in the previous demonstration VIs. Wolfram
  9. Take this control. The trick is to put the text over the icon. Wolfram
  10. ZITAT(tcplomp @ Jul 4 2007, 08:13 AM) See here: forums.lavag.org/index.php?showtopic=8523&pid=32105&st=0& This might help. Wolfram
  11. There is a "BringToFront" method that might be helpful. The "BringToFront" method can be found in the application class. Otherwise you have to use some Windows API functions. Wolfram
  12. ZITAT(BrokenArrow @ Jun 19 2007, 03:03 PM) You can do this when you open the file in loop 2 only as "read only". Then it should work. Wolfram
  13. ZITAT(engineer123 @ Jun 20 2007, 08:43 AM) The calculated time difference seem to be correct. So I don't know where the problem is. Wolfram
  14. Look at this registry key (just read it out): HKEY_LOCAL_MACHINE\SYSTEM\ControlSet001\Control\ComputerName\ComputerName
  15. There is a command called "getmac" to get the MAC address. See in help of Windows XP.
  16. If somebody wants to download "Lapview" . http://www.fullreleases.com/NewMembers/ful...?search=Lapview
  17. Generating objects programmatically is a feature that is called scripting. This is a hidden feature that can be enabled by a special LabVIEW.ini entry (reserved only for NI). In LabVIEW 7.1.1 this feature can be made visible by adding the keyword "SuperPrivateScriptingFeatureVisible=True" in the LabVIEW.ini. Have a look into the "rusty nails" -> "scripting" topic in this forum. Unfortunately this keyword does not work any more. NI has changed this in LabVIEW 8.0 Wolfram
  18. ZITAT(jlokanis @ May 25 2007, 01:17 AM) There is one key feature: If you want to hold a VI to itsself for hidden top level execution, the only way is to use the "Open VI Reference" primitive. Otherwise, the execution stops immediately, if you close the front panel. Wolfram
  19. My opinion: This is an additional way for NI to make money. Last year, we were force by NI to make at least the CLD certification. Otherwise we would loose the status to be a NI selected alliance partner. So we made it.
  20. ZITAT(Aristos Queue @ May 9 2007, 04:06 PM) Hi Aristos Queue, have you investigated this issue. I'm interested how it is going on. Wolfram
  21. I found out how to get this error dialog. See attached VI-Lib. Hope this will help someone to get rid of this error dialog when exiting LabVIEW or the application you made. Wolfram
  22. This bug on tab controls is a really really old one (since LabVIEW 3.0). The problem is that the front panel interface does not show the corresponding tab page, if you change the value of the tab control in block diagram code programmatically. I found out the following solution. Write to both a local variable of the tab and a tab property "value". This works in most cases. I suppose that the property "value" forces the panel to update the page finally. I hope this helps. Wolfram
  23. Hello Michael, I've translated one file for you (see attachement). If I have more time, I will do the rest. But this to do could take a while... Regards Wolfram
  24. Strange thing like the "For Loop" bug in 7.1. I guess, we can expect LV 8.2.1 I also found out the same behaviour in LV 7.1.1 and 8.0.1 Wolfram
×
×
  • Create New...

Important Information

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