Jump to content

sam

Members
  • Posts

    143
  • Joined

  • Last visited

  • Days Won

    8

Everything posted by sam

  1. The problem resides in the Driver that you are using. You should ask the creator of the driver. Another thing I can think of is playing the bit count, 8, 16, 14, 24 .... if you can not change the driver, you can rearrange the array yourself as I can see that you are getting the image array and saving it to file. Remember the Array is in RGB. and use ArrayInterleave and ArrayDecimate. QUOTE (iowa @ Sep 10 2008, 03:11 PM)
  2. You are not parsing the [Rows] in [image Array] correctly if my memory serves correctly. From the picture it seems that you are for example taking every other pixel,which will give you a compressed stubby image.
  3. Give wget (http://en.wikipedia.org/wiki/Wget) a try as well. wget can do recursive, time compare (Changed files) very well. there is wget for windows, also it is included in cygwin package.
  4. QUOTE(silmaril @ Aug 14 2007, 10:43 AM) Works just fine in my Firefox, are you saying you can't use firefox for youtube videos? try installing/adding a plugin for flv players.
  5. I don't know what you are really doing but if you want to prevent a condition that already has happened from happing again you need to perform some kind of search, which I don't see in your code.
  6. okay! where is your contact information? What level of experince are you looking for? junior, mid-level, or higher? if you are really looking for someone then why are you shy about giving details and your contact information?
  7. I don’t post a lot, but I have been a member for a while now. I think the fact that this forum is good place to post interesting and advanced topics, has made me stick around. So as far as I know everyone here goes out of their way to answer posts, and I think they should be commended for it. Some observations I have had with these two new members, maybe these thing I am saying will ring a bell to others. Also if others See this they may benefit or not. Their typing is their Chat-Like typing, reminds me of my little cousin playing video-games. Whenever I see this I ignore the whole post, make mental note and if repeated ignore the user all together. If this typing is because of English language then over time I would realize that fact and would be okay with it. They keep on saying they are working on a project (emphasizing on project) kind of leading to a work-related projects, like most people here. But when you read the questions you know it is some school assignment, so you already getting a feeling of being lied to. Again this is my opinion. The questions are none-stop. Again that is okay with me, I don’t answer but I get the feeling that they are trying to get a passing mark in course without paying their dues. So If I am wrong I apologize. I think a well written introduction of their status would make all my point go away.
  8. Thanks PJM, I wasn't even sure that LabVIEW could run. Do you know if NI-Vision,IMAQ can be run? Since their data are in form of pointers. As for NI drivers , I more convinced that they will not work, unless some thunking is done.
  9. I've got this amd64 Dell pc, and right now it's running xp32, but it's not very stable. I'm thinking about putting XP64 on it, but I am not too sure what to expected. Has anyone got any experience in XP64 and NI products? From hardware perspective , what kind of support/products are there from NI? I appreciate any insights. Thanks
  10. Thanks for the info, I only seen the the installer that has the SVNServer running in application mode. I admit this one is easier than my way. But because I install cygwin on all me computers svn server comes as free for me.
  11. Not to take anything away from Jim, but to add to his post. If you like SVN, here is a quick way of setting up a SVN server for your Windows machines: All you will need is cygwin distribution. cygwin is Unix/Linux commands for window, it also contains Xserver and other stuff as well. When I get any new computer cygwin is the first thing I put on it. you can download it from cygwin.com. These instructions will install the SVN server as a service on your windows, meaning the compter can run headless in a corner somewhere with minimum administration. Once the service is up and running you can use TortoiseSVN as your client and use the SVN user manual: once you have downloaded and installed cygwin, follow these steps: Assumptions: c:\Cygwin - cygwin installation directory d:\SVN_Repositories - SVN repository folder for your projects 1: Go to Run (Start | Run) and type: c:\cygwin\bin\bash.exe 2: in the opened bash command window type: 2.1: svnadmin create D:\\SVN_Repositories 2.2: cygrunsrv --install SvnServe --chdir D:\\SVN_Repositories --path c:\\cygwin\\bin\\svnserve.exe --args "--foreground --daemon --root=/cygdrive/d/SVN_Repositories" --desc "Subversion System" --neverexits 3: Run the "SvnServe" Service from the control-panel ( Services): Only for the first time 4: To access the project in your SVN repositories: Actual Folder path: d:\SVN_Repositories\ProjectLAVA svn checkout path: svn://ComputerName/ProjectLAVA Enjoy!
  12. very nice toolkit. I have one suggestion, I think it would be better to use a check box to indicate debug mode. or if you keep the current style then indicate in text the status of the debug button.
  13. interestingly enough I found this bug a few days ago as well, and also reported it to NI.
  14. The best way to interface Java and LabVIEW is a client/server type application. Java-Client, LabVIEW-Server. QUOTE Two questions, one comment: 1: Why is it a bad idea to talk to your module in Java if you are only communicating serially? 2: If you communicating serially to your modules then what benefit is LabVIEW going to provide over any other language? Just stick to one language if you can and avoid complication of introducing multiple languages.
  15. Hi Chris, Check out flyspray. http://www.flyspray.org/?p=Features and to get a feel for it, you can test drive their own version for flyspray featue and bugs at http://bugs.flyspray.org/
  16. I am just pointing out the obvious: Is that the only function you have in the last frame? Do you also close the front-panel in the last frame? make sure you don't run into race condition, close the FP first then call the function.
  17. This is an issue is if you have a Cluster Point (int X, Int Y) or Cluster Resolution (int X,int Y) Now this naming is quite common practice. But if you now have some objects (Clusters) that use the above(point or Resolution ) as parameters, then you are going to run into Problems. I am speaking of this as unbundle by name is now a bug in LabVIEW ever since I can remember. So maybe you can get it right.
  18. With this VI I am only pointing out exclusive write access to data. Inside the VI you can use ini or xml or databse to save your data to disk. I have used/using sqlite3 (using openg variants to save LabVIEW objects to sqlite3.). Also if you have a giant Cluster and pass it to openg's cluster to INI it will be saved in one action. But I often browse the INI file with ini-aware text editor and grouping items makes it easier to browse.
  19. Hi, I just added LabVIEW 7.0 code. Try to download again. -Sam
  20. File Name: Data Repository with INI files (not a Source-Code-Control) File Submitter: sam File Submitted: 30 Oct 2006 File Updated: 31 Oct 2006 File Category: Database and File IO Data.vi V1.0.0 LabVIEW Versions 7.0,7.1 Copyright
  21. I agree that it can get complicated, but what I have is a ‘dt’ input, which is the time taken for the last (loop iteration or task sub-loop). This ‘dt’ value then is used to estimate the remaining time by multiplying it by the amount of steps remaining. The value does jump up/down a few seconds but in general it gives good estimate. Even in windows I haven't seen a very accurate implementation, unless you are well aware of the nature of the task. Also I only do it for the current tasks and I don't try for the remaining tasks in the queue. The above method doesn't have to be tested separately on a developer and use it statistical data.
  22. Nice tool, I have made a message dialog very similar, in code structure. But mine doesn't have the many gif graphics. What I have in mine is that it also gives an estimate of remaining amount of time left to complete the current task. Maybe a 1.1.0 release? Thanks for sharing it.
  23. A nice free utility for disk usage, which actually color-codes your files, is WinDirStat http://windirstat.info/. it uses the approach of treemap, The same as SpaceMonger mentioned already above. http://en.wikipedia.org/wiki/Treemap -Sam
×
×
  • Create New...

Important Information

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