<?xml version="1.0" encoding="UTF-8"?>
<rss xmlns:content="http://purl.org/rss/1.0/modules/content/" xmlns:dc="http://purl.org/dc/elements/1.1/" xmlns:rdf="http://www.w3.org/1999/02/22-rdf-syntax-ns#" xmlns:taxo="http://purl.org/rss/1.0/modules/taxonomy/" version="2.0">
  <channel>
    <title>topic Re: Annotation Label Offset Explanation in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621256#M288288</link>
    <description>Here is a simple program that displays a graph, and allows you to create annotations by right-clicking on it. The built-in function is superceded by my simplified create annotation vi with tries to create an annotation that is located where you clicked (anyone else tired of having to hunt down annotations placed randomly--typically off screen..) and with some defaults (snap to plot, color = red...). I discovered that when set to snap to plot, it doesn't seem to matter what I put in for position or offset, it just does what it wants. I should point out that the graph has a multiplier of 22+ applied to the y scale. This vi was created in LV8.5.&lt;BR /&gt;&lt;BR /&gt;What you'll find is that if you create annotations on peaks, the labels will be off the graph display. If you create an annotation at a trough, the label will be visible. It seems to me that somehow the y-axis scale is not properly being accounted for, and since it ignores what I tell it, it's hard to account for.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
    <pubDate>Tue, 04 Dec 2007 16:16:04 GMT</pubDate>
    <dc:creator>minnellac</dc:creator>
    <dc:date>2007-12-04T16:16:04Z</dc:date>
    <item>
      <title>Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/619223#M287463</link>
      <description>Can someone please explain the Label Offset property of the Annotation List (or Cursor List)? I can't figure out what the offset is relative to, or how it's magnitude seems to change with the location of the annotation. There is obviously something I am not grokking about it. A negative Y Offset can result in a label above the annotation point, and the same offset values will change the distance of the label from the annotation point depending on the placement of the point on a plot.&lt;BR /&gt;&lt;BR /&gt;This could lead me into a rant about the partially completed feature that is annotations, but I'm too tired to go into it.&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chris&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Thu, 29 Nov 2007 23:19:21 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/619223#M287463</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-11-29T23:19:21Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/620510#M287986</link>
      <description>&lt;DIV&gt;The X and Y Offset values for the Annotation List Property node should increment one unit up when Y is set to 1 from the original position, and should decrement by 1 when Y is set to -1, and so on.&amp;nbsp; It should be moving this amount from the&amp;nbsp;position defined by the&amp;nbsp;X Position and Y&amp;nbsp;Position properties of the Annotation&amp;nbsp;List property node.&amp;nbsp; If you are experiencing different behavior, you might be using them incorrectly.&amp;nbsp; Please view the attached example and try incrementing and decrementing the Average Annotation in the X and Y direction.&amp;nbsp; Let me know if you are still having difficulties using this feature, thanks!&lt;/DIV&gt;</description>
      <pubDate>Mon, 03 Dec 2007 16:45:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/620510#M287986</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2007-12-03T16:45:17Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621224#M288272</link>
      <description>Meghan, thanks for the example. I guess for a simple free annotation like the "Avg" in your example, things make some sense. The position elements locate the annotation point in unscaled units of the axes. The Label offset is in the same units, and is the offset from the annotation point.&lt;BR /&gt;&lt;BR /&gt;The problems seem to appear when I use an annotation that is snapped to a plot, particularly if one of the axes has some scaling associated with it. I'm not sure what the behavior is when that is the case. I am still experimenting with this, but in my application, when I create an element in the Annotation List that is snapped to my plot, the position and label offset parameters seem to get set arbitrarily after I write it into the property; i.e., I can write the appropriate index, the actual position of the point (after taking into account scale multipliers and offsets), and a label offset of 0,0. I would expect this to create an annotation on a plot at the index I specify, with the label sitting right on top of the point. What actually happens is the annotation point seems to be locked to the correct point on the plot, but the position gets changed to something (I have no idea what), and the offset is also changed randomly. It's not really random, because I always seem to end up with the annotation label somewhere off the display, and almost straight up from the point.&lt;BR /&gt;&lt;BR /&gt;I will try to make a stipped down version of my program and post it so you can see what I am talking about. Who knows, I may find the problem in the process..&lt;BR /&gt;&lt;BR /&gt;Thanks,&lt;BR /&gt;Chris&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Dec 2007 15:40:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621224#M288272</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-12-04T15:40:04Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621227#M288273</link>
      <description>&lt;DIV&gt;hi i want help &lt;/DIV&gt;
