Jump to content

Michael Aivaliotis

Administrators
  • Posts

    6,196
  • Joined

  • Last visited

  • Days Won

    104

Everything posted by Michael Aivaliotis

  1. QUOTE(slugger @ Mar 1 2007, 10:58 AM) NT4 like the one release in 1996? Ouch. Well, that's a tough one. It could be just the instability of everything. I would suggest replacing it with a functional global see here.
  2. If you are even considering an 8.x.x release then you should skip 8.0 and jump to 8.2 since the latter is more stable and less buggy. Also, 8.2 introduced LABVOOP.
  3. Just click on the LabVIEW menu Help>Check for Updates.
  4. I locked it down to Premium Members because normal users kept posting LabVIEW support questions in the knowledge base. :headbang: I gave up and just locked it out. I don't have time for nonsense.
  5. I'm not sure why the preview doesn't have the image however it makes it through fine when you submit it.
  6. I use the keyword search feature all the time. Will the OpenG stuff show up if I put the keyword Array?
  7. QUOTE(Aitor Solar @ Feb 26 2007, 07:23 AM) I'm curious, which specific requirement is daunting? We're just asking for the basics really. Nothing you shouldn't already be doing in your code.
  8. Ok, thanks Jim :thumbup: . This all makes sense now. The original document I referenced is out of date at this point since several key elements are missing. I should of read the NI help. My problem was I did not have (--) and I did not even have the Builder flag set either. Both wrong.
  9. QUOTE(jed @ Feb 23 2007, 04:16 PM) I could add this. I'd like to get some feedback from others. Is this a feature I should look into?
  10. QUOTE(Tomi Maila @ Feb 24 2007, 10:37 AM) QUOTE(Jim Kring @ Feb 24 2007, 11:51 AM) some examples of your key/values would help. I'll bet you're just missing some quotes around your paths. ...and before you jump on it, I tried putting the "c:\hello.exe" in quotes as well but it didn't help.
  11. I was reading through a very thorough document here: File Handling Guidelines. However it does not work for me. I keep getting the following dialog when I double-click a file: I've built the app in LV8.0 and I'm using the exe launcher trick.
  12. Just want to update this thread with new information. You now CAN view and edit your submission while it's in the approval process. I have updated the documentation here: How do I submit code to the LAVA Code Repository?
  13. I've created an xnodes category in the code repository. Please post this code there. Also, please post the xnodes presentation there. Thanks for the hint on the 2Mb limit, I've increased it to 10Mb. Don't want to be all administrative and stuff but I might just end up shutting down threads in the future that would rather be initiated via the code repository.
  14. QUOTE(Ben @ Feb 21 2007, 09:13 AM) Speaking of old...http://www.cnn.com/2007/WORLD/americas/02/...d.ap/index.html? Damn!
  15. QUOTE(Dave Graybeal @ Feb 22 2007, 12:17 PM) Good Job! :thumbup:
  16. Well, it appears to be a LabVIEW bug. I would report this to NI. When the VI is idle and you popup on it to use a generic probe the probe reference bubble is greyed out. I DID however manage to use a custom probe. That works fine. Typedefs or NOT, this is not normal. Typedefs can be probed. The image of the grey bubble was after I disconnected typdefs so this wasn't an issue in my test. Here is a LV 8.2 version which has this problem too. Download File:post-2-1172175648.vi
  17. QUOTE(eaolson @ Feb 22 2007, 10:47 AM) That's not exactly what I meant. The OP does not specify what the sampling rate is for the 200hrs btw. In any case, you would continue to save data at the slow rate to file A, however you would also have a file B that would always contain the last 5 mins of data at the high speed rate. Basically creating a buffer on disk. Appending to a file is faster than you might think (OS disk caching is pretty smart and writes in chunks anyway). Also, there is the chance that the application will hang or even crash when you try to save a large file of data from memory at the end. You might even run out of physical memory and the OS will resort to swapping which has it's own slowdown problems.
  18. Typically, when doing streaming to disk, you want to append the data to a file as you collect inside the loop, not after the collection. This means you don't have to build up a large array. That's my opinion. Write everything to disk all the time and after the test is over extract the last 5 mins you want. Also, why are you assuming 16 nodes of data collection? Normally you can sweep all 16 channels with one daq node. Have you considered TDMS files? They are optimized for high speed disk streaming (NI claims). Anyway, just my 2 cents worth. In the end you're the one who has to get it working...
  19. Nice work. QUOTE(Aitor Solar @ Feb 22 2007, 06:18 AM) Init Ability always runs when XControl instance is loaded. The problem is you put your code in the 0.0.0.0 frame. You need to put it in the default frame. Delete the 0.0.0.0 frame altogether.
  20. I find this hard to believe. Please post an example. Also, if you're probing a reentrant VI, make sure you are probing the correct instance.
  21. QUOTE(TiT @ Feb 21 2007, 11:37 PM) I'm not exactly sure how the OpenG packages create the palette items. I haven't gotten involved in that aspect of it. Perhaps Jim can shed some light.However, I know for a fact that VIPM does not do anything special with OpenG packages compared to any other package you may install (besides the internet connection of course). So my point is if you add the menu creation in your package, VIPM will gladly set it up for you . Perhaps that is the real problem that should be addressed.
  22. QUOTE(TiT @ Feb 21 2007, 01:39 PM) Well, VIPM does some of that to an extent. Once you install all of your packages to the new computer via VIPM, you will also get the palletes setup for that package. This is part of the standard package installation process. Of course it doesn't handle customized palette sets or INI settings... yet.
  23. QUOTE(yen @ Feb 21 2007, 10:00 AM) Dire Straits - Sultans Of Swing '78 (live) <object width="425" height="350"><param name="movie" value="http://www.youtube.com/watch?v=XCP10oa3Slg"></param><param name="wmode" value="transparent"></param><embed src="http://www.youtube.com/watch?v=XCP10oa3Slg" type="application/x-shockwave-flash" wmode="transparent" width="425" height="350"></embed></object>
×
×
  • Create New...

Important Information

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