draw the line in graph (picture) xy

Hi all

I place an image in xy graph that I allow to annotate some of the indicators.

After I put the flag in a place in xy graph (picture) I want to draw lines between indicators.

can someone help me with this? I'm using LABVIEW 8.2.1

Sorry for my English.

Take a look at my example of the past.

Here; rapid s and diry draft amendment to your VI, see if it works for you. (the lines are drawn between annotations when you press OK).

Tags: NI Software

Similar Questions

  • How to draw the lines automatically

    In LabVIEW I must draw a line automatically (both vertically and horizontally) the user will define the vertical and horizontal number lines.

    Is this possible with LabVIEW

    Thanks in advance

    You move to the point of departure of the line using "move the pen", and then draw the line using "draw the line".

    Repeat for each line. (using for example a for loop and autoindexing on positions).

  • Draw the line below each item ListField

    Hi all

    I want to make a ListField similair to the contacts application. Under each ListField article a horizontal line is drawn as a separator. Somehow, I can't draw a line under each article. It works if I put the line above each item, but this means that the last element does not.

    That's what I'm doing now:

    public void drawListRow(ListField listField, Graphics graphics, int index, int y, int width) { // Draw a line separator above each field except the first one    if (index != 0) {     graphics.setColor(Color.LIGHTGREY);       graphics.drawLine(0, y, width, y);    }}
    

    Thanks in advance

    When you draw the line, you need to add the () listField.getRowHeight for the parameter y and subtract 1, IE

    graphics.setColor(Color.LIGHTGREY);
    int yPos = y + listField.getRowHeight() - 1;
    graphics.drawLine(0, yPos, width, yPos);
    
  • How to draw the line under STROKE and fill of an object in illustrator cc? Ideas: D...

    How to draw the line under STROKE and fill of an object in illustrator cc? Any ideas ...

    Aleksandar,

    If I (put) understand it, you will need to divide the object. You can:

    (1) select the object and Ctrl / Cmd + C + F, and then remove the filling of the copy and the blow of the original;

    Draw 2) and drag the new piece down between Division 1 objects) in the layers palette, or select 1 copy) and Ctrl / Cmd + C + F + X + F or similar.

  • Draw the line in ImageView

    I need to create something like this:

    The line should vary according to consumption, the rest already calculated just need to know how can draw.

    Can you help me?

    concerning

    BlackBerry have simply copied the documentation QT everywhere so proceed with caution.

    I haven't used QLine, but this is a class to represent a line (vector) and therefore does not draw anything this either himself comes to classes of Q What to do.

  • Need to draw the line & bargraph on Blackberry using JDE 4.7

    Hello

    I need to draw a line and a graphic barcode using JDE 4.7.

    can someone help me find the starting point.

    Thanks in advance.

    The forum search will often provide an answer.

    http://supportforums.BlackBerry.com/T5/Java-development/how-implements-a-chart-on-BlackBerry/m-p/465...

  • Draw the line width problem

    Hello

    1. work on the version of BB storm (9500/9530 Simulator) is v4.7.0.75
    2 opportunity BB JDE 4.7
    3. the request is:

    I want to draw a line with my own thickness as in 'C' we have a setPenStyle method. is there a method that will do the operation similar to the blackberry.

    Thank you

    Sendhil Kumar V

    Try this forum,

    http://supportforums.BlackBerry.com/Rim/Board/message?board.ID=java_dev&thread.ID=19608&view=by_date...

    See if it helps,

    Try drawFilledPath(),

  • Illustrator CC 2015, need to draw the line after line with arrowhead already attached.

    CorelDesigner has an option where you just draw your line / lines and arrow is already added at the end of the line.  Not only that your arrow lines can have a color outside the line (which surround it). So if you make a technical with arrows pattern when placed on top the drawing there is white or what ever color you want outside the black line (what thickness you choose so) so it's easier to read the technical drawing. So, basically, it's not line against line. That's why you would put a little white around the line. He gives him the space to breathe and easier to read the technical drawing. In Illustrator, I find that I draw my line. Then hover over the line options palette, and then scroll down arrow heads and choose my arrow head. Then calculate the rest, make outside the line have a white that surrounds it. Thus, it can be placed on technical drawings. I find there are many steps I have to do when Corel has this feature built-in and you leave. I currently have a trial version of Corel. But... I already have Adobe Suite. I don't want to have to buy another program. But I also see that CorelDesigner is somehow more user-friendly for people who need to work with drawings technical line (writing). I understand that not every program offers the same tools. But I really need the speed of it because I work with a lot of technical CAD which are handed to me. If there is a way in Illustrator to draw my lines one after the other with the arrow head already attached? Then of course I need little white around it if its duplication on other technical lines.  It just seems like a lot of steps in Illustrator. I also understand I could draw a line w/arrow attached installer as I want. Then draw another line... use the eyedropper tool and click on the correct line and my other line with change. Once more... what a pain. I feel that I have to jump through hoops to get my final result. I hope so that there's something built in Illustrator, I did not know was there and just unnoticed.

    Yes, I was able to do, but this is delicate (buggy) to get there.

    Make sure that the two traits have identical points of arrows and line widths.

    After you have created your effect of offset on long-distance running, move the effect of shifting way somewhere else in the stack, and then put back where it was. This seems to be the only way to make it work. Weird.

  • Arrows appear when you try to draw the line in Photoshop

    Sorry for the noob question, but when I try to draw a line in Photoshop, I get only an arrow.  Can someone tell me how to solve this problem?  Thank you!

    If you use the online tool, make sure that you do not have the arrow heads selected by clicking the gear icon.

  • draw the line between black pixel: coordinates of the selected pixels?

    Hello

    I want to build a script that can check a Photoshop file and:

    -find the black pixel

    -for each black pixel, looking for an another black pixel at a maximum distance of 5 pixels

    -then draw a line between the two black pixels.

    I wrote this script below (my first script...), but it's VERY slow (and my final image is VERY large), I think because I test the color for each pixel in the image.

    So an alternative would be to select a black pixel with the wand, then the script record all the details of the selected pixels, then my script wil test only the pixels (less than 1% of the pixels are black in my image).

    Is this possible with JavaScript?

    Thank you for your answer!

    Marc

    function main(){
     var startRulerUnits = app.preferences.rulerUnits;
     app.preferences.rulerUnits = Units.PIXELS;
    
    
     var myHeight = app.activeDocument.height;
     var myWidth = app.activeDocument.width;
    
    
    // Find black pixel
     for(var i=5; i<myWidth; i++) {
      for(var j=5; j<myHeight; j++) {
       activeDocument.colorSamplers.removeAll()
       var sampler = activeDocument.colorSamplers.add([new UnitValue (i, 'px'), new UnitValue (j, 'px')]);
       if (sampler.color.rgb.hexValue === "000000") {
    
    
    // For each black pixel, search another black pixel below left up to 5 pixels
        for (var m=i-5; m<i; m++) {
         for (var n=j+1; n<j+5; n++) {
          activeDocument.colorSamplers.removeAll()
          var test = activeDocument.colorSamplers.add([new UnitValue (m, 'px'), new UnitValue (n, 'px')]);
          if (test.color.rgb.hexValue === "000000") {
    
    
    // Then draw a black line between the two black pixels
           var FillColour = new SolidColor;
           FillColour.rgb.hexValue = '000000';
           var ad=activeDocument;
           ad.selection.select([[m,n],[i,j],[m,n+1],[i,j+1]], SelectionType.REPLACE, 0, true);
           ad.selection.fill(FillColour);
           ad.selection.deselect()
          }
         }
    
    
    // For each black pixel, search another black pixel below right up to 5 pixels
         for (var m=i+1; m<i+5; m++) {
          for (var n=j; n<j+5; n++) {
           activeDocument.colorSamplers.removeAll()
           var test = activeDocument.colorSamplers.add([new UnitValue (m, 'px'), new UnitValue (n, 'px')]);
           if (test.color.rgb.hexValue === "000000") {
    
    
    // Then draw a black line between the two black pixels
            var FillColour = new SolidColor;
            FillColour.rgb.hexValue = '000000';
            var ad=activeDocument;
            ad.selection.select([[i,j],[m,n],[m,n+1],[i,j+1]], SelectionType.REPLACE, 0, true);
            ad.selection.fill(FillColour);
            ad.selection.deselect()
           }
          }
         }
        }
       }
      }
     }
    }
    main();
    
    

    If someone wants to do the same thing, the ImageJ software works very well on very large images (1 billion pixels) by the process according to > binary > close

  • Draw the line or a race on layer

    Hello members,

    First of all, thanks to the Adobe forums for the exceptional level

    information and assistance in the forums I frequent!

    I searched around, but could never quite figure out how to

    this: a "ball" or a circle moves on a map from City A to city B to C.

    etc.  As my small ball moving a nice 'on-line' traces on the map

    (a brush stroke?).

    I've seen tutorials on writing a signature, but those who come

    reveal what is already under (Ahron Stern, signature on the one hand,

    and another of Layers Magazine).  What is a good way to draw a line

    following just the ball as it moves on the map?

    I currently have four layers.  In the lower part is the card, then a

    solid black, with an opacity to about 45 or 50 percent.

    the layer on top of the solid is a bunch of points and names of cities (no here, just change opacity animation),

    points and the text are more corresponding to the names of cities on the map.

    The top most layer is the object (a small circle) I want

    move from town to town, with a line tracing the trajectory of the ball.

    I want that ball to move from one point to the other, following a path based on the routes on the map.

    As the ball moves, a line is drawn on the path along the road.

    I have checked around on it, but have yet to find a way to achieve this.

    Thank you

    ewholz

    Add another solid. Add a mask path that matches the path of your bouncing ball. You can do this just by selecting all the keys to position your ball layer, copy images, and then start a new mask at least 1 vertex on the new solid and paste.

    Now apply stroke on transparent and animate the end point or start point of the race. EZ as pie and a search on Google for "lively route tutorial evokes this video covers the basics." I took about 10 seconds for the scanner and it will show you how to draw a mask and animate a stroke.

  • Draw the line or point to a specific pixel on the image

    Hi all

    I have an image in 8-bit grayscale, I extracted the Image column indeces who have defects. I need to mark the defective pixels with an indication of line or a point on the image. Can anyone suggest me how to go to that topic.

    Hello

    first of all, I do not know how to interpret 'column clues', but in the entrance to overlay you pass it as a coordinated 'y' - it should be "indices of lines? You use image rotation?

    Secondly, why you pass an array empty for loop for coordinates 'x '? So that the oval of overlay to work, you must enter valid "x, y" coordinates of the location of the oval.

    Best regards

    K

  • Draw the line at the location of the specific angular Tower

    People-

    I have a bmp as shown on the seal and a known angle image.  I need to place a mark / arrow on the circumference of the circle to the specific known angle.

    Is there an automated way to mark the angular location along the circumference knowing the angle with the screw of the Vision?

    (The measure in Vision Assistant tool offers a way to really measure an angle between two lines (I think it's what he does to my playing with it).)  Is there some emanation of which can be used to help here?)

    Thank you

    Don

    Folks - this is proving to be a very reasonable problem to solve and I had the time today to spend on it.

    Here are the basic steps:

    (1) (use IMAQ find circular 2 edge to get describtion of circle with RADIUS and Center (use ID or OD - your preference edge until edge strength is pretty good in both directions)

    (2) calculate the coordinates of the point circumference associated with angle of interest using VI attached (I had adjust the direction which is the reason why I add 180 degrees from the angle of entry)

    (3) use IMAQ Overlay line with coordinates the circumference point and coordinates of the Center

    (4) output power line IMAQ superimpose your vision Image

  • Drawing line with the mouse clicks on picture indicator

    Hello

    I need to import a JPG file in an image control, draw a line in 2 clicks, read bothe XY positions and perform some basic trigonometry. Any simple or striaghtforward way to draw the line with the mouse and read thos passay on the bitmap (positions relative pixel)?

    Thanks in advance,


  • Drawing with the pen tool or the line Segment tool

    Hello

    I have need of tips and tricks to draw the design of a singlet. What is the way most appropriate for the task? What should I draw the line one by one, or create a model brush to draw? Please refer to the image as an attachment for a better understanding. Thanks in advance.

    draw.jpg

    There is a lot to address the issue. Myself, I will draw all the basic shapes with the pen and shape tools (there really only 5 different forms in the main design), application of rounded corners effect according to the needs and duplication/reflection needed to reproduce the layout. So I "would make the cuts" on the forms by using additional objects... many positioned with step & repeat and/or mixture... and apply Pathfinder operations.

Maybe you are looking for

  • How to run the DAQmxGetTaskChannels command

    I'm reading the attributes of task of MAX by using various DAQmx with VB6 controls.  I found that a simple task of load (DAQmxLoadTask) generates a valid taskhandle of a known in MAX taskname that can be used to get the measurement data using the ana

  • Error when trying to publish Panel to the web using Web publishing tools.

    As you can see in the photo. I want to now pubsihing my program on the web. So I using web publishing tools to create. But when he wants to download the panel, it cannot run, after that, the web out "VI required is not loaded in memory on the server"

  • Helmet Vibe X 2 Lenovo does not, no sound

    Recently I bought Lenovo Vibe X 2 in India through FlipKart 2 weeks back. Weren't trying headphones a lot but its came initially I think. Made updates recently and not tried by all means, but no sound is coming through the headphones. Same headphones

  • Cannot transfer videos on the web (or Youtube, Vimeo or Facebook)

    I use Windows 10. I stored my files and the project on an external hard drive, but I also have a complete copy on my C drive.I already downloaded a previous version of my current project on Facebook and had no difficulty.However, today, when I tried

  • See photos. C4D boole created glitch in Element3D. Issue of "normal".

    The black and white image is the rendering of C4D Lite. The image this is how it appears in the 3D element. I also see the normals in C4D so. I could attach a photo of this as well if necessary.As seen in the pictures, the two lines are intertwined w