&lt;DIV&gt;i have project&amp;nbsp; for (( Remote On-line Monitoring of Temperature ))&lt;/DIV&gt;
&lt;DIV&gt;pleas&amp;nbsp; if any body have some onformation&amp;nbsp; pless send to me &lt;/DIV&gt;
&lt;DIV&gt;&lt;A href="mailto:meshaal_200@hotmail.com" target="_blank"&gt;meshaal_200@hotmail.com&lt;/A&gt;&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;and i want&amp;nbsp; know how Temperature measurement application on LabVIEW by VI&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Dec 2007 15:47:14 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621227#M288273</guid>
      <dc:creator>meshaal</dc:creator>
      <dc:date>2007-12-04T15:47:14Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621256#M288288</link>
      <description>Here is a simple program that displays a graph, and allows you to create annotations by right-clicking on it. The built-in function is superceded by my simplified create annotation vi with tries to create an annotation that is located where you clicked (anyone else tired of having to hunt down annotations placed randomly--typically off screen..) and with some defaults (snap to plot, color = red...). I discovered that when set to snap to plot, it doesn't seem to matter what I put in for position or offset, it just does what it wants. I should point out that the graph has a multiplier of 22+ applied to the y scale. This vi was created in LV8.5.&lt;BR /&gt;&lt;BR /&gt;What you'll find is that if you create annotations on peaks, the labels will be off the graph display. If you create an annotation at a trough, the label will be visible. It seems to me that somehow the y-axis scale is not properly being accounted for, and since it ignores what I tell it, it's hard to account for.&lt;BR /&gt;&lt;BR /&gt;Chris&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 04 Dec 2007 16:16:04 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/621256#M288288</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-12-04T16:16:04Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/622675#M288784</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;I ran your VI and I was able to successfully create annotations where the label was displayed on peaks.&amp;nbsp; Is there something that I missed?&amp;nbsp; I ran this in LabVIEW 8.5.&amp;nbsp; I attached a screenshot of the VI I worked on.&amp;nbsp; Let me know, thanks!&lt;/P&gt;</description>
      <pubDate>Thu, 06 Dec 2007 16:27:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/622675#M288784</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2007-12-06T16:27:10Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/622779#M288824</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Huh. When you created the annotations, did you right-click on the peak so that it popped in right there, or did you have to move the annotations after the fact? This is a bit of a mystery for me.. still, what is the significance of the Label Offset #s. In the screenshot you posted, the first annotation has a Label Offset of -2.24646.. in the y direction. Granted, the "..E-21" or whatever maybe cut off from display in the indicator, but even so, Cursor1 is clearly located above, not below, the annotation coordinate. I'm hard coding the offsets to 0,0 when the annotation is created, and that is obviously not being used.&lt;BR /&gt;&lt;BR /&gt;Also, I'm running mine in XP. Here's what it looks like on my machine.&lt;BR /&gt;&lt;BR /&gt;Thanks for your help,&lt;BR /&gt;Chris&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/170/288824/1/Annotation.PNG" /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by C. Minnella on &lt;SPAN class="date_text"&gt;12-06-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;02:21 PM&lt;/SPAN&gt;</description>
      <pubDate>Thu, 06 Dec 2007 19:21:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/622779#M288824</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-12-06T19:21:07Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/624112#M289411</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Hi Chris,&lt;/P&gt;
