Jump to content

TobyD

Members
  • Posts

    636
  • Joined

  • Last visited

  • Days Won

    3

Posts posted by TobyD

  1. QUOTE (rie88 @ Mar 24 2009, 12:22 AM)

    I need to do continious measuring for six month. I use DAQpad 6020e. Of course i have 16 channels, and I want to use them all.

    For the acquisition rate is about 100kS/s.

    Actually I want to get the waveform data, and then save it into file. I want to be able to read the old data again if there is a problem occur. So it will be large amount of data in drive. what should i do to manage the data??

    I would use tdms files in this situation. They are fast, compact, and indexed for faster viewing of incremental data. Search ni.com for tdms and you'll find quite a bit of information.

  2. QUOTE (Mark Yedinak @ Mar 13 2009, 11:39 AM)

    Are there other things that I should be looking for?

    How much free memory do you have? I ran both versions using the "Run Continuously" button and did not notice any performance lags or memory leaks, but I'm thinking that if you are running into low memory problems and having to use swap space that could slow you way down.

    I'm on a T7200 @ 2.0GHz with 2GB RAM for what it's worth.

  3. QUOTE (Mark Yedinak @ Mar 13 2009, 10:28 AM)

    At present, both versions of code that I have included here take approximately 15 seconds per image for the decode.

    I am also seeing load times of well below 1 second. Scan Lines with queues is taking nearly 0.5 seconds, but scan lines is in the hundredths of seconds. Are your real images much larger than the sample images you posted?

  4. QUOTE (Maca @ Mar 12 2009, 07:43 AM)

    my boss ups me...

    Is that a typo or an Aussie term I'm not familiar with?

    In any case - probably not a good idea to forward too much to your boss ;) unless you're getting all of your TPS reports in on time.

  5. QUOTE (Cat @ Mar 11 2009, 06:36 AM)

    Well... hypothetically speaking, I could copy an unobtrusive stand-alone executable to this machine and run it. It's just when there's a "setup.exe", "*.msi", or other file of that sort involved that I get instantaneous permissions errors. And even if I did put an unauthorized *.exe file on here there's a good chance the Computer Police would spot it and wipe it off. But that takes awhile and I could just recopy it. Hypothetically speaking, of course...

    :ninja: I see. I'll try to remember you (and others in your situation) when I post code. Screenshots are good :thumbup:

  6. QUOTE (Antoine Châlons @ Mar 11 2009, 06:32 AM)

    Because when I tested it on my computer I disconnected the path constants and I wanted to know which file was loaded first.

    I would have made the dependence with an error wire instead if I could but the 'read spreadsheet file.vi' doesn't have any :thumbdown:

    :thumbup: OK

  7. QUOTE (mindmoody @ Mar 10 2009, 09:52 PM)

    what i want here is can you guys give me a simple example, truely i'm a beginner with this LaBVIEW..

    bmoyer pointed you to a good example. Did you look at it? Do you have any specific questions about it?

    -Toby

  8. QUOTE (mindmoody @ Mar 9 2009, 11:37 PM)

    Hello everyone in LAVA...

    currently i'm working on my project by using LabVIEW.. I want to use serial port (RS232) to control a humididty sensor and one servo motor.. How am i going to build the control and monitoring application by using this LabVIEW? Please give me a guide.. where should i start? Thanks..

    regards,

    Mindmoody :(

    I would start here...

    1. Turn on your computer

    2. Open LabVIEW

    3. Click "Empty Project"

    Seriously though...that is a really vague question. You need to start by learning enough about LabVIEW to be able to ask a specific question. I would recommend the Basics I & II classes offered by NI, or buy LabVIEW for Everyone and go through it on your own. Either one of these methods should give you enough knowledge to write a simple serial communications control program.

  9. QUOTE (Mourad @ Mar 4 2009, 12:26 AM)

    Hi,

    Is there any way to do window title in one button dialog?

    You'll have to either make your own dialog, or you can use the 3-button dialog (which has an option to customize the title) and wire empty strings to the left and right buttons.

  10. QUOTE (star @ Feb 27 2009, 04:32 AM)

    The reason why I want to make a graph is because I am reading some values for a text file and then place the values on the graph. The x-axis is the number of items in the file and y-axis are the values. I made a code that reads from a text file and I have attached it below.

    We don't know what your output string looks like, but essentially you need to convert your data to an array of numbers and pass that into your graph. Because your x-axis is just a count of data points you'll be better off using a waveform graph instead of an XY Graph. Look at the help for graphs for more info.

  11. QUOTE (ASTDan @ Feb 23 2009, 11:35 AM)

    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.

    Edited to remove attachment

    QUOTE (TobyD @ Feb 23 2009, 11:52 AM)

    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.

    Edited to remove attachment

    I pulled the attachment because it appears to have done some weird things...when I closed it, it crashed LV with this error:

    post-8758-1235419361.jpg?width=400

    When I relaunched LabVIEW, the other VI that I had opened looks like it has been converted to Japanese (the block diagram too)!!!

    post-8758-1235419314.png?width=400

    I don't have time to try to reproduce the issue now, but it looks like there might be a bug here somewhere. If you want to play with it AT YOUR OWN RISK here is the VI.

    Download File:post-8758-1235419516.vi

  12. QUOTE (ASTDan @ Feb 23 2009, 09:47 AM)

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

    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.

×
×
  • Create New...

Important Information

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