<?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: Handling time changes when graphing existing data in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358108#M987662</link>
    <description>&lt;P&gt;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://ni.lithium.com/i/smilies/16x16_smiley-embarrassed.gif" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
    <pubDate>Fri, 14 Oct 2016 13:51:46 GMT</pubDate>
    <dc:creator>SteveC_43</dc:creator>
    <dc:date>2016-10-14T13:51:46Z</dc:date>
    <item>
      <title>Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358033#M987624</link>
      <description>&lt;P&gt;My challenge is to graph existing temperature and event data from several files in one graph. On the surface, this is fairly easy. I've been able to use a XY graph to plot the data and add cursors where events occur. If only life were so simpe.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Our main (non-labview) system writes the CSV files using what we call an event sequence index. This is a sequential number that is the same in each file and ties the records together in case the user decides to change the time or date, which they do. Users are a pain like that. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt; So, I use it to tie everything together, build a bunch of arrays using the time tied to the event sequence number in what we condsider&amp;nbsp;the main CSV file and graph the data. The problem is, the Labview XY graph seems entirely time based and I can't graph the data in a strip chart form, at least as far as I can figure out. If data is graphed that&amp;nbsp;appears older than some, but really isn't, it is drawn to the left in&amp;nbsp;date/time order. I haven't tried yet to see what happens if there is data for the same date and time. that should be fun.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm probably missing something simple, at least I hope.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Any ideas would be appreciated!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 10:47:53 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358033#M987624</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T10:47:53Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358036#M987625</link>
      <description>&lt;P&gt;Hi Steve,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;a XY graph plots data as you provide it. When a data point is to the left of another point then its X value is smaller (using a default X axis with bigger values to the right).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you need to check your data? Or even better: attach a VI with some meaningful default data inside!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 10:58:03 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358036#M987625</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-10-14T10:58:03Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358046#M987630</link>
      <description>&lt;P&gt;Thanks for responding.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm graphing using the time stamp from the primary CSV file tied to the Event Sequence ID I'm using to tie everything together. This is my "X" value. The graph plots data based on time in this case and not by where it is in the array, at least the way I've managed&amp;nbsp;it.&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I guess I could use my Event Sequence ID as my X value. That would solve the issue but create two new problems. The first is that the&amp;nbsp;&lt;SPAN&gt;Event Sequence ID means nothing to a user, so I'd have to figure out a way to hide it and display the corresponding date/time label in it's place, which seems difficult. The other problem is that each data point is not linear. Most are 1 minute apart, but if events occur, they may only be a second or two apart. That may cause the graph to look a bit funky.&lt;/SPAN&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 11:23:33 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358046#M987630</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T11:23:33Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358071#M987637</link>
      <description>&lt;P&gt;It occurs to me that my words may to confusing. I have that effect some times. So, I've attached an example of my problem. In this example, I have an array of clusters that include a "time" stamp and the associated data for each. I've sequenced the first five"time" elements from 5 to 9. I then made the sixth&amp;nbsp;element 1. This is the same issue I'm running into when I use a true time stamp. In this example, I need to somehow make the "1" time with the data at "8" appear to the right of the "9" time stamp.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 12:52:24 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358071#M987637</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T12:52:24Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358081#M987642</link>
      <description>&lt;P&gt;If you want to plot a single array of equally-spaced elements, use a Chart. &amp;nbsp;If you want to plot X,Y pairs, which plot as X,Y (so if X goes 5, 6, 7, 8, 1, it plots the last point to the left of the other four), use a Graph. &amp;nbsp;If you want to plot X,Y pairs&amp;nbsp;&lt;U&gt;as though they were equally spaced points&lt;/U&gt;, ignoring the X values, either plot the Y points as a Chart or replace the X points with 1, 2, 3, 4, ... .&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob Schor&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 12:58:18 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358081#M987642</guid>
      <dc:creator>Bob_Schor</dc:creator>
      <dc:date>2016-10-14T12:58:18Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358090#M987653</link>
      <description>&lt;P&gt;I guess my suggestion would be to decide which of the plots is going to be your reference and use those timestamps for all plots.&amp;nbsp; The fact that the customer wants a unique number for each piece of data indicates that they expect the data to be taken at the same time.&amp;nbsp; Since no timestamp is exactly accurate, I don't consider this "fudging" data.&amp;nbsp; it is merely a method of aligning data.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:15:10 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358090#M987653</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T13:15:10Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358094#M987656</link>
      <description>&lt;P&gt;Alternatively just use the reference number for your chart and just use the timestamps as references.&amp;nbsp; That would probably be the best way to go, actually.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:17:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358094#M987656</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T13:17:31Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358097#M987657</link>
      <description>&lt;P&gt;Billko,&lt;/P&gt;&lt;P&gt;I agree. I could use the Event Sequence ID (reference as you called it) and the main problem is solved. I would just need to figure out how to make the timestamps visible to the user after that. I suppose I could use cursors for that. The problem then becomes the spacing of those cursors and what to do as the user zooms in and out. It also creates a problem with regard to the non-linear timing of my samples, but I think we can live with that.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Bob,&lt;/P&gt;&lt;P&gt;Thanks for the reply. I'm just having a hard time determining how I would chart it&amp;nbsp;versus graphing it. I'm dense like that. I'll keep playing around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks all!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:33:44 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358097#M987657</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T13:33:44Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358099#M987658</link>
      <description>&lt;P&gt;Oops. I accidently marked it as solved. Duh...&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:35:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358099#M987658</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T13:35:25Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358100#M987659</link>
      <description>&lt;P&gt;You can unmark it.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":disappointed_face:"&gt;😞&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:36:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358100#M987659</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T13:36:51Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358108#M987662</link>
      <description>&lt;P&gt;&lt;img id="smileyembarrassed" class="emoticon emoticon-smileyembarrassed" src="https://ni.lithium.com/i/smilies/16x16_smiley-embarrassed.gif" alt="Smiley Embarassed" title="Smiley Embarassed" /&gt;&amp;nbsp;&lt;img id="smileyvery-happy" class="emoticon emoticon-smileyvery-happy" src="https://ni.lithium.com/i/smilies/16x16_smiley-very-happy.gif" alt="Smiley Very Happy" title="Smiley Very Happy" /&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:51:46 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358108#M987662</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T13:51:46Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358110#M987664</link>
      <description>&lt;P&gt;You can use the event structure to capture the cursor release and use that to index the timestamp and show it as either a popup or as annotation.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:51:51 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358110#M987664</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T13:51:51Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358111#M987665</link>
      <description>&lt;P&gt;Another ignorant question. What's the best way to get the time stamp to appear on the graph in the first place since my event sequence number (reference number) is now the X axis label? Can you add text to a cursor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help so far.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 13:54:22 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358111#M987665</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T13:54:22Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358113#M987666</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/259074"&gt;@SteveC_43&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;Another ignorant question. What's the best way to get the time stamp to appear on the graph in the first place since my event sequence number (reference number) is now the X axis label? Can you add text to a cursor?&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Thanks for your help so far.&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;You can change the cursor name after you let the cursor go.&amp;nbsp; Just make sure to make the cursor mode anything other than "free".&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:03:07 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358113#M987666</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T14:03:07Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358115#M987667</link>
      <description>&lt;P&gt;Actually using an annotation is better - changing the name of the plot will be problematic if you ever want to reference the plot by name (which is almost certain).&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I have no idea what i was thinking in the post above - yeesh.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:08:31 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358115#M987667</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T14:08:31Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358146#M987681</link>
      <description>&lt;P&gt;Yeah, I'll play around with that. Thanks for your help!&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 14:53:32 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358146#M987681</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T14:53:32Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358299#M987747</link>
      <description>&lt;P&gt;You could avoid the problem entirely if instead of a "sequence index" and a User-made-up pretend time, you recorded the actual time.&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 20:21:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358299#M987747</guid>
      <dc:creator>drjdpowell</dc:creator>
      <dc:date>2016-10-14T20:21:50Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358304#M987748</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/66277"&gt;@drjdpowell&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;You could avoid the problem entirely if instead of a "sequence index" and a User-made-up pretend time, you recorded the actual time.&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Except for those darned, pesky customer requirements.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 20:30:25 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358304#M987748</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-14T20:30:25Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358360#M987768</link>
      <description>&lt;P&gt;It's never a pretend time. Ever heard of daylight savings? How about a system we send to Europe with existing data and they want to change a time or date? The only way to tie everything together is to NOT do it by date/time or it get's incredibly messy. Otherwise you get duplicate times and you don't know which time is the correct one to tie events to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That system, which creates the files I'm reading, was written by very good programers with years of experience writing code for stuff you may use (or drive) every day. They don't just make stuff up or pretend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you were just being humorous. If so, just ignore me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Fri, 14 Oct 2016 23:20:39 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358360#M987768</guid>
      <dc:creator>SteveC_43</dc:creator>
      <dc:date>2016-10-14T23:20:39Z</dc:date>
    </item>
    <item>
      <title>Re: Handling time changes when graphing existing data</title>
      <link>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358371#M987772</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/259074"&gt;@SteveC_43&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;It's never a pretend time. Ever heard of daylight savings? How about a system we send to Europe with existing data and they want to change a time or date? The only way to tie everything together is to NOT do it by date/time or it get's incredibly messy. Otherwise you get duplicate times and you don't know which time is the correct one to tie events to.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;That system, which creates the files I'm reading, was written by very good programers with years of experience writing code for stuff you may use (or drive) every day. They don't just make stuff up or pretend.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;Maybe you were just being humorous. If so, just ignore me. &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Your first post implied a whole lot by describing everything with minute detail.&amp;nbsp; It seemed that there was already a well established "way of doing things", if not actually established by customer requirement.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;I'm sure that &lt;SPAN class="UserName lia-user-name lia-user-rank-Active-Participant"&gt;&lt;a href="https://ni.lithium.com/t5/user/viewprofilepage/user-id/66277"&gt;@drjdpowell&lt;SPAN class=""&gt;&lt;/SPAN&gt;&lt;/a&gt;&lt;/SPAN&gt; didn't pick up on that.&amp;nbsp; That's why I had the big smiley at the end.&amp;nbsp; &lt;span class="lia-unicode-emoji" title=":slightly_smiling_face:"&gt;🙂&lt;/span&gt;&lt;/P&gt;</description>
      <pubDate>Sat, 15 Oct 2016 01:54:54 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/Handling-time-changes-when-graphing-existing-data/m-p/3358371#M987772</guid>
      <dc:creator>billko</dc:creator>
      <dc:date>2016-10-15T01:54:54Z</dc:date>
    </item>
  </channel>
</rss>