&lt;P&gt;The offset X and Y values represent the coordinates of the front panel; they are unrelated to the x and y axis scales.&amp;nbsp; The origin is where the cursor is pointing to.&amp;nbsp; You can change the length and direction of the cursor by left-clicking the annotation when the VI is running.&amp;nbsp; I would suggest moving this around to see the offset values displayed at different angles and different lengths.&amp;nbsp; This will give you a feel as to how the coordinates are displayed.&amp;nbsp; If you move the annotation (cursor) to the left of the origin, or below it, the X or Y offset values will be displayed as negative values.&amp;nbsp; &lt;/P&gt;
&lt;P&gt;I was encountering the same issue as you had described, where creating a cursor on a peak forces the cursor to be so long that it is not on the graph.&amp;nbsp; It seems like LabVIEW adjusts this length based on the coordinate that the cursor is pointing to.&amp;nbsp; I would recommend creating the cursors on the lower points of the graph, and then moving them to the desired location.&amp;nbsp; You can then left-click on the annotation to change the length or direction.&amp;nbsp; Thanks Chris!&lt;/P&gt;</description>
      <pubDate>Mon, 10 Dec 2007 15:31:42 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/624112#M289411</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2007-12-10T15:31:42Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/627187#M290603</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;Ok, I finally figured out how to control where the annotations labels are placed. I am pretty sure this is a bug, because it makes no sense.&lt;BR /&gt;&lt;BR /&gt;I think it &lt;I&gt;should &lt;/I&gt;be safe to assume that the annotation label offsets are with respect to the location of the annotation point. Sadly, this is not the case, except in the trivial situation where the scale multipliers are 1 and the offsets are 0.&lt;BR /&gt;&lt;BR /&gt;Here is a example vi which demonstrates how to place customized annotations that are snapped to a plot at the location clicked when you right-click to select "Create Annotation". There is a subvi called Create Annotation that does the work, and is suitable for inclusion in other apps. An image of the block diagram is shown below.&lt;BR /&gt;&lt;BR /&gt;For those that are curious, here are the equations that determine the location of the origin that the annotation labels are relative to:&lt;BR /&gt;&lt;BR /&gt;Actual Offset Origin = scaledPosition * scaleMultiplier + scaleOffset&lt;BR /&gt;&lt;BR /&gt;Origin Offset = ((scaledPosition -scaleOffset)/scaleMultiplier) - scaledPosition&lt;BR /&gt;&lt;BR /&gt;where scaledPosition is the x or y position as seen in the annotation list element (this is in scaled axis units)&lt;BR /&gt;and Origin Offset is the offset from the actual origin required to place the label at the location of the annotation cursor (i.e., where you'd expect the origin to be)&lt;BR /&gt;&lt;BR /&gt;You can see that for both of these equations, the trivial case (0 offset and 1 multiplier) produces the expected output:&lt;BR /&gt;Actual Offset Origin = scaledPosition * (1) + 0 = scaledPosition&lt;BR /&gt;Origin Offset = ((scaledPosition - (0))/1) - scaledPosition = 0&lt;BR /&gt;&lt;BR /&gt;The vi's are saved in 8.5. I expect this bug to be fixed at some point, at which time my vi will really munge up the placement of annotation labels. Be WARNED.&lt;BR /&gt;&lt;BR /&gt;&lt;IMG src="http://forums.ni.com/attachments/ni/170/290603/2/Create%20Annotation%20Guts.png" /&gt;&lt;BR /&gt;&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by C. Minnella on &lt;SPAN class="date_text"&gt;12-14-2007&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:13 PM&lt;/SPAN&gt;</description>
      <pubDate>Fri, 14 Dec 2007 22:13:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/627187#M290603</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-12-14T22:13:26Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/628575#M291110</link>
      <description>&lt;DIV&gt;Hi Chris,&lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;This "bug" that we are seeing seems to be specific to your application.&amp;nbsp; I created a&amp;nbsp;very simple VI, which writes a sinewave to a waveform graph, and uses the cursor list to control the cursor properties.&amp;nbsp; You can adjust the cursor offset by changing the last 2 numeric constants within the cursor list cluster on the block diagram.&amp;nbsp; As you can see, the x and y values correspond the the x-axis and y-axis.&amp;nbsp; If you change the y offset to .5, it places the cursor label exactly .5 units above the cursor.&amp;nbsp; &lt;/DIV&gt;
