Jump to content

jgarciallamas

Members
  • Posts

    35
  • Joined

  • Last visited

Everything posted by jgarciallamas

  1. Hi Mark, thank you very much again, great job and very useful resource for those who could not go there. Mark, I'm facing some troubles with the FTP, I don't know if the server is having some troubles or it's just me. I can log in but then the server says that "it was not possible to list the directory". Is there any punctual problem with the FTP server? Thanks again Mark. Jose
  2. Hi Jim, it's time to wait for 2000 posts, Jim Kring or better said "King" :worship: congratulations Jim. Jose.
  3. Hi folks, just reading Jim Kring's post related to NI Days 2007, I was thinking how NI days are in the States. I mean, a couple of weeks ago there was "something called NI Day" in Barcelona, Spain, and I had the impression it was more comercial than technical day taking into account there were: - introduction speech about how NI had grown the last 20 years. - more about NI history and some demos such as Mindstorm robot spinning. that was until midday, just in the afternoon: - some "technical sessions", half an hour, about RF technologies (focused on X10 protocol), new features in Lavbiew 8.20. also during all the day there were some exponents talking about how they use Labview in their business. I went out this NI day with the sensation that it was a poor "NI Day" so I'd like to know how these meetings are out there, because as I mentioned before by reading Jim Kring comments I have the sensation that they are more technical, Jim I know you are preparing a speech this year :thumbup: so questions such as: -how long are those meetings? -what kind of events take place there? any info related to this issue maybe would help in order to improve next "NI Days", who knows. thanks for your comments. Cheers.
  4. Hi folks, I'd like to make available a vi, previously converted to .exe file, through internet so by searching in this forum I have found this thread http://forums.lavag.org/index.php?showtopi...Publishing+Tool, it is related to the Web Publishing Tool so my questions are: 1.) related to the thread mentioned above, by reading the instruccions I'm not able to get the goal. Here you have part of my .ini file generated during the building process and after making Web Server available: WebServer.Port=8083 WebServer.Enabled=True the tag generated by the Web Publishing Tool during the configuration was: http://my_localhost:8083/Final_Integrado_121206.htm as the thread mentions this tag has to be included in .ini file, right? do I have to copy-paste the tag to the .ini file or I have to include this tag is as a part of a field such as?: The Tag = http://my_localhost:8083/Final_Integrado_121206.htm (IT IS FOR EXAMPLE PURPOSES) Also related to this thread, there is a broken link Michael mentioned: http://forums.lavausergroup.org/index.php?...dpost&p=679 has it been moved? 2.) are there other methods to make available an .exe file, through internet, taking into account I'm using Application Builder feature. Thanks in advance for your support, cheers, Jose.
  5. Hi all of you and thanks for your feedback, sorry for the delay, you know special days. Related to my post I have things to add, maybe my first one was a little bit caotic :thumbdown: , anyway my main vi, which includes several sub vi's will be an application(.exe file) which: 1. It'll be launched by Windows at night. 2. This vi will perform some tasks. 3. and it'll close automatically. (Quit Labview vi) at this point I don
  6. Hi folks, Just a question related to an vi, which calls at the same time other vi's. The case is that I'd like to close Labview when the main vi finishes its execution so for this purpose I use "Quit Labview" vi under Application Control palette. At this point when Labview tries to close itself it is going to ask you if you want to save not only the vi but also the sub vi's so how can I manage to say Labview that I don
  7. Hi JFM, yes, you are right, the format string you mentioned works fine. Again thanks all for your understanding and patience :worship: Great group of people at LAVA forum. cheers, Jose.
  8. Hi chris, thanks a lot for your feedback, I'm gonna check the posts you mentioned. regards, Jose.
  9. Hi, don't worry crelf, the key is that if you see the spreadsheet string, for example first value is 7.0 and the first array value also is 7.0, no problem so far but the second value from the spreadsheet string is 7.3, and here are my doubts, the corresponding value of the array is 7.0 so they don
  10. Hi, thanks for your fast answers. Yes, by changing the "format&precision" parameters to 1 digit precision the array values are shown the way I'd like but still there is a problem, in fact the function is rounding the decimal to 0, please see attached image file. thanks again, Jose.
  11. Hi, Hope you can help me to find what I'm doing wrong, please see the small attached vi. I'm just trying to convert spreadsheet string to an array of numbers with 1 digit precision but I don't know what I'm doing wrong, I think the format string input is o.k but I'm at this point I'm doubting of everything . Thanks for your support. cheers, Jose. Download File:post-662-1166458178.vi
  12. hi folks, thanks chris, thanks jim. I see, so although I install oglib_file package, problems will be there. Jim, you mentioned that problems are related to File IO primitives so it would be any possibility of solving the problem by substituying the vi's which have problems by the File IO primitives LV v7.1 has?, in case there weren't possibility are there other ways to send an e-mail by using an SMTP server which requires authentication, I mean by using Active X controls(MSOutlook) and so on? Thanks a lot for your support. cheers, Jose
  13. Hi Jim, related to what you said: "Here are the converted files. Please note that this is not executable, due to the fact that some of the File IO primitives to not map directly into 7.1 functionality." I have tried to open OGIC_SMTP Send Mail.vi and the error is related to "File Exists_ogtk.vi" file and it sounds me to VI Package Manager, am I right? Maybe this file is for L.V 8.2 and there would be enough to replace it by File Exists_ogtk.vi for L.V 7.1? I don
  14. That's the way you say JFM, :worship: Thanks a lot to all of you, thanks JFM for your support. Cheers, Jose.
  15. Hi and thanks a lot for your feedback. JFM, I'd appreciate you could recompile to LV 7.1, please. Thanks again. :worship: Jose. Hi again, sorry, I forgot to attached my "baby" vi, obviously it's incomplete, just to show you what was my intention. cheers, Jose Download File:post-662-1166186924.vi
  16. Hi, I hope you can help me a little bit with an algorithm problem, I have no way to manage it and I'm a little bit crazy trying different things . My vi has a 2D array input, also the output. The first position of every row inside the 2D input array is a string, which I have to parse. In case there was a match with an string constant value I have to keep this row into 2D output array and going on the rest of the rows. Thanks in advance for your help. :worship: Cheers, Jose.
  17. Hi, Thanks folks for your support and understanding. "Also, jhoskins mentioned that you should download the OpenG libraries using VI Package Manager. Unfortunately, the SMTP VIs are not yet available from withing VIPM." that's what I thought, I hope they were included soon. :thumbup: Cheers.
  18. Hi folks, first of all ,sorry for bother you with this request but I need to do it. Please, see attached file, they belong to OGIC_SMTP library used to send e-mails through SMTP protocol, it was modified by smercurio(NI forum)from the original version found at OPENG. The thing is that the versions attached are for L.V 8.2 and L.V 8.0 and I'd appreciate someone who could recompile for L.V 7.1, which is the one I'm working nowdays. Thanks for your time and support. :worship: regards, Jose. Download File:post-662-1166120047.zip
  19. Hi JFM, Yes, you're right. :worship:, thanks for all of you. Thanks a lot. Jose.
  20. Hi everybody, first of all, thanks for all of you not only for your valuable answers but also for pointing me out the right direction. By reading your answers I have tried to catch the error I wanted to manage, error code 56 related to networking, just by using General Error Handler.vi, please see attached image file. The question is that it doesn
  21. Hi syrus, Thanks a lot for your reply. I'd appreciate you could compile for labview 7.1. Thanks again. Jose.
  22. Hi folks, Just a question related to a vi I'm playing these days, hope you will be able to point me in the right direcction. The vi is basically a For Loop which iterates several times, once per I.P connection, because inside the for loop I executed some telnet commands against some machines outside and log the results. The key, and this is my question, is that sometimes and for whatever reason these I.P's are unreacheble so automatically Telnet vi's, from Internet toolkit, are not very happy about this and the error propagates through the different error cluster Telnet vi's and at the end there is a pop up message just with the code of the error and so on, although I get and copy the error through the Simple Error Handle vi, the error message pops up, please see attached file, and I have to press Continue button in order to go on and I'd like to avoid this pop up because the vi would have to run automatically, so in case there were those kind of problems the vi will log the error message and will jump to the next I.P. Any feedback will be welcome. :worship: Kind regards. Jose.
  23. Hi, Thanks again JFM, just a little feedback about what I have tested: 1. By adding an "exit" command + newline character to the "Write Telnet vi" and wiring the answer to a "Read Telnet vi" the answer was an error telling that the connection was closed by the peer so that's clear that the server closed connection inmediatly. 2. Again, if I let "exit" command + newline character to the "Write Telnet vi" but I don
  24. Hi, Thanks JFM for tell me your experience about telnet protocol. Related to your answer, I also thought that maybe an "exit" command was a must but after implementting it the execution behaviour is still the same. So what you recommend is a delay time after closing the telnet connection to the server? Thanks for your time. Jose.
  25. Hi folks, I'm testing those days a program which uses telnet vi's, from Internet Connectivity toolkit, please see attached image file. Program runs ok but when I try to run it again I have to wait some time, from 30 seconds to 1 min before running it again because the message you can see in the attached file pops up "The specified network address is currently in use", that's what I don't understand because the currently telnet session was closed by Close Connection vi or I think so. Could you point me a little bit about this issu, please? Thanks in advance for your time. Jose.
×
×
  • Create New...

Important Information

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