Jump to content

ASTDan

Members
  • Posts

    360
  • Joined

  • Last visited

  • Days Won

    6

Posts posted by ASTDan

  1. The main problem you have is once the VI is stopped you can only run it again from the LabVIEW run button. You might want to rearchtiect your program so it is not dependant on someone pressing the run button.

    I like to add a Start and a Stop button for my applications that need that functionality. I hide the run button from my users. In my applications the VI's are always "running".

    There are many ways to do this the simplest is to use a state machine architecture

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

    I like to create a "Wait for user" state that contains an event structure that monitors the UI. Based on what happens in the UI, the wait for user state fires the appropriate case. The only catch is you will have to poll the stop button when in a "running" state.

    There are architectures that are more versatile. I like this one.

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

    Check out this presentation for more information on state machines

    http://decibel.ni.com/content/docs/DOC-2724

  2. Hello,

    I have been developing a Requirements gathering form to give to customers when working on a new project. My goal is to make sure I ask all the relevant questions so I can develop a prototype UI, specification document, and verify the sensors, hardware, etc is capible of doing what my customer wants.

    I developed it in MS Infopath, but I don't think that is a good method to distribute to folks (I don't think everyone has infopath).

    So my first question does anyone have a requirements gathering form they are willing to share? If not is there a reference you would recommend?

    How do you distribute your requirements gathering form (i.e. Word, PDF, HTML, etc).

    Any comments/tips on requirements gathering forms?

    Thanks

    Dan

  3. QUOTE

    Could you create a picture control, display the text you want and superimpose on your column header? That looks more and more like Bob's suggestion to Chris!

    I have also Posted on NI discussion forum

    http://forums.ni.com/ni/board/message?boar...=389325#M389325

    I still can't insert phi into LabVIEW so I have to download the posted VI, and copy and paste phi into a free label into my LabVIEW. I can then super impose the free label in the column header.

    Ugly but it works

    post-8614-1235489018.jpg?width=400

  4. QUOTE

    I confirmed that this doesn't work in XP with LV8.2 (that's all I had installed). What happens if you open this vi? It should look about like the screenshot I posted above, but with each character in its own comment/constant

    I opened the VI and I see the Phi Symbol

    Why does that work?

    Dan

  5. QUOTE (TobyD @ Feb 23 2009, 12:52 PM)

    Have you tried the alt code for phi (alt+237 φ or alt+232 Φ). They both work in a string constant. If you're not familiar with alt codes, simply hold down the alt key and type the number combination on the keypad, then release the alt key.

    I tried that in LabVIEW 8.6.1 using the application font all I get is "F"

  6. QUOTE (neBulus @ Feb 23 2009, 12:36 PM)

    I thought this was a purely font issue. If the font you are using supports that character it will work. So check your font?

    Ben

    I have found the Symbol font supports Greek Characters, however I need to have Greek and Latin letters in my text.

  7. QUOTE (TobyD @ Jan 21 2009, 11:20 AM)

    Thanks Dan! I hadn't noticed this yet. The old user group site for the Northwest (daqman.com) was so painfully slow that I stopped trying to visit the site. This should improve the experience. :thumbup:

    -Toby

    I have been happy so far with NI's site. I used to host it on mine, but I HATE managing websites. NI has some really cool tools to help create a very useful site. What is also cool, now the user groups are more connected. For example all the presentations that were given at Michigan user groups are available to everyone :D

  8. So I was poking around looking at more backup options and I came across this.

    http://www.tigerdirect.com/applications/Se...7&CatId=207

    It is NAS (Network Attached Storage). 1TB of storage with 2 RAID drives, automatic backup, plus I and other people can access my data from the internet. :blink: This looks a lot easier to set up than a traditional server, and some of these are around $150!

    This looks to good to be true.

    Has anyone had any experience with NAS?

    Thanks

    Dan

  9. QUOTE (neB @ Jan 7 2009, 12:13 PM)

    Beer of course

    QUOTE (crelf @ Jan 7 2009, 11:32 AM)

    IMHO the CLAD, CLD and CLA all have different purposes. If you want some familiarity with the LabVIEW development environment, go with the CLAD. If you want LabVIEW development skills, go with the CLD. If you want architectural design and implimentation, go with the CLA. Since you need to work through the certifications (you can't just go to CLA without doing CLAD and CLD first), then you could say that CLA means architectural design and implementation, development skills and familiarity with the development environment
    :)

    IMHO I think NI's certification is very good. It is not perfect (what is), but I did learn a lot going through the process. Getting my CLD was the biggest jump in my LabVIEW programming carer. I would highly recommend to anyone who wants to become a better LabVIEW programmer

  10. QUOTE (BobHamburger @ Jan 6 2009, 10:29 PM)

    Well, now you're getting into the other half of my exasperation with NI exams: the questions are exceedingly poorly written. Their ambiguity is legendary, and over the years, the ambiguity has put on weight.

    Right now the CLD is the only gig in town. It has it's flaws, but it is the only recognized tool for evaluating one's LabVIEW skills.

    Maybe there should be the LAVA certified developer. :ninja:

×
×
  • Create New...

Important Information

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