Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. QUOTE(Panos @ Jun 22 2007, 10:59 AM) You need only this palette. Other VIs (mylib) are from my application, you don't need them. Eugen
  2. QUOTE(Panos @ Jun 22 2007, 09:57 AM) Look here, it works. Eugen
  3. Hello, I want to install only really needed parts on target PC (WinXP). My application uses NI-CAN. I should to install LV-Runtime + NI-CAN, but if I select NI-CAN in installer, I can't unselect MAX, C++-Language Support and so on. I can only install full NI-CAN and all the additional shit will be installed on target PC. Where I can unselect additionals? Thanks, Eugen
  4. You can try to implement the WDM/DirectX/Direct Show in LV or bye the Vision Module by Hytekautmation http://www.hytekautomation.com/Products/IVision.html Eugen
  5. QUOTE(dragonos @ Jun 19 2007, 09:12 AM) Yes, right klick, then Advanced->Customize, then Save as Typedef. Eugen
  6. QUOTE(BrokenWire @ Jun 18 2007, 01:53 PM) First Call? Indicates that a subVI or section of a block diagram is running for the first time. The First Call? function returns TRUE only the first time you call it after you click the Run button. You can place the First Call? function in multiple locations within a VI. The function returns TRUE the first time the section of the block diagram in which it is placed runs. Eugen P.S. look LV-Help
  7. Probably it's possible to use DirectShow by .NET assemlies. Any experiance? Eugen
  8. Have anybody work with WDM ? It's possible to create a driver for capturing video devices and use this in LV? My collegue created an ActiveX (ocx) with Borland C++ and I use it succesfully in LV, but I want to create my own driver without using ActiveX. Any infos? Thanks, Eugen
  9. QUOTE(yen @ Jun 13 2007, 07:29 PM) Yes, you are right, ActiveX is windows specific interface. Can you tell me how I can build in a LV element(e.g. controls) in other programms using DLL? Eugen
  10. QUOTE(yen @ Jun 14 2007, 07:27 PM) I have never used navigation window because my VI are not larger as an monitor screen but I want all installed tools works. Probably I will use it in the future. @PJM How can I update packeges using VIPM? Eugen
  11. QUOTE(PJM_labview @ Jun 14 2007, 05:48 PM) No, I have the 1.6 Eugen
  12. Thank you PJM for this answer. Dictionary pack is ok, but your Birds eye dont works. 1) if I start this tool I get this error message. http://forums.lavag.org/index.php?act=attach&type=post&id=6091 2) I think the FP Bounds are not correct. http://forums.lavag.org/index.php?act=attach&type=post&id=6092 3) Than I change FP Bounds to appropriate and it starts, but in the next SubVI called by Birds Eye Tool I get following error message. http://forums.lavag.org/index.php?act=attach&type=post&id=6093 and the window shows invalid type. http://forums.lavag.org/index.php?act=attach&type=post&id=6094 Did you check this tool on more LV versions before releasing ? Eugen
  13. Hallo, sorry if it's the false forum for this question. I search for Documentations for all available OpenG Packages and Tools, like Dictionary, Python Tools, Bird Eye Tool or other packages and tools. Eugen
  14. Hello, I wish to be able to create ActiveX (.ocx) elements with LV Application Bulder. I know I can create DLLs and EXEs, but ActiveX is not supported by Application Builder. Eugen
  15. In realy attached VI had to be the main.vi and not the splash. Fitstly without the Transparency-Part. But I saw that the empty window of this VI appears and stays on screen, then I got the idea to make a splash screen from this VI. It works now, no more problems. Thank
  16. Oops, sorry. After testing repeately the window of splash screen hides realy and don't stay in the task bar. All right. I can't understand why it works now, but it works. Thank you for answers.
  17. Hello, can anybody say me why if I make the state of my splash window FP to "closed" (picture2), than my application stops completely. To hide the FP(picture1) does minimize the window, but I want to hide it completely. Thank you, Eugen P.S. my splash screen VI is the top level.
  18. QUOTE(karim @ Jun 10 2007, 11:53 PM) You have to make the same configurations like baud rate, start and stop bits on BOTH sides for right communications over serial ports. Eugen
  19. QUOTE(Randy81 @ Jun 4 2007, 09:56 PM) Yes, you can use VI server methods to do it. Eugen
  20. You can do it so or use OpenGs index array VI. Eugen
  21. QUOTE(TiT @ May 31 2007, 03:23 PM) It means "Gesundheit!" or "Here's to you!" and will be spoken like "cheers". It's russian. Eugen
  22. Ok, my solution is following. More ideas? Eugen
  23. russian forum (discussions about application design like multitasking, variance, state machines a.s.o. in LV) http://labview.ilc.edu.ru/forum/ http://forums.lavag.org/index.php?act=attach&type=post&id=5977 european forum (exactly solutions, post->get answer, very corporative) http://www.labviewforum.eu/ http://forums.lavag.org/index.php?act=attach&type=post&id=5978 american/english forum (all of) LAVA http://forums.lavag.org/index.php?act=attach&type=post&id=5979 I want to make my own ressource with tutorials http://www.labviewtutorial.eu/ Please dont take it as advertising, I only search for some assistance and challenge relating to http://forums.lavag.org/LabVIEW-is-an-irre...uage-t8355.html and http://forums.lavag.org/LV-vs-others-t6679.html Eugen
  24. QUOTE(Eugen Graf @ May 30 2007, 08:35 PM) QUOTE(Gavin Burnell @ May 30 2007, 11:15 PM) ... You can quite easily do U16->array booleans->cast to your type def. Here's an example of a U8 cast to an 8 element cluster of booleans. ... I really assumed it. Eugen
  25. QUOTE(Gavin Burnell @ May 30 2007, 10:22 PM) I have to parse any data. The transmition-protocol is ready defined. http://forums.lavag.org/index.php?act=attach&type=post&id=5970 So I made me typedefs for every package type. This one is the status package. http://forums.lavag.org/index.php?act=attach&type=post&id=5971 My unflatten.vi should parse this package. http://forums.lavag.org/index.php?act=attach&type=post&id=5972 Thank for your answer. I don't really know if I can use here Variant.llb. And I have LV 8.0. Eugen
×
×
  • Create New...

Important Information

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