Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. Hello, can anybody give me step by step instruction, how to create small icons. Any documentation or linkk to any thread. I need icons without border, should I fill it with "transparent" color? But I can't choose transparency in icon editor. Thanks, Eugen
  2. I want to know it too. If you change your wating from 1 ms multiple to 0, the loop will iterate much more fast, but your CPU load goes to 100%. Why LV doesn't have an NOP operator? Eugen
  3. Hello, I wonder why LV doesn't get acceptance by other programmer. The most of people are sceptic if I say LV is assimilable to other programming languages. I find LV is very great and makes some things easier. Why to drive bike if there are motorbike. Greetings, Eugen
  4. QUOTE(JFM @ Mar 5 2007, 02:25 PM) Oh thanks, it works. I find it very usefull. :thumbup: Eugen Graf
  5. QUOTE(Eugen Graf @ Feb 23 2007, 07:20 PM) Sorry, I think I start my VIs dynamicaly, and they are not included if I save for previous. Eugen
  6. QUOTE(JFM @ Feb 23 2007, 06:28 PM) QUOTE(ars_stowers @ Feb 23 2007, 07:10 PM) No, you can write a VI to do it for you. Open your project, grab all the targets (regular .vi's and dependencies) and save them for a previous version in a new folder. I'll try to make something that will do it for you. Something approximately like the attached should help you out. What I'm including is far from fully functional, but it should give you a good starting point. Hope it helps! Alternatively, just use JFM's solution, it is probably much better. If you are saving it for a prev version, your dependencies should be available on that computer in the previous version anyway. Thanks, save for previous version in LV includes all depencies automaticaly only if i select a folder in the save dialog. But the VI from ars_stowers is very interesting. Thanks a lot, Eugen
  7. Is it not posible??? Must I open every VI (of 30) and save they for previous version? What would be if I would have 500 VIs?
  8. Hello, is it possible to convert all of my project VIs including depencies and all of files to previous version? I have 8.0.1 and want to convert and distribute for 7.1. Thanks, Eugen
  9. QUOTE(jpdrolet @ Feb 22 2007, 11:26 PM) Yes, I am happy now. Thanks a lot. :thumbup: Eugen
  10. QUOTE(JFM @ Feb 22 2007, 05:18 PM) Oh, thanks, but I want to handle any data undependent on type. So I want to replace Flatten To String with my own VI, that has the same functionality and works under 7.x versions. The problem is, I have a lot of big clusters with different datas, so I don't want to handle every element others, I want only one VI, that converts every data type. Eugen
  11. QUOTE(robijn @ Feb 22 2007, 05:00 PM) Thanks, I know, but this feature for this VI is only available for 8.x versions. I can't convert data from big endian to little endian in 7.x.
  12. Hello, my question is: how can I realize Flatten To String with little endian byte order for 7.x LabVIEW versions? I tryed Swap Bytes and Type Cast VIs, but it fits only interegr data types and not floating point numbers. Eugen
  13. Hello, it's possible to built the LV Runtime and used DLLs into Executable similar to MS Visual Studio? I think so, i don't should to install my application, only start the exe and it runs. However the EXE gets a big size. Eugen
  14. Oh, it's very interesting and new(for me) information. Thanks, Eugen
  15. ZITAT(martin@aerodynamics @ Feb 12 2007, 10:07 AM) I think an executable can't be changed :thumbup: easy replacing a SubVI.
  16. Hello, can anybody say why in the functions palette are empty places? How to get this away?
  17. Don't forget the LV-Diff. You can see all of differences in old and new version. You can built it in TSVN. Eugen
  18. To the last: It's a challenge from my employer. I want to make an executable, that runs only 1 month. I think on MAC-Adress and Date formatted, that is ciphed and added in windows registry. Eugen
  19. Hello, how can I create a trial version of my executable? Are there any tools from NI? Grtx, Eugen
  20. In cases if I must save configs such Front Panel or Settings Cluster I use XML-Files without any converting troubles. Eugen
×
×
  • Create New...

Important Information

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