Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. Hello! I want to make a general class for many projects and put it into the user.lib Is it Ok? Does anybody do so? I think I will have the class-control in the controls palette and all of VIs of this class in the functions palette. The class itself will not appear in palettes? Is it right? Thank you, Eugen
  2. Here some more about the language: Scumbags’ slang Thank you for loving Russia :thumbup:
  3. I think this site is great and just funny. Currently I live about 10+ years in Germany and work for a half-military european company. It's very good the "Cold War" doesn't more exist and a globalisation of the world is growing. Eugen
  4. Hello LAVAs, please look this site, it's very nice to understand Russia (if you want) http://wowrussia.com Eugen
  5. QUOTE (crelf @ Jul 13 2008, 02:15 AM) I would move this topic into LAVA Lounge if I would moderator of this forum.
  6. What do you think about this article? Please comment, I need it. http://www.labviewtutorial.eu/en/index.php...1&Itemid=93 Thank you
  7. QUOTE (shoneill @ Jul 10 2008, 05:52 PM) Yes! But UEs have some disadvantages: I can't flush UEs I can't preview UEs I can't get status of UEs (need count of elements in my programms) But for this one issue of course it's right alternative. @Alessandro My implementation of Client Registration is like yours QUOTE So when we open a named queue, we look for a match of that name. You also check the name of the Queue. Ok, but what will happen if two or more "clients" want to use the same name? In this case I compare the queue reference number, not the name of the queue. Is it a good sugesstion to improve your registration process?
  8. Very nice video for LVOOP beginners, very easy to understand. Thank you
  9. QUOTE (Ale914 @ Jul 9 2008, 09:47 AM) If it's only this use-case, than you not really need the overhead, you done in our example. It can be much easyer, like in my first suggestion, where you open all needed queues at the begin of the programm, and close all at the end of the programm. So each parallel loop can send to each other, bacause each loop get all queue references as input.
  10. What is to open to see the principle? Do you have an example VI ? Do you use a "Array-DB" as container for all created queues? P.S. sorry, I see now two example VIs Ok, say me please when do you use this? And if you want, you can look on this http://www.labviewtutorial.eu/download/file.php?id=655 And more complex and more universal this one http://www.labviewtutorial.eu/viewtopic.php?f=19&t=9 Regards, Eugen
  11. New LAVA statistics are available: Our members have made a total of 55461 posts :thumbup:
  12. QUOTE (wesramm @ Jun 27 2008, 08:48 PM) No, I didn't customize Combo Box. I try always to use System Controls, not theese from LabVIEW Classic or Modern Palette.
  13. QUOTE (vk1 @ Jun 26 2008, 01:43 PM) Open the State Machine template from your Getting Started Dialog and switch Highlighting Mode on. So you will see what happens if the VI is running.
  14. Want to paint my LV BDs in 3D
  15. QUOTE (ragglefrock @ Jun 25 2008, 12:03 AM) I think to create a structure (=cluster) in C++ with all elements what LVOOP Class Contol Cluster has, than cast them to binary string (or byte array) and send over TCP/IP.
  16. Hello LAVAs! I want know if it's possible to flatten a LVOOP Class to a binary string from e.g. C++, so I can unflatten them in LV to a LVOOP Class ? Thanks, Eugen
  17. I think it's something for X-Controls CR
  18. QUOTE (neB @ Jun 24 2008, 06:33 PM) QUOTE As soon as you hover the options you will get a mouse-leave event. This can be triggered by just clicking the control. But hey a ring control has two super-duper events: 'Activated' this one gets triggered as soon as the control is clicked 'Dismissed' if the Activated event is well ehm dismissed Ton I use Combo Box, because I can change the Size of this control to the size of the table cell. Can I hange the size of a ring control? I didn't find this property. P.S. and here is the Front Pannel of the VI.
  19. QUOTE (Justin Goeres @ Jun 24 2008, 06:18 PM) Of course I handle that case. I replace the Cell Value in the table only if the Value of the Combo Box was changed (Value Change Event). If the user will klick every else this event will not happen.
  20. Hello, does anybody know if it's possible to make something like this in LabVIEW ? Thank you
  21. QUOTE (Yen @ Jun 14 2008, 09:54 PM) Yeah, polymorphic VI is the right solution for this, I think. Thank you, Yen
  22. Hello, I have to generate a random unsigned integer from 0 to max. possible. So I take "Random Number 0-1.VI" and multiple it's output with eg. 65536 (for U16). Ok, but if I would change the representation to U32, so I want programmaticaly know that I have to take 2^32 for my max. value. Is it possible to get the representation of the wire? Should I flatten it to binary and use type string for it? Here the screenshot
  23. Thank you. So if I have NO inheritance in my LVOOP project, than it's always better to use static dispatch. I should use dynamic dispatch first if I have some child classes ?
×
×
  • Create New...

Important Information

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