&lt;DIV&gt;&amp;nbsp;&lt;/DIV&gt;
&lt;DIV&gt;I would have to look further into your application to find out what you are doing differently, but I thought that you might be interested in seeing this example.&amp;nbsp; Let me know what your thoughts are, thanks Chris.&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Dec 2007 20:42:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/628575#M291110</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2007-12-18T20:42:22Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/628580#M291112</link>
      <description>This represents the problem beautifully.&lt;BR /&gt;&lt;BR /&gt;Open the example as is, and run. This is the trivial example I described. Everything appears to work correctly (or at least as you'd expect). Now, change the formatting on the y-scale so that there is a scale multiplier of 10 (instead of 1). For entertainment purposes, you should also turn off y scale autoscaling and set the scale range to -100..100. Now run.&lt;BR /&gt;&lt;BR /&gt;Not what you'd expect, is it? Also, you can set the offsets to 0,0, and you will see the same behavior.&lt;BR /&gt;&lt;BR /&gt;I hadn't tried this on cursors before, but apparently they are exactly the same as annotations.&lt;BR /&gt;&lt;BR /&gt;Thanks for looking into this.&lt;BR /&gt;Chris&lt;BR /&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 18 Dec 2007 21:00:43 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/628580#M291112</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2007-12-18T21:00:43Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/629893#M291588</link>
      <description>&lt;DIV&gt;Hey Chris, thanks for pointing that out to me.&amp;nbsp; This behavior with the cursor label moving all over the graph and not responding to the label offset values is very unusual.&amp;nbsp; I created a Corrective Action Request for this issue, filed as CAR4GIEK3TP.&amp;nbsp; Hopefully we can have this fixed soon, thanks again!&amp;nbsp; Please let me know if you have anymore concerns.&lt;/DIV&gt;</description>
      <pubDate>Thu, 20 Dec 2007 20:07:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/629893#M291588</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2007-12-20T20:07:17Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/687617#M315467</link>
      <description>Here is a stripped (no functions or sub-vi's left, only a property node read/write and a graph) vi that also illustrates the problem, only for me, the y-offset seems to work, but the x-offset is mirrored (or negated) around the y-axis. Instead of apearing at relative X-position of 0, it goes to absolute x-position of (-1)*X-cursor position.&lt;BR /&gt;&lt;BR /&gt;I too find it is related to the scaling of the x-axis, in my case the scale is 2E-5 to bring my 50k samples into the time domain.&lt;BR /&gt;&lt;BR /&gt;The VI is some 35kB, written in 8.5 Pro and running on Windows XP. We are currently closing in on a delivery to a customer, and the only acceptable fix we have found is to turn the lables off for now.&lt;BR /&gt;&lt;BR /&gt;(We generate the cursors and the lables based on peaks as data comes in, using a for-loop which iterates over the peak-X locations).</description>
      <pubDate>Thu, 10 Apr 2008 22:15:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/687617#M315467</guid>
      <dc:creator>Kjell-E</dc:creator>
      <dc:date>2008-04-10T22:15:03Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/688026#M315622</link>
      <description>&lt;SPAN class="noindex"&gt;&lt;SPAN style="color: rgb(102, 102, 102);"&gt;Kjell-Edmund, I see the problem you mentioned. I thought I had sorted all that stuff out before, but I don't have time to dig into it right now. Definitely a bug. Anyway, I'd suggest using a waveform datatype instead of dbl's to pass into the graph. That way the dt can be specified in the datatype and you don't have to scale the x axis. Hopefully that will help you avoid the problem.&lt;BR /&gt;&lt;BR /&gt;good luck!&lt;BR /&gt;Chris&lt;BR /&gt;&lt;/SPAN&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Fri, 11 Apr 2008 14:00:56 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/688026#M315622</guid>
      <dc:creator>minnellac</dc:creator>
      <dc:date>2008-04-11T14:00:56Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/688377#M315751</link>
      <description>[edit] I have not tried to build it to a waveform fix that was suggested yet. [\edit]&lt;BR /&gt;Update:&lt;BR /&gt;&lt;BR /&gt;There might be more to this bug than first meets the eye.&lt;BR /&gt;&lt;BR /&gt;During the day, I've run my app' on and off probably a couple of hundred times, modifying and changing things. During one(!) of the runs, 2 of the 3 labels were displayed at the correct location, while the rest were not.&lt;BR /&gt;&lt;BR /&gt;(Note that I generated a bunch of invalid markers due to a threshold level that was set to low.)&lt;BR /&gt;&lt;BR /&gt;When I re-ran, (after changing the incorrect threshold), it was back to the way it used to be, i.e. labels are all in incorrect positions.&lt;BR /&gt;&lt;BR /&gt;Figured I'd let whoever reads here know that the bug is non-constant and has some odd behavior.&lt;BR /&gt;&lt;BR /&gt;Message Edited by Kjell-Edmund on &lt;SPAN class="date_text"&gt;04-11-2008&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:26 PM&lt;/SPAN&gt;&lt;BR /&gt;&lt;BR /&gt;Message Edited by Kjell-Edmund on &lt;SPAN class="date_text"&gt;04-11-2008&lt;/SPAN&gt; &lt;SPAN class="time_text"&gt;05:26 PM&lt;/SPAN&gt;</description>
      <pubDate>Fri, 11 Apr 2008 22:26:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/688377#M315751</guid>
      <dc:creator>Kjell-E</dc:creator>
      <dc:date>2008-04-11T22:26:33Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/689110#M316049</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Thank you for&amp;nbsp;bringing this to our attention.&amp;nbsp; I will add your notes to the existing CAR.&amp;nbsp; Please let us know if you notice any other unusual behavior or potential bugs&amp;nbsp;when using LabVIEW.&amp;nbsp; We&amp;nbsp;are working&amp;nbsp;hard to resolve these issues&amp;nbsp;for future versions of LabVIEW.&amp;nbsp; Have a great day!&lt;/P&gt;</description>
      <pubDate>Mon, 14 Apr 2008 15:17:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/689110#M316049</guid>
      <dc:creator>MeghanK</dc:creator>
      <dc:date>2008-04-14T15:17:44Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/759234#M347838</link>
      <description>&lt;DIV&gt;&lt;/DIV&gt;
&lt;P&gt;Was this bug fixed in the new version of LabVIEW?&lt;/P&gt;
&lt;P&gt;I couldn't find it in the bug list.&lt;/P&gt;
&lt;P&gt;Thanks&lt;/P&gt;
&lt;P&gt;Dan&lt;/P&gt;</description>
      <pubDate>Fri, 08 Aug 2008 12:35:17 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/759234#M347838</guid>
      <dc:creator>ASTDan</dc:creator>
      <dc:date>2008-08-08T12:35:17Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/760240#M348316</link>
      <description>Hello,&lt;BR /&gt;&lt;BR /&gt;I am glad to inform you that the issue related to Corrective Action Request (CAR) &lt;SPAN class="noindex"&gt;4GIEK3TP has in fact been fixed in LabVIEW 8.6.&lt;BR /&gt;&lt;BR /&gt;Have a great day!&lt;BR /&gt;&lt;/SPAN&gt;&lt;DIV&gt;&lt;/DIV&gt;</description>
      <pubDate>Mon, 11 Aug 2008 16:03:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/760240#M348316</guid>
      <dc:creator>Kameralina</dc:creator>
      <dc:date>2008-08-11T16:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation -solved in 8.6?</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/934918#M419784</link>
      <description>&lt;P&gt;Is it sure the issue is solved in 8.6? I am using 8.6 but I still cannot control the label position correctly when scale&amp;nbsp;offset and multiplier are used. I made a debug vi to play with offsets and multipliers. I tried to find a relation between offset, multiplier and label offsets but this was harder then expected....&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Anyone has experience with this?&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Kind regards,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Mark&lt;/P&gt;</description>
      <pubDate>Sat, 27 Jun 2009 15:05:11 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/934918#M419784</guid>
      <dc:creator>beuvink</dc:creator>
      <dc:date>2009-06-27T15:05:11Z</dc:date>
    </item>
    <item>
      <title>Re: Annotation Label Offset Explanation</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/934956#M419812</link>
      <description>Couldn't resist to investigate further... seems like a bug but with a very strange formula there is a work around. See attachment. Please confirm that this is a bug, I will then start a bug report.</description>
      <pubDate>Sat, 27 Jun 2009 19:36:37 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Annotation-Label-Offset-Explanation/m-p/934956#M419812</guid>
      <dc:creator>beuvink</dc:creator>
      <dc:date>2009-06-27T19:36:37Z</dc:date>
    </item>
  </channel>
</rss>

