Jump to content

LAVA 1.0 Content

Members
  • Posts

    2,739
  • Joined

  • Last visited

  • Days Won

    1

Everything posted by LAVA 1.0 Content

  1. CITATION(Ben @ Mar 27 2007, 02:48 PM) I'm not trying to break any record... just to find out how not to suck up all the memory CITATION(Ben @ Mar 27 2007, 02:48 PM) Is it LV or the DB that is eating up memeory? Ben When I look at the windows task manager, it is the virtual memory taken by my exe (made with LV 7.1.1) that keeps increasing.
  2. Flatten to and Unflatten From String also work nicely with enums... For example, sending messages between systems or processes. http://forums.lavag.org/index.php?act=attach&type=post&id=5313
  3. CITATION(alukindo @ Mar 27 2007, 06:48 AM) I now have the lastest ADO/MDAC and I added the modifications you suggested at "open connection". the issue remain the same. The memory keeps increasing... :headbang:
  4. Thanks a lot for your post Anthony, I will upgrade the ADO (I currently have 2.7) and do some more testing. Just to keep everyone involved in this thread updated, I tested my "write to DB" VIs on a new computer first with MS SQL server 2000 and then with 2005 ; in both cases the memory used by the LabVIEW exe keeps increasing of about 4bytes at each write. The code I tested is a very small exe (see source attached), as you can see at each loop iteration, I : - open connection to DB using a *.udl file - write a couple data (floats) - close the connection to DB I have an NI car number : 521 262 As I said earlier I can't spend much time on this issue so I'll send this back to NI and demand an example that works without sucking up all the memory. Many thanks to everyone involved in this thread.
  5. here's a screenshot of the page I get redirected to when I click on "forum search" :
  6. QUOTE(Mike Ashe @ Mar 24 2007, 01:23 PM) Don't worry, I think that was actually clerf http://forums.lavag.org/index.php?act=attach&type=post&id=5299''>http://forums.lavag.org/index.php?act=attach&type=post&id=5299'>http://forums.lavag.org/index.php?act=attach&type=post&id=5299, crelf's evil twin brother replying...
  7. CITATION(lraynal @ Mar 23 2007, 09:16 AM) I also hate being traced by "big brother" in general. But here on LAVA, I come freely with nothing to hide. People can know how many time I spent on which part of the forum ? And then ? Appart from my boss, maybe the LAVA admin and of course that "big brother" who you be interested in knowing that ? As you said, as long as my weekly job is done by friday night, what's the matter ? This is an open community, I don't think anybody here is going to trace you, and if you don't want to fell traced, then sign in with different fancy accounts. "Je sais maman, je suis paranoïaque. Mais c'est pas parce que je suis paranoïaque qu'ils ne sont pas tous après moi !" Pierre Desproges http://fr.wikipedia.org/wiki/Pierre_Desproges http://en.wikipedia.org/wiki/Pierre_Desproges
  8. QUOTE(hannibal @ Mar 22 2007, 11:35 AM) It's a link to a BLOG, don't know if you have any filters or restrictions... Here's an example of what you can do in LV 8.20 with the Background and Splitter/Pane features http://forums.lavag.org/index.php?act=attach&type=post&id=5261http://forums.lavag.org/index.php?act=attach&type=post&id=5262
  9. QUOTE(hannibal @ Mar 22 2007, 05:41 AM) This was just discussed on Christina's blog recently... http://eyesonvis.blogspot.com/2007/03/labview-ui-trick-panel-wallpaper.html' target="_blank">http://eyesonvis.blogspot.com/2007/03/labv...-wallpaper.html
  10. QUOTE(Darren @ Mar 18 2007, 09:42 PM) Congratulations! WhatABurger appears to be a bit large portion wise for little ones, you might need to switch to http://www.krystal.com/' target="_blank">Krystal burgers for the kiddies. I remember driving from my hometown in Western New York to Florida as a kid, and we stopped into a Krystals. My mom and dad were confused by the tiny burgers. Mom went to the suggestion box, but there were no suggestion cards left. She said out loud "People are leaving so hungry, they must eat the cards!" People waiting in line laughed...
  11. Maintain Proportions of" no-no-no... "Show Connector" no-no-no... ""Reentrant" eeew! I give up....
  12. I just saw this chair on an HGTV program this weekend! It was described as "for the kids". I always knew Ben was a kid at heart (Edit: Just did a quick search, and these are not priced for kids; at least mine ~$600 US. When it comes to your health and ability to support those kids, its certainly acceptable.)
  13. QUOTE(Eugen Graf @ Mar 17 2007, 12:51 AM) For texture you need LabVIEW 8.20....
  14. This spam posting on the VIPM forum makes me wonder if its better to have a smaller or a larger package... http://forums.jkisoft.com/index.php?showto...2entry452 I'm sure it will be deleted as spam at some point, so here's a picture http://forums.lavag.org/index.php?act=attach&type=post&id=5211 Sorry for the sophomoric humor, its early and I've only had my first sip of coffee... (actually, the first sip ended up on my keyboard :laugh: )
  15. QUOTE(tnt @ Mar 16 2007, 06:26 AM) 4 bytes instread of 21+ bytes, and no conversion overhead.... :thumbup:
  16. QUOTE(pallen @ Jun 22 2006, 03:10 PM) Hi, Hopefully you're still reading this thread... Can any of you share how to actually install the runtime engine under DSL? Since the rte is distributed in rpm's, I'm having a hard time installing them under DSL. DSL doesn't support rpm's, and I've tried some scripts (I recall rpm2cpio), but without success. I'm sure it's easy for a Linux guru... Regards, Wiebe.
  17. QUOTE(vitt0ri0 @ Mar 15 2007, 05:49 PM) LabVIEW & JAVA... http://appletview.com/ http://jeffreytravis.com/lost/labvnc.html LabVIEW based building automation module... http://iconag.de/
  18. I found the solution... I was linking my task constant (task created in the project) directly to a "Start task" VI... Now I link it to the "Create task" VI @ "copy task" input and then I start the task.
  19. Hi all, We have different ways to create DAQmx tasks : - in MAX, - in the project (*.lvproj), - or directly in the LV code. I use to do it in the LV code and it was working fine. For a new project I created my DAQmx tasks in the project because I thought that was the right way to do it... I now doubt and need some help. Indeed, if I run the LabVIEW code it works as expected, and when I create an exe I get an error that says'm refering to a task that does not exist. Why is that ? Is there some settings to add in the build specs ? Thanks for any help. PS : I know I could create my tasks in MAX and would then have to export the MAX config (*.nce), but I'd like to have everything in the exe, just like when the tasks are created in the LV code.
  20. QUOTE(dlawer @ Mar 15 2007, 09:49 AM) Can't you use just the rs232 vi's (visa) to send and receive strings (SMS)?
  21. I've heard people say "I wouldn't wipe my @$ with that code", but with this thing, maybe they could! :laugh: I see a couple of Lego bricks in there, maybe there is some RCX code written in LabVIEW in there too. An unclosed control reference might explain the chunk that falls off on the right at the end of the clip....
  22. CITATION(Gary Rubin @ Mar 13 2007, 08:59 PM) -fed up with the alphabet? Update the languague to Russian!
  23. CITATION(thomas2609 @ Mar 13 2007, 11:26 AM) I think JFM is right... x= 0:0.1:1 does work om my LabVIEW 8.0.1 Go to Tools >> Options >> Front Panel >> on the second line you can enable/disable "use localized decimal separator". the default setting depends on your Windows settings.
×
×
  • Create New...

Important Information

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