Jump to content

gleichman

Members
  • Posts

    192
  • Joined

  • Last visited

  • Days Won

    5

Posts posted by gleichman

  1. Thanks, technically this is does exactly what I need.. I was just hopping we could do the same using VI Server in order to be more cross-platform :-o

    It looks like it should work, but it can only set the window to the top (or bottom?). I did a little more reading after posting at msdn and it does not set z-order as simply as I expected after looking at the NI example. You could loop through your windows in reverse order setting each one to the top to get your desired order, but that might be ugly.

  2. Is there a way to convert (both ways) the color spectrum (IMAQ ColorLearn) to a smaller format such as RGB? I'm working on a coloring matching routine using ColorLearn and ColorMatch and I would like a compact way of storing the 58 value spectrum.

    (Cross posted on Info-LabVIEW, and NI)

  3. Have you looked at TDMS? I do exactly what you are talking about in TDMS. You can save descriptions as properties and it won't interfere with your data. You can have mutiple pages (groups). I use three groups in my data files: hardware information, test configuration and test data.

    To view TDM(S) data you can use the Excel add on tool to import the data into Excel. Unfortunately, this tool can sometimes stop working (click on icon in Excel ... nothing). I wrote my own export vi that allows users to select the data of interest. And of course TDMS works well with Diadem.

  4. QUOTE (Black Pearl @ May 20 2009, 06:57 PM)

    One really important thing is how to report errors to users. Using the normal error dialog works nice for me, but users click it away most of the time and then give me a call 'your software is not working'. This is more about psychology than SE.

    I agree that usability is a key. I'd sure like to know who at NI thought it was a grand idea to share error 7 between File I/O and GPIB. "Why does my system have a GPIB error? ... Because your configuration is pointing to a file that doesn't exist." I have NEVER in 16 years had a user tell me that there was a File I/O error when an error 7 occured.

    I used to be bad at error handling. (I hope Brian isn't using me as the bad example.) I now use a centralized error handler with an error passing vi that makes it simple. With a central error handler, I can log errors and command things to shutdown if severe errors occur.

  5. QUOTE (newTOlabview @ May 4 2009, 02:16 PM)

    The lookup table is an engineering unit style lookup. the program that exists compares a voltage to a lookup table to determine the distance traveled. I need to calabrate this lookup table to actual distance since it has been years with little use.

    What Mark is asking is how is the lookup table implemented in your program? A lookup table can be created in many ways in LabVIEW. Is it a hard coded array of values? Is it stored on disk? How about a screen shot of your lookup table.

  6. What have you tried?

    Where is the problem?

    • Creating a window with two string controls?
    • Making a password control?
    • Hashing, storing, comparing passwords?
    • Program control after password verification?

    QUOTE (m037_85 @ Apr 15 2009, 01:03 PM)

    hi everybody

    I have main VI which has my code i want to make login VI which is show my main VI automatically if username and password are correct.

    for example: if my username and password correct run my main VI if not show message.

    plz help me.

    best regards

  7. QUOTE (PaulG. @ Mar 28 2009, 08:05 PM)

    http://www.earthhourus.org/' rel='nofollow' target="_blank">Did any of you save the earth tonight? :o

    Me neither. Sorry to say I had every light on in my apartment. I baked a large frozen pizza in the oven. I nuked some microwave popcorn and watched a movie. I even washed my hair as an excuse to pull out the old blow drier. :rolleyes:

    Don't get me wrong. I, as much as anyone, want to save the planet from "Global Warming", uh, er, I mean "Climate Change". Really. I'm just holding out for 0bama or the UN to call for a "No Flush Week". I would go for that.

    Many people celebrated Earth Hour by burning candles instead of using lights. If you believe that CO2 causes "Climate Change" what do you think is worse, a bunch of candles or a high effiency light bulb?

  8. Are you using existing DAQ boards or are you purchasing new? Some DAQ boards are available as PCIe if you are purchasing new. I build my own industrial PCs with motherboards like this one.

    Intel DG43NB Motherboard

    (3) PCI

    (2) PCIe x1

    (1) PCIe x16 (video)

    If you are using GPIB there is a PCIe version.

    QUOTE (Ben Zimmer @ Feb 18 2009, 09:04 PM)

    Hey everyone,

    It has apparently become quite difficult to fit multiple PCI DAQ cards in one modern PC.

    I need a solution capable of fitting 4 PCI cards. A hardened IPC is not necessary, but if needed, I will go there.

    Suggestions?

    Thanks,

    Ben

  9. QUOTE (Mark Yedinak @ Jan 23 2009, 05:13 PM)

    Why not? They are fascinating creatures. Once you start to study them you start to realize how interesting they are. At the moment my collection is fairly small. I have around 40 tarantulas right now. Down from several hundred in the past.

    I'm sure my son's cat would find them interesting. Just keep them on your side of the lake.

×
×
  • Create New...

Important Information

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