Jump to content

Neville D

Members
  • Posts

    752
  • Joined

  • Last visited

  • Days Won

    2

Posts posted by Neville D

  1. This may not answer your question directly, but thats why you should first backup your existing code, then upgrade and test your code in the new version. Also take a look at the Upgrade Notes. They are invaluable for specific changes between versions. You should look at "Upgrading from Version 7".

    I'm not sure which VI you are talking about, but unsupported does not mean buggy. It means NI will move away from these VI's probably to a new/different API. The old VI's should still work as before, but if you were to open them up, they probably use newer File functions.

    N.

  2. You don't need any NI vision license to make an exe with the image or picture display. It comes in the base package without vision.

    You only need it if you use some vision tools.

    Yes you do. If you build an exe and install it on another PC that does not have your development environment installed (with the associated Vision runtime), the IMAQ image display will NOT work. You need a vision runtime for every executable you build using any of the vision functions (even the image display).

    The Picture control doesn't need a vision runtime licence since it is not part of the Vision set of tools.

    Neville.

  3. Greetings… i salute you… or something like that

    I need to do a very specific task in LabVIEW this week… and I kind of have some ideas to do it, but i have to use a lot of imagination to do this...

    Homework?

    If you have done some work, please upload it. If not, then at least attempt it before you ask for help.

  4. Hi ,

    The scenario is i have an analog daq card with about 16 channels , my requirement is such that

    i need to have some continous data generation on 2 channels .But they will be triggered independant of each other and not simultaneously.

    Regards

    Tan

    What card do you have? The cheaper E Series cards have limited DMA channels, and sometimes that can be the reason why you can't get two AO channels at different rates out at the same time.

    What are you outputting to the daq channels? Is it buffered? If the rates are not too fast and non-buffered, you could output both the channels software-timed in the same loop.

    Neville.

  5. And regarding taking an image- anyone know how? This just has RT installed. NI built the PXI controller up, and gave a multiyear warranty for it which I suspect'd be voided if I was to take the hard disk out and put it into another machine to read an image off.

    coming in late on this, but in LabVIEW 2009 there is a VI to achieve this:

    RT Create Target Disk Image VI

    There is also an API on the NI website to achieve this for versions prior to 2009.

    Neville.

  6. For some while I have a Daq-Card 6024E. I'm trieing to generate a digital waveform from the digital IO of the card. I can generate a digital waveform but the timing of the waveform isn't used for timing of the digital output. Thus the signal is processed as fast as posible by the Daq-Card. The problem and my question is how do I control the timing of the digital waveform with the Daq-Card?

    Take a look at the examples under DAQ. Also, posting your VI will get you help a lot faster.

    Neville.

  7. The ROI for IMAQ Rake must be rectangle or rotate rectangle. But I have to use the Polygon ROI for the input parameter. So I want to know how resolve this problem. Thanks The ROI for IMAQ Rake must be rectangle or rotate rectangle. But I have to use the Polygon ROI for the input parameter. So I want to know how resolve this problem. Thanks .

    Vision Development Module 7.0.1 - Windows 2000/95/98/NT/XP - UPDATE中提到This is the IMAQ Vision 7.0.1 Update. 3. IMAQ Rake now works correctly with all Polygon ROIs.

    But I find the results are not the same as the above reports.

    As far as I remember, IMAQ Rake always needed a rectangular ROI. (Sorry I don't have LV on my home PC to check it). I have used it all the way upto LabVIEW/Vision 8.6.

    You could transform the Polygon into a Mask, then fit a larger rectangle that encompasses all the polygon points. Use this rectangle as the ROI.

    Any pts outside your polygon will be "black" and hopefully no edges will be detected there.

    Neville.

  8. Hi, I have used a tresholding method to my original image and I get a black and white image. I need to transform it to a binary image. How to do it? It is still grayscale in output. Thanks.

    Is the image greyscale or black and white? Why don't you post a couple of jpegs to show us whats going on?

    Black and white IS binary after all if the image only contains pixel values of 0 (black) and 255 (white).

    Neville.

  9. Why exactly do you need a hardware trigger? Temperatures change orders of magnitude slower than anything else. Wouldn't a software trigger do? Keep acquiring data till some software condition is met then bung that data into the rest of your code.

    Which comes to my next question: what sort of hardware trigger do you need? AI line?

    Neville.

  10. Take a look at VIEW>Navigation Window (Ctrl-Shift-N) for an overall view of either the Front Panel or Diagram, but it only works in Edit mode (in the Development Environment).. not for executables.

    This can help you find out where the errant cotrols/indicators are, fix it, and then save the VI so it doesn't happen in future.

    N.

  11. Like Shaun has pointed out, open the image into an RGB (colour) image buffer to store the image, then threshold the image using IMAQ Color Threshold.vi so that the range of blue (0-120) is replaced by 255 (white).

    Take a look at this example for more details: Help>Find Examples (to open the Example Finder) and then search for ColorThreshold Example.vi

    Neville.

×
×
  • Create New...

Important Information

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