Jump to content

ASTDan

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by ASTDan

  1. Thanks - I'll have a look at those.

    Well, the benefits of having the entire source distributed is that the user can do commits without the server (versus doing all a nights work in one big commit the next day - bit harder to narrow down bugs). Having the source distributed also means I have the entire history of the repository so I can do diffs, logs, and reverts without the server. Quite nice.

    -Tanner

    Are you saying it takes a whole day to commit :blink:. Why couldn't you commit at night?

    How do you know what the other folks on you team are doing if you aren't connected to the server? If programmer A and programmer B work on the same piece of code how do they get each others changes? Are you using a lock method i.e. nobody can check out your code until you check it back in?

    From what I briefly read about GIT each person has their own repository. What I don't understand is how that works in a multi-programmer environment. How do you know what version of the software is right one? If you have 5 developers you have 5 valid repositories of the code? Who's is valid? That sounds like a nightmare to manage. Is there something I am missing?

  2. Is there a tutorial or something of the sort for setting up SVN for LabVIEW?

    The main reason I would like Git is because it is distributed so fellow programmers could work on it at home, without being connected to the main Git server. Plus it has nice branching capabilities.

    Thanks

    -Tanner

    To my knowledge you have to get a 3rd party tool to integrate SVN directly into LabVIEW.

    The 2 I am aware of are

    JKI TortiseSVN for LabVIEW

    PushOK

    I use Tortoise SVN just in the Windows Explorer environment.

    A programmer could work on their code not having access to the repository (server) with TortoiseSVN however to commit and update code you would have to be connected. I don't know how you could manage your code if you weren't connected to a repository.

    You don't have to have your repository on a server. You can have it on your local hard drive or on the web.

    Branching in my opinion is easy in TortoiseSVN.

    I have never tried Git so I don't know the merits of it.

  3. I know Edison didn't invent the light bulb, I choose that analogy in particular figuring someone would pick up on it. And it was my better half who did..."better half" I have to come up with a better articulation for that.

    I am a big fan of Tesla, especially the documentary I saw on him and his most controversal invention...his cloner.

    (the movie is not a documentary, it is a joke he never made a cloner...or did he...no, no he did, but maybe...)

    Waaaa! Tesla isn't David Bowie! Ziggy Stardust and Alternating current! I am crushed.

  4. I have had many problems over the years emailing executable to customers.

    Two problems I have found arise.

    1. File to large for email

    2. Customer's Firewall/Virus scanning doesn't like .exe

    My solution (and it has worked well) is I ftp the executable to my website and my customers can download it. This method has worked very well.

    Recently I have learned about Google Docs http://docs.google.com/

    This looks like a very good way to share files with customers and other folks. I haven't tried it yet, but it looks very interesting.

    Dan

  5. Cyber Monday is every day! (just doing my part for the economy)

    The very LAST place I will be on Black Friday is any bricks-and-mortar retail establishment, anywhere. Shopping is painful enough without all that madness and mayhem.

    Well, maybe if REI has a really good sale.... smile.gif

    I like to kick back and enjoy my favorite beverage on Black Friday. It helps me after a whole day with the family...

  6. I had my hard drive crash a year ago. I had all my data backed up on an external hard drive. I was able to restore my files including all my .vi files with no problems. I used the Windows backup utility to perform backups and also to restore my files.

    Dan

    I wish to automatically back up to an external hard drive and, in particular, back up *.vi files. Prior to purchasing a drive, in questioning a major manufacturer on the capability of their drive for different file extensions, the answer received was (quote):

    “Unfortunately, [ *.vi] that is file protected by copyright; the same laws that protect its contents, forbids us from using it. You could try to backup it, but it is not guaranteed to work without issues.”

    Has anyone any comments, or alternatively, suggestions of a currently available external hard drive that is OK for Labview files?

    Regards, GraemeJ

  7. Well I wanted to post this for posterity...

    I went with Hostgator for my new host.

    http://www.hostgator.com/

    I have to say it is waaaay better than my old host for the SAME price!!

    There are many hosts to choose from and I tried to go with one that had a lot of space, bandwidth, and good to work with. Hostgator has unlimited space, bandwidth, and has a 45 day money back guarantee. I made the plunge and am happy so far...:thumbup1:

    I am hiring a company to help me select a Joomla template, port my static website to a CMS website, and give me some training on Joomla. My hope with this is to have some help to set everything up right, and train me so I don't do anything to stupid. Joomla seems very vast and feature rich. I am overwhelmed and excited with Joomla right now and hope the training will focus me in what I need to know for my site.

  8. It looks like Joomla is the way to go. I am really impressed with their features.

    I do have a problem. My current host will not work with Joomla so I need to find a new one.

    I am looking at www.sitground.com

    What I like about them is that they seem to have a lot of support for maintaining a Joomla site.

    Does anyone have an experience with siteground? Are there other things I should be considering with a web hosting service? Who do you use to host your website and why?

    Thanks

    Dan

  9. Here is a good white paper on NI's website on the subject of noise.

    http://zone.ni.com/devzone/cda/tut/p/id/3344

    I am reading this book right now and would highly recommend it. It deals with designing your measurement system. Due to the fact you are trying to measure such a small signal you really need to pay attention to all the little details.

    "Applied Measurement Engineering" Charles P. Wright

    http://www.amazon.com/Applied-Measurement-Engineering-Effective-Mechanical/dp/0132534770

  10. Hello,

    I am thinking about redesigning my website.

    In the past I hired a student or friend to update and design my website. I like how my website looks and functions, but I want to have more personal control over my website.

    I am looking for some kind of program or service that allows me to manage my website. I also want to use a platform that is so simple an engineer can use it, and can help an artistically challenged engineer.

    I have found dream weaver overwhelming, and Front page looks cheesy.

    Any suggestions?

    Dan

  11. ATML looks interesting.

    Can it hold an array of data for analysis?

    How portable is it? Can it be used in a non NI reader? i.e. not diadem

    I have been playing around with XML files and excel. Very cool!

  12. Hello,

    I am thinking about saving the data I generate in XML. In the past I have used a tab delimited or comma delimited file.

    What I like about this idea is the following

    -Open file format. This makes the file readable by LabVIEW, Excel, Matlab, Diadem, etc

    -I can add tags and attributes to data

    -I like TDMS, however XML is an open file format. This appeals to me more because moving forward any kind of data viewer should support XML. For example my customer likes Matlab. Using an open file format that can be easily read without finding, installing, and maintaining converters is very appealing. I am not really concerned with file size or speed.

    The JKI Easy XML toolkit looks like the way to go to implement this.

    My main concern about implementing this is my customer's unfamiliarity with XML. Has anyone used XML to save data? Any recommendations, tips, pitfalls, etc. in using this file format.

    Thanks

    Dan

  13. I'm not an expert, but I don't think so. You need the requirements traceability tool to be developed using an accredited ISO process, otherwise you can't proove that it works properly, which means that you can't proove that the traceability artifacts produced by it for your project are accurate.

    This is a little off on a tangent, but if you use subversion for you SCC because it is open source and not developed using an accredited ISO process would that cause problems?

  14. QUOTE (crelf @ Jun 3 2009, 02:35 PM)

    No problem just remember reminders are inversely proportional to standing in SEMLUG ;)

    QUOTE (Bjarne Joergensen @ Jun 3 2009, 06:57 AM)

    Does this room has a video camera :camera: , so the unlucky people that can't afford to come to NI week, can see the presentation in the future?
    :P

    regards Bjarne

    Official NI week cam

    http://www.sandiegozoo.org/apecam/index.html

×
×
  • Create New...

Important Information

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