Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. If you use a table control you can manually edit some values directly in the table. Like in MS Excel. Of course you can double click on the table (or klick on the edit button) and pop up a new window and enter new values from there. So I use sometimes a table control as an indicator(using a local variable) to import a spreadsheet file and then to edit and save them to a file. Or import a file, than select some columns and show them in a plot ... Eugen
  2. QUOTE(mross @ Mar 10 2008, 11:42 PM) Yes, I really agree to your words. Don`t mix controls and indicators! There are very very rare cases, where you realy should mix them. I do it if I use a table, but attention: if you update your element from two sources (user entering and software update). You have to know what is the priority of each source.
  3. QUOTE(mcguirpa @ Mar 10 2008, 11:11 PM) You can do it using either a local variable or a property node.
  4. QUOTE(BrokenArrow @ Feb 29 2008, 06:22 PM) Sorry for this VI, it's not really needed for IDE, but for EXE. This VI is from MGI, you can easy ignore it. I have only one problem with my terminal, I don't know what to do with the cursor in the String Control. False implementation, any ideas? Thanks for feedback, best regards, Eugen
  5. A easy RS232 Terminal as VI is available for downlad: http://www.labviewtutorial.eu/forum/viewto...?f=18&t=133 It's a crosspost to http://forums.ni.com/ni/board/message?boar...hread.id=303578
  6. QUOTE(bogdani @ Feb 19 2008, 11:42 PM) Hello Bogdani, sorry, I don`t speak Polish or Italian. I suggest you make a new subforum in my multilanguage Tutorial-Forum, if you want. It`s really no problem. I can`t do it myself, because I can`t other languages. Keep cool, don`t worry.
  7. QUOTE(crelf @ Feb 12 2008, 07:52 PM) Yes, of course I will announce some new and interesting tutorials here on LAVA. See my reccource as my own (but not only) online blog. QUOTE(Jonas @ Feb 12 2008, 08:05 PM) Lava is multilingual (thanks to google :-) Here's the dutch version: http://www.google.com/translate?u=http%3A%...=en&ie=UTF8 :D it`s something to laugh Google translator is realy great!!! QUOTE(Dirk J. @ Feb 12 2008, 08:14 PM) That's a bit of an odd remark, since your "European" forums are only in German... Don`t worry, I can create a new forum board in netherlands (see my first post). If you want you can moderate it. QUOTE(crelf @ Feb 12 2008, 08:16 PM) That's awesome! see above about google translator. Thanks for your regard and comments.
  8. QUOTE(crelf @ Feb 12 2008, 07:31 PM) Other languages on LAVA? I think LAVA is english-american, dont't it?
  9. QUOTE(crelf @ Feb 12 2008, 06:57 PM) Yes, I know, that the translation on to english the website doesn't work yet. I am working on it. But you can use forums. QUOTE(crelf @ Feb 12 2008, 06:57 PM) :question: I don't want to discourage you in any way, but I wonder if it might make more sense to have those items over here, perhaps in a new sub-forum? Sorry, I don't understand your question. Do you think it's redundant to LAVA? Please look this topic on LAVA: http://forums.lavag.org/Time-to-open-own-L...urce-t8360.html One of ideas is to unite LabVIEW programmers (and beginners, who doesn't present on LAVA) worldwide almost undependly of spoken language.
  10. Please visit new multilanguage online ressource for LabVIEW programming. The idea is to discuss LabVIEW programming issues and publishing of tutorials. It's possible to create new forum boards for further languages, but I speak only German, English and Russian. So feel you free to suggest new boards. Best regards P.S. crosspost to http://forums.ni.com/ni/board/message?boar...hread.id=301230
  11. I use LVs XML Flatten/Unflatten instead of Config File VIs, because it's very easy to use like Flatten/Unflatten binary string, but is readable by user like INI-file.
  12. What do you say to this: http://forums.lavag.org/index.php?showtopi...ost&p=39050 Gratulations !!!
  13. QUOTE( @ Dec 18 2007, 06:55 PM) You have to connect the old value from shift register (on the left side) to the output of the case false. So you will get new value if true and old value if false.
  14. QUOTE(Zhrani @ Dec 14 2007, 06:42 PM) Add a new Y-scale by rightclicking on the Y-scale and select duplicate. Bundle two or more Arrays, Values to a cluster to show those an a graph. If you use XY-Plot, use Ctrl+H to open the Help-Window and move the mouse over the XY-Plot and you will see how to make a multiplot.
  15. QUOTE(Zhrani @ Dec 14 2007, 02:45 PM) Yes, I do !
  16. QUOTE(Tomi Maila @ Dec 14 2007, 02:09 PM) QUOTE The LabVIEW MathScript syntax is similar to the MATLABĀ® language syntax. Similar != the same
  17. QUOTE(Mike Ashe @ Aug 24 2007, 02:41 AM) Now it is in the Code Repository. :thumbup:
  18. At first read this PDF: http://www.labviewtutorial.de/downloads/UsingExtCode.pdf Eugen
  19. I don`t understand, if LAVA really has grown in four month from: Our members have made a total of 31756 posts ( 24.07.2007 , 11:01:18 ) to: Our members have made a total of 75290 posts (now = 27.11.2007) Is this true? Eugen
  20. I don`t understand, if LAVA really has grown in four month from: Our members have made a total of 31756 posts ( 24.07.2007 , 11:01:18 ) to: Our members have made a total of 75290 posts (now = 27.11.2007) Is this true? Eugen
  21. If you have some while/for loops in SubVIs, you have to break them too, otherwise you have to wait to completion of execution of them and your caller VI will not break. You can use a Global Stop Flag for it. Eugen
  22. Look here: http://mosk.bookspro.net.ru/eng/shop.php Cheers, Eugen
  23. QUOTE(Lars915 @ Nov 19 2007, 06:44 PM) I think it is not difficult, in the ZIP you will find 4 example clients, one for each communication type. Eugen
  24. Hello, would you try it out: http://forums.lavag.org/index.php?act=atta...ost&id=7462 I think it is exactly what you need. You can manage complex applications dynamically. This design pattern supports 4 communication types incl. User Events and Notifiers, but the best one you can debug it remotely over TCP/IP. Eugen
×
×
  • Create New...

Important Information

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