Jump to content

hooovahh

Moderators
  • Posts

    3,365
  • Joined

  • Last visited

  • Days Won

    268

Posts posted by hooovahh

  1. A useful piece of software I use is DriveImage XML It's free and it supports imaging a windows hard drive, when logged into windows. It "Locks" your files while making an image. This is useful for me so I don't have to reboot into a live OS from a CD and image the hard drive. It also is a more open standard so it "allow(s) you to process them with 3rd party tools".The one thing the software doesn't have (that other imaging software does) is incremental backup, so I just keep the most recent 2 or 3 images instead, and delete older ones.

  2. At work I'm at 1280 X 1024, but it's hardly a standard. What's even worst is some developers are wide screen some are standard. Most the systems the software is going into is standard 4:3, but some controls act funny when the monitor is not at its native aspect ratio and native resolution. One thing I noticed is circles may appear to be ovals if you are not at the full native resolution of a monitor.

  3. QUOTE (crelf @ Dec 3 2008, 11:54 PM)

    There's a guy in our office that uses that to work across four different screens each attached to a different PC (including two laptops). Freaky to watch, but he's used to it and doesn't think twice about it :wacko:

    Yeah it was also kinda weird, he would have a desktop and 2 laptops running Synergy, then one day I had to remote desktop into one of his 2 laptops, and it got weird when he would move his mouse off the screen and move my mouse.

    On a side note I sure wish that I had dual monitors for development, I wonder what that would be like, hmmm, crelf do you know what it's like developing on 2 monitors?

  4. QUOTE (crelf @ Dec 1 2008, 03:24 PM)

    I don't know what OS(es) you need to support, but why not just use the default backup software that comes with your OS?

    I started looking at the NTBackup software that comes with XP, and the advanced features are pretty useful. It's just for me it was easier to write a 4 line batch file to backup some media folders. If I ever want to backup more OS features (like settings and such) I will definatly keep NTBackup in mind.

  5. I have several hard drives floating around my house which don't have a home. Most of them are IDE, and I've ran out of IDE channels on both my PCs. So my plan is to hook these drives up to my PC using an IDE to USB adapter once a month or so and do an incremental backup. After the backup is complete I can then put the drives into a safe location. A waterproof/fireproof safe would be nice, but for now their just in a lock box, so if the PC is stolen the data will still be safe.

    The software I'm using for my backup is a simple one, a batch file that calls robocopy. It's a very useful command line utility. You basically say here's my source directory, here's my destination, and if files in the destination already exist don't overwrite them. It also does updates to files if they are the same name but different.

    On top of an incremental backup I could setup some kind of Raid 1, but I've ran out of hard drives.

  6. 10 minutes? I can see from a cold boot defiantly taking me that long. But I (and many other people who don't care about energy usage) just lock my computer at the end of the day Monday-Thursday. When I come in the next morning I just unlock the PC and I have outlook and firefox, and what ever versions of LabVIEW I was using, already open. I realize it's wasteful to have a 500W pc powered on all night even if it's idle, but I can't stand that long boot up time.

    I've never found the LabVIEW load time to be too long, but I've never been giving a presentation and needed to launch it. Maybe then it would seem like an eternity.

  7. QUOTE (crelf @ Nov 8 2008, 01:40 AM)

    Wouldn't it be sweet to have a waterproof/fireproof safe with a little PC in it that wirelessly did your backups? It could have a UPS to shut down nicely. The only issues would be how to get data and power to it, and heat dissapation...

    Ok so lets say you have a waterproof/fireproof safe, which has a thermally conductive but not electrically conductive liquid in it, then submerge the PC into it so the heat will be dissipated through the water, and then the heat could dissipate through the metal safe. Then safe may get too hot and start a fire...or it might not get that hot. I've heard about people submerging their pc into this kind of fluid and it seems to work well.

    Also if it is fireproof/waterproof I assume the casing would be very heavy stuff, not sure how well wireless signals would get through it. I guess revert to some slow wireless signal with lots of redundency. But yeah getting power to it may be tricky...I guess it would just be easier to have an off-site backup, the odds of both places buring/flooding at the same time would be minimal.

  8. I too have played around with reuse libraries and adding them to the palette properly. A tool you might find interesting is the Palette API which was posted in LAVA some time ago which originally was found on NI's website but it has been taken down since. However the API is still available in the LAVA post.

    http://forums.lavag.org/LabVIEW-Palette-AP...ased-t8292.html

    It basically lets you programatically read and write .mnu files.

  9. Is there any reason why you're not using some freeware application instead? If you don't need the source code, or want to add more features I would recommend trying some freeware webcam surveillance software. Here's a few I found just with a quick google search.

    http://www.giveawayoftheday.com/freeware/2...04/19/rise-sun/

    http://biphome.spray.se/baxtrom/sscanii.htm

    http://www.freedownloadmanager.org/downloa...bcamXP_53830_p/

    Keep in mind I haven't used any of these, and there are a ton of other application which aren't free which do the job too.

  10. Yes and no, not be confusing. Using the Application Builder software (included in the professional version of LabVIEW) you can build your program into an installer, this installer can be installed on any Windows based operating system, and then your program can run from the start menu, which the installer makes a shortcut for. The installer that you build will be alot larger than you expect it should be. For a hello world program it may be 20MB or so. This is because in the installer is also the LabVIEW run-time engine which is needed to run any LabVIEW application.

    With the Application Builder software you can build just an application, which will result in a few hundred kilobytes in file size for a .exe file of hello world. BUT this exe file can only run on a computer which has that version of LabVIEW's run-time engine installed. You can download all the different versions of the LabVIEW run time engine for free from NI's website.

    If you really want to get tricky, there is a way for smaller exe files (the ones that aren't installers) to run on a computer without the run-time engine installed, but it only works for LabVIEW 7.1 and older, and you can find information about that here.

    http://forums.lavag.org/Runtimeless-Instal...tions-t122.html

  11. I don't have a perfect example on how to do this, but I do have the Property Nodes that might help you.

    TextFormater.jpg

    Using the property node in this picture I can programatically change the font style, size, and color, of part of a text string. I would suggest setting the string to a constant like the following:

    QUOTE

    Start Time:

    Operator:

    Serial Number:

    Then you could set each section to be bold or not, like from 0 to 14 is bold 15 to 17 is not bold, 18 to 27 is bold, and so on (my numbers may be off). Then the user can type in plain, while the headings will be in bold. Hope this helps.

  12. Ad? :blink: Oh that is an auto generated response to put ads on the site (to help pay for the cost of this forum) I don't know where the advanced search is. I know that most forums created with invision free have the advanced search feature that you mentioned but I don't see it here.

    A topic was created a while ago mentioning that the search on this forum "SUCKS" that topic is here.

    http://forums.lavag.org/LAVA-Search-still-SUCKS-t11799.html

  13. I was kinda hoping this would be a scripting VI which scan a set of VIs and locate all the misspelled words, now that I would use on every VI I made. But that wouldn't fit into your "quick and dirty" definition. This is still a cool program without the scripting feature.

  14. Wow I don't think I can help but could you clarify a little please.

    QUOTE

    I am looking for someone who has made Labview 6i work with a USB device.

    Do you mean, have LabVIEW interact with a USB device? What kind of USB device, USB camera, NI-USB DAQ device? USB thumb drive?

    Do you mean running LabVIEW from the USB drive? Do you mean as a development system? Do you mean running a LabVIEW executable? Do I ask too many questions?

  15. I don't remember the exact verbiage but here it goes:

    "Oh brain thank you so much how can I ever repay you" - Homer

    "Just don't hit your head when getting in the car" - Homer's Brain

    thud

    "Sorry" - Homer

    And

    "Shut up brain or I'll stab you with a Q-tip" - Homer

  16. I've used Ghost 8, 9, 10, Acronis True Image 8, 9, Power Quest Drive Image, and SelfImage.

    I recommend Ghost 8 out of these. It is very small, runs fine from a bootable disk, it can have USB support, works fine in Windows, DOS, and BartPE.

    If you're looking for freeware then SelfImage is what I would have to recommend. It also claims it can create an image without needing to log off windows. It can make the image of a windows partition, while logged into that partition. There's a BartPE plugins in the download section of the SelfImage website if you're interested in using this in a system rescue.

×
×
  • Create New...

Important Information

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