Jump to content

Eugen Graf

Members
  • Posts

    432
  • Joined

  • Last visited

Everything posted by Eugen Graf

  1. You may easy look on examples of user interfaces: http://lavag.org/index.php?app=gallery&module=cats&do=sc&cat=4 http://labviewportal.eu/viewtopic.php?f=181&t=1224 I personaly prefer OS colors
  2. Use butterworth lowpass filter, it's very easy to use and filters very good
  3. For all who is interested in this project! I made a new version of the Client. It works with LabVIEW 8.2 now. Download and further informations you will find here: http://labviewportal...hp?f=165&t=1259 Thank you
  4. Also please test. Download, unzip and start the Client.vi from the Client folder. Password is not required for now. Enjoy it! Client.zip
  5. Hello crelf! Thank you for answer. I understand it theoretically, but can't implement it in practice. The problem is the Enum-Output. In the Client Class the Wait On Action VI outputs a Client Action, but in the Admin Client Class it should output the Admin Client Action. The are two Enum Typedefs. Should I replace the output to a numeric and typecast them in the outer VI to the accordant Enum? Or I can solve this problem using overriding? Regards, eg P.S. if it should help to understand my problem I attached the whole project. This project is open source, I will upload them into LAVA CR later, if it works. So please Open the Chat Project and look on the Server And Client Classes. There are two VIs Client.vi and Server.vi . The Server.vi should be started first, than the Client.vi Thank you Chat (2).zip
  6. Hello LAVAs! I use LVOOP, but only as a nice Cluster. I have never use Inheritance and VIs for overriding before. Also I develop a Web-Chat project, where I have Server and Client classes. Now I want to add a new Admin Client Class, which should be like the Client Class, but will have some additional features for Chat Administration. 1. Do I need to inherit the Admin Client Class from the Client Class ? I use the Queued State Machine Design Pattern in my projects (Action Enum Typedef and Data as Variant). I want to add some additional actions for the Admin Client. So I need to create (just copy them from Client Class and edit the Items) a new Enum Typedef. I have e.g. a VI which waits on the next action (bottom while loop). 2. Should I create a VI for overriding for this Wait On Action VI to use them in my Admin Client Class, but with an othe Action Enum Output? Thank You, eg
  7. Ok, I found a problem. Server works fine on localhost, but don't work (very slow or not working) in global www under Vista. I tryed them on Linux, no problems for now. I don't really know where the problem on Vista is. Anybody can help? Now the server is started under Linux and should work. Thanks to TobyD for testing
  8. Hello LAVAs! If anybody can test the Chat, would you please download the Client-Project and connect to my local IP-Adress: 92.193.60.151 I started the Chat-Server for this weekend. If you can and want to give some feedback, you can post here or discuss it here (no password required). Thank you, eg
  9. Ah, ok, you are right. It works now. Thank you
  10. Hi, I don't understand if something going wrong here: (120+1)*1100=2028 Can't be true... It's not a joke.
  11. My be this video will help you: http://labviewportal.eu/en/creating-applications/video-tutorial-create-exe-from-a-vi
  12. I know what JKI VI Tester is, but I never use that. Why I should if there is the LabVIEW Probe and Highlighting Tools? May be I didn't good understand the idea, but I tryed it, in really. I read the documentation/videotutorials and tryed the templates and examples. I don't know why I should use that. Would you explain it better? What are the really advantages of it? Thank You, eg P.S. the really problem what I have is to extract a testing unit from a whole project for testing. I use many hardware and parallel loops with QSM, so...
  13. I think you will need here the .NET Mail Component.
  14. Hi Michael! Sorry, it was online. I asked my provider, he said me the server is down. The old chat was based on the Publish/Subscribe Software Modell. I can give you the whole old project (Server and Client). Thank you Andrey, it's exactly what I need. I'll try to implement it into the chat.
  15. Do anybody know how to put a picture into the middle of message? I want to implement smilies now. Thank you
  16. Hi Antoine! Thank you for interest. I don't know for now if the whole project will be open source. I think the client side will be open source and the server side will be licensed for use. But I want first add some nice features into this project like: - smilies - users status (in the left listbox) - binding users login onto my forums database (SQL) - chat rooms (channels) - file sharing function - and may be video-chat in the future For now it's a easy text chat lika all others, but it works fine. I'll inform you if server will be installed for online use (it works on my local PC). But I have an other chat-server already online. Everybody can test this older chat version live and online.
  17. Name: Web Chat Submitter: Eugen Graf Submitted: 24 Jul 2009 File Updated: 08 Jan 2010 Category: *Uncertified* Version: 1.1.00 LabVIEW Version: 8.2 License Type: BSD (Most common) Here is my Web-Chat project. First start the Server.vi and than the Client.vi and it should work Furthermore we set up a web server for this chat. So you can use the default login for login into the web chat. The aim of this project is to show what Publish/Subscribe Design Pattern can do. You can use this pattern in your projects to communicate between undependent and dynamicaly started programms (or VIs) on different computers. Of course you can change and redesign your client as you want I uploaded only the base version of them. So enjoy the chat Click here to download this file
  18. Yes Michael, but I want to jump to top from every message in the middle of topic. Thank you
  19. Hello, I miss jump to top function. Is there one? Thanks, eg
  20. We started a challenge for the best user interface:
  21. Hi, I think LabVIEW Information block (the background of) looks not really pretty. It's a bug? Or it's only on my firefox?
  22. To make the favicon more nice you can remove the white background. Look on my favicon, it's without background. Your favicon looks like mine
  23. Version 1.0.0

    1,226 downloads

    Copyright © 2007, Eugen Graf All rights reserved. Author: Eugen Graf -- see readme text for email address Description: Here is a free event driven NI_CAN_Terminal. It can show data on CAN bus, send messages(periodicaly too) and log data to a ASCII file (tab spaced). Requirements: LV 8.0 + NI CAN Driver + any NI CAN adapter. Change Log: 1.0.0: Initial release of the code.
×
×
  • Create New...

Important Information

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