Jump to content

Bjarne Joergensen

Members
  • Posts

    130
  • Joined

  • Last visited

Everything posted by Bjarne Joergensen

  1. Hi I would like to use this tool, but I am using LV8.2.1 and the tool is in 8.6. The RCF supports LV from 8.2.0 so it would be wonderful if plugins was distributed in that version, please best regards Bjarne
  2. Hi SciWare What is the difference between LVOOP and GOOP Developer ? regards Bjarne
  3. Hi All Thanks for the replyes I admit that the question was a quick one that I got to answer friday afternoon, before I went on hollyday. So I didn't have so much time to find a lot of solutions. About the PCI solutions. Yes there are room for that but I don't know if Modula can talk with USB? Maybe it can if the USB device act like a serial device. Then I only need drivers for Win98. Yes, it is a excuse for not upgrating the PC!. We got at test runing now with some other products and we will not upgrade them to a newer platform(product-lifetime i limited). Yes Michael, maybe we should do that, but that is not my decision. By the way as I mentioned, we shall produce max. 200 pr. year(maybe only the first 3 years, then the number will drop) with a costprice of 40$. A new PC (I can only use standard PC's that our IT department has aproved) and development/inplementation cost will be around 3800$(danish prices) resulting in extra 18$ pr. unit the first year! There are a lot of other questions to handle according to the production setup. I will be back with the solutions after my hollyday. Regards Bjarne
  4. Hi I am looking for a RS232 to USB converter and can't find one. It's not for Labview but and old PC with Win98 and Modula2 SW . I have to test a new little divice that we produce. The old device are with RS232 connection and the new device with USB. If I could get a converter to plug in the old PC's serial port and put the USB device in the converter, it would be the cheapest way. We only produce 200 pr. year of the new device (price pr. unit 40$) so it's to expencive to by a new PC for the purpose. hope anyone can help me. regards Bjarne
  5. QUOTE (Aristos Queue @ Jun 3 2009, 12:24 PM) Does this room has a video camera :camera: , so the unlucky people that can't afford to come to NI week, can see the presentation in the future? regards Bjarne
  6. Hi This is strange (for me ). Try open these 2 VIs and run the "TestVIStart.VI". Then TestSub.VI start. Download File:post-7489-1236342950.viDownload File:post-7489-1236342962.vi When the Boolean stop blinking, then you shall top the TestVIStart.vi by the Stop button. Now watch the size of the FP on TestSub.vi. Start the first VI again and see the FP size is growing bigger on the TestSub.vi, when you stop the TestVIStart.vi. :headbang: Watch also that the FP has change it's position in run mode. :ninja: I have set the VI properties this way on the TestSub.vi: If I change the window appearance to Default, then it won't happen. Is there a good explanation for that behaviour? Use LV8.2.1 Regards Bjarne
  7. QUOTE (Antoine Châlons @ Mar 4 2009, 01:55 PM) Antoine, thanks for the tip :beer: It would be nice if NI would ad an option to the mass compile function, so you could avoid DIR of your own choise regards Bjarne
  8. QUOTE (crelf @ Mar 3 2009, 09:42 PM) Then there is a fail in the "Wiki, Use svn directories". It says: Use "_svn" directories instead of ".svn" directories so that the LabVIEW mass compiler doesn't try to compile these directories. Right? Yes, I have seen the "Rigtht?" but no one has argued against it, so I assumed that it was a fact. But back to the problem then. How can I avoid LV to Mass compile .svn directories. Is there a way? Best regards Bjarne
  9. Hi This question is moved from the Wiki Use svn directories If LabVIEW don't MassCompile directories starting with a _, what is then the purpose to have directories in the LabVIEW folder starting with a _? I have installed the JKI statemachine and it is placed under Addons and named "_JKI Toolkits". If I made a masscompile of the LabVIEW folder, the _JKI Toolkits folder will not be compiled. regards Bjarne
  10. QUOTE (Aristos Queue @ Mar 3 2009, 03:33 PM) Hi Aristos It works just fine and then I can do the search from the LV environment, instead of using other programs. best regards Bjarne
  11. QUOTE (Bjarne Joergensen @ Feb 27 2009, 04:53 PM) Hi Is there someone that would be kind to take a look at this and tell me if I'm right or missed something in the LV documentation best regards Bjarne
  12. QUOTE (rolfk @ Mar 1 2009, 10:19 PM) Hej Rolf It works for me, execpt when the files that use the file I'm looking for is in a llb! /Bjarne
  13. Hi It seems that the MouseUp event don't work on the vertical scrollbar in a string indicator. I have made the attaced VI (LV8.2.1) If you try to click at the scrollbar and hold the mousebutton down the VI stop scrolling, butit don't start again when you loose the button. I you do the same in the text, it works. It's the same in LV8.6.1 /Bjarne
  14. QUOTE (Anke Schenk @ Feb 27 2009, 03:39 PM) Hi Anke I works just great :worship: Now I can find those VIs I have used a buggy lowlevel VI. Tanks Again /Bjarne
  15. QUOTE (Anke Schenk @ Feb 26 2009, 05:15 PM) Hi Anke Did you do this from LV or a file bowser? Bjarne
  16. QUOTE (Phillip Brooks @ Feb 26 2009, 01:43 PM) when you connect to the host with a command line FTP client, then the FTP server is not compliant with http://www.ietf.org/rfc/rfc959.txt' rel='nofollow' target="_blank">RFC 959 - File Transfer Protocol (FTP). The format of a response to a PWD command should be: 257 "fs" is CWD If the server is returning the string you indicated, then the bug is in the server Hi Philip Thank you. :thumbup: I think you are right about that the bug must be in the server. It is a product of our own. I will ask the R&D if they are diviating (they must be) from the RFC 959. regards Bjarne
  17. Hi All Is there a way to find VIs where a specific VI is used, whithout loading all the VIs I might assume that call the specific VI? best regards Bjarne
  18. QUOTE (Neville D @ Feb 25 2009, 06:13 PM) Here they are The little white box with an arrow reprecent the code below! Remember, this is not my code. This is what NI deliver whith the Internet toolkit(nice style ). Regards Bjarne
  19. HI I am using LV8.2.1 and the internet toolkit. There is a FTP function called "PWD"(print working directory) who I think got a bug. It don't put out the working direktory. It take the reply text ( ex: Current working directory is "fs" and use the subVI "unescabe double quotes.vi" to remove the quotes, but this subVI need to have a string where the hole text is surrounded with double qoutes. The FTP "PWD" function send a string like this( ex: Current working directory is "fs" to the subVI and that result in an empty string out. Take a look at the attached pictures. It's the same in LV8.6.1 regards Bjarne PS: I have also posted this in the NI forum, but no one reply, so I try here at LAVA FTP [PWD]_BD.png (5 kb) Unescape Double Quotes_BD.png (11 kb)
  20. Hi Do you know the JKI statemachine? http://www.jkisoft.com/state-machine/ http://forums.jkisoft.com/index.php?showforum=40 I think it can help you solving your task. regards/Bjarne
  21. QUOTE (Michael_Aivaliotis @ May 5 2008, 09:02 AM) I can't se the picture of what you are talking about. What is wrong ? regards Bjarne
  22. QUOTE (Michael_Aivaliotis @ May 5 2008, 09:02 AM) I can't se the picture of what you are talking about. What is wrong ? regards Bjarne
  23. QUOTE(Ale914 @ Feb 15 2008, 05:07 PM) Hi I have heard from my local NI office that there is a teststand lite on it's way ! Also Ni have just Acquired the danish company microLEX and they got there own sequenser SequenTEST. We use that in our production. http://www.microlex.dk/ best regards Bjarne
  24. QUOTE(Aitor Solar @ Oct 24 2007, 11:47 AM) I have tryed with integers and then there is no problem. If I set the procision to 20 digits for a DBL-control I see a strange behaviour. If I type 0.5 then i display 0.50000000000000000000, but if I type 0.2 then it display 0.20000000000000001100 Why is that ? Bjarne Update: I found this on Lava http://wiki.lavag.org/Numeric This explain the problem
  25. Hi I got a problem with the compare function "Greater?". I use it the way you can see in the VI. With the controls set as default there is no problem. The current value cycles between 8 and 4 with 0.2 steps. The problem is that when I set the Start value less than 7.6, current value never reach 8.00. I can't what's wrong with my VI, or is it the Greater? funktion that got a bug ? best regards Bjarne Jørgensen PS: It's the same behaviour in LV6.1 and 8.2 The Vi is in 8.2
×
×
  • Create New...

Important Information

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