Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. QUOTE(psi @ Nov 18 2007, 11:00 PM) Thank you PSI, but I removed SyncByte and Checksum from my TCP/IP package Wrapper in the last latest version of Pub/Sub, because I got the inormation, that TCP/IP protocol GARANTEES the incomming of packagees to the receiver, otherwise you will get an error from TCPRead.vi , so you don't need to recheck the package and make some more TCP traffic. Eugen Graf
  2. Hello everybody, my question is how long takes the approvement ? Eugen
  3. "Our" team was the CarOLO (from the University Braunschweig/Germany), which uses our INS/GPS. But it didn't arrive no one of 3 places. INS = Inertial Navigation System GPS = Global Positioning System Eugen
  4. QUOTE(Eugen Graf @ Nov 3 2007, 06:10 PM) If the link don't work try this one: http://www.grandchallenge.org/darpauc07/watchtherace/
  5. http://www.grandchallenge.org/darpauc07/wa...video_high.html Eugen
  6. This new version supports 4 communication kinds: Queue, Notifier, User Event and TCP/IP. Eugen
  7. A new version of my Pub/Sub is available. Now you can connect one Dispatcher to an other and select/subscribe availabe topics of them. Furthermore is the TCP/IP transfer protocol some better, syncbytes and checksum are implemented now. And if a client is disconnected, but forgotten to unsubscribe, it will be removed automatically from the topic table. Eugen
  8. Hello, anybody, who is interested can try my new version. This uses TCP/IP protocol, so you can transfer data over network. Cheers, Eugen
  9. QUOTE(karthik @ Oct 22 2007, 04:53 PM) Look here for info: http://forums.lavag.org/index.php?showtopi...ost&p=16793 and here: http://forums.lavag.org/index.php?showtopi...ost&p=32758 Eugen
  10. QUOTE(Jim Kring @ Sep 11 2007, 03:42 AM) You can richtklick on the missimg item and explore. If you find the missing item, then drag them into project explorer and delete the old. Yes, it's not easy, but not too difficult too. Eugen
  11. Thank You, I have a solution now. Eugen
  12. Hello, does anybody know lvserial.dll ? I need documentation to this library. http://www.mhst.de/downloads.html Thank you, Eugen Graf
  13. QUOTE(jccorreu @ Sep 21 2007, 03:22 AM) Sorry James, I will first continue this or a new topic related to GOOP- if my boss pay an update to 8.5 And I really understand you and me , who have "no money" and have to use unchildable classes :headbang: Eugen
  14. I use reading VISA to CR LF, then Spreadsheed string to array(with a comma as delimiter) to get an array of strings. After checking of the cheksum you can interpret your array elements to Lat. Lon and so on. I think it's very easy. Can you post any code here, I want to look on? Eugen
  15. Oh no, Endevos GOOP is only for LV 8.2.1 and later !!! Is there nothing for 8.0.1 ? Eugen
  16. QUOTE(crelf @ Sep 13 2007, 09:33 PM) Thank you, crelf. If I say good supported, I don't think on help from manufacturer (developer), I think much more on product bebugging and featuring and documentation. LAVA's support (help in developing) is great, so I don't need any else. :thumbup: Surely, I will try out Endevo's tool. What is GOOP 3 ? Eugen
  17. QUOTE(dsaunders @ Sep 13 2007, 09:05 PM) You are right, but I am not my own BOSS. I am an sole LV engineer in our company. Eugen
  18. QUOTE(crelf @ Sep 13 2007, 08:41 PM) Hello crelf, I think Endevos Tools are licensed and if I want to use them in my industial projects, I have to pay some money for it. I think on an update from LV 8.0 to 8.5, but here I have to pay too. What is free, good and good supported? Some ideas? Eugen
  19. QUOTE(crelf @ Sep 13 2007, 06:30 PM) I use following toolkit. http://lavag.org/old_files/monthly_09_2007/post-7689-1189703766.png' target="_blank"> Thank you, Eugen
  20. QUOTE(crelf @ Sep 13 2007, 05:02 PM) Thank you for your reply, crelf. I did understand why GOOP uses enum instead of a string reference. My next big question is: how can I inherit a new class, e.g. class "truck" from my class "auto"? Eugen
  21. Hello, I want to begin with GOOP. So I found an entry in Tools->LabVIEW GOOP Wizard.. (I use LV 8.0.1) Klicked it on and to create my first class. Saved it under "Auto" into project directory. An LLB was created. Ok. After generating the next step, where I can Edit the calss reference. So I should give the class name and put the enum into the reference. And here the first question !!! Why it is a ENUM and not a string? Can I add more than one classes (using Add Item in Enum Properties) ? Why is it an enum? In the next step I can edit the member data of the class. So I leaved only one string control inside the cluster and named it "Color". After finishing the wizard I got following I created a MainVI, where I want to use my class Auto and saved it in my project directory. Then I want to create an object. But I can't dropthe Auto Create.vi from wizard into my MainVI. So I opened Auto create VI and dropped the Icon into MainVI. It's OK, but can be better (that is no critic to wizard, but can be added into the wish list). Auto Create is not executable, because I should init my member data with initials. Ok, I opened the VI and initialized my Color String whith "white". Now, I want to get the actualy color of my Auto. So I created a public method GetColor. Opened this VI and edited them. And edited the connector pane of them. I set the Color String to an output. So I can get the color of my object "Auto". Cool!!! It works. If I run my Main.vi I see that my Auto is "white". Now I want to recolor my Auto in red. So I created a new public method "SetColor". But forgotten to set the method type to "modify". After the method was created I want to delete them, BUT I SEE, THAT I CAN'T. So my second question is: where I can delete methods in wizzard? That is my next wish, or can I do it anywhere? So I opened the Auto.LLB and deleted the method SetColor in WinExplorer. After them I created a new method SetColor with the right Method Type. Modified the SetColorVI and the connector pane of them. Color is an input. My mainVI shows as following now Is all right? Am I on the right way? Eugen
  22. How do you exit the programm? Try Exit LV out, it should close all references and interfaces automaticaly. Eugen
  23. QUOTE(orko @ Sep 6 2007, 06:17 PM) Thank you for. After some consideration I think I found a solution. What are you thinking about? EDIT: Not realy complete solution, but I think a right approach. Eugen
×
×
  • Create New...

Important Information

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