<?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: What's wrong with dynamic data? in BreakPoint</title>
    <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449782#M23239</link>
    <description>&lt;P&gt;OK, stupid question time.... Like Super Adventure Time but less cool....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the difference between dynamic data and waveforms?&amp;nbsp; I ask because I just used my very first waveform datatype today to display a mix of digital bus and analog voltage info for debugging an FPGA application.&amp;nbsp; It's pretty neat actually (the display side at least).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what's dynamic data?&lt;/P&gt;</description>
    <pubDate>Tue, 04 Jun 2013 22:04:27 GMT</pubDate>
    <dc:creator>Intaris</dc:creator>
    <dc:date>2013-06-04T22:04:27Z</dc:date>
    <item>
      <title>What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2446416#M23210</link>
      <description>&lt;P&gt;I am starting this thread to showcase what I might call "dynamic data abuse": The use of dynamic data where it has no business to be used (does it ever?).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;FONT size="4"&gt;&lt;STRONG&gt;Everybody is invited to contribute with their own examples!&lt;/STRONG&gt;&lt;/FONT&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;One of the problems when operating on dynamic data is its &lt;STRONG&gt;opacity&lt;/STRONG&gt;. We can never really tell what's going on by looking at the code. It also seems to hide serious programming mistakes by adapting in ways to mask horrendous code and making it seemingly functional, glossing over the glaring programming errors.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To get it all started, here are a few recent sightings:&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;(A)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/BreakPoint/23210/1/join.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;(&lt;A href="https://forums.ni.com/t5/LabVIEW/Stop-running-a-programme-automatically/m-p/2446106#M751892" target="_self"&gt;Seen here&lt;/A&gt;).&amp;nbsp;&lt;SPAN style="line-height: 15px;"&gt;No Kidding! The users joins a scalar with a waveform, then wires the resulting dynamic data to the index input of "replace array subset". He cannot see anything wrong, because the program actually works (coercing the dynamic data to a scalar will, by a happy coincidence, return the value of the scalar joined earlier. I have no idea what thought process led to this code in the first place (maybe just randomly connecting functions until the result is as expected? :o).&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;&amp;nbsp;&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;&lt;SPAN style="line-height: 15px;"&gt;(B)&lt;/SPAN&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/BreakPoint/23210/2/split.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;(&lt;A href="https://forums.ni.com/t5/LabVIEW/Program-unresponsive-after-a-dialog-box-input/m-p/2446362#M751942" target="_self"&gt;seen here&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;What's wrong with simply branching the wire???&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;HR /&gt;
&lt;P&gt;(C)&lt;/P&gt;
&lt;P&gt;I don't remember the link, but here's how somebody transposed a 2D array a while ago (bottom part of image). No way to tell from looking at the code picture! (The "FromDDT" and "ToDDT" need to be configured just right ...). &lt;span class="lia-unicode-emoji" title=":grinning_face_with_smiling_eyes:"&gt;😄&lt;/span&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/BreakPoint/23210/3/DynamicTranspose.png" border="0" alt="" title="" align="center" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;ARRRRGH!&lt;/P&gt;</description>
      <pubDate>Sun, 02 Jun 2013 15:59:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2446416#M23210</guid>
      <dc:creator>altenbach</dc:creator>
      <dc:date>2013-06-02T15:59:00Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2447652#M23219</link>
      <description>&lt;P&gt;Here's another one for you.&amp;nbsp; Found here:&lt;A href="https://forums.ni.com/t5/LabVIEW/Program-unresponsive-after-a-dialog-box-input/m-p/2447608#U2447608" target="_blank"&gt;http://forums.ni.com/t5/LabVIEW/Program-unresponsive-after-a-dialog-box-input/m-p/2447608#U2447608&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Put a bunch of booleans into a Combine Signals and then do a Dynamic Data to Boolean Array.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I supplied the much more cleaned up version of the code below.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/BreakPoint/23219/1/Button%20Press%20Decoder_BD.png" border="0" alt="" title="" align="middle" /&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT:&amp;nbsp; I just realized I needed to subtract 1 frm the power before using the Scale by Power of 2.&amp;nbsp; Oops.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 16:27:49 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2447652#M23219</guid>
      <dc:creator>crossrulz</dc:creator>
      <dc:date>2013-06-03T16:27:49Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2447834#M23222</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/7614"&gt;@altenbach&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;I am starting this thread to showcase what I might call "dynamic data abuse": The use of dynamic data where it has no business to be used (does it ever?).&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Okay this probably should be a new thread but really...when would I use the dynamic data, data type? &amp;nbsp;It seems useless and is a little frustrating that NI spends so much time supporting it and adding features that use it, but yet I have not found a use for it in my 9 year of LabVIEW experience. &amp;nbsp;The only time I've even used it is when I am making a quick demo using an express VI (DAQ Assistant) and I need to convert it back to something useful.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;To be clear I'm not saying that dynamic data is useless, I'm just saying I haven't found a time when I would use.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;EDIT: Add "Dynamic Data" to my list of features in LabVIEW I never use, along with "Units" when using doubles.&lt;/P&gt;</description>
      <pubDate>Mon, 03 Jun 2013 18:05:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2447834#M23222</guid>
      <dc:creator>Hooovahh</dc:creator>
      <dc:date>2013-06-03T18:05:50Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449226#M23236</link>
      <description>&lt;P&gt;And another see&lt;A href="https://forums.ni.com/t5/LabVIEW/Timing-column-in-the-write-to-measurement-file/td-p/2442390/page/2" target="_self"&gt;n here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lets change a DAQmx read&amp;nbsp;from an array of DBLS to a waveform type coercing back to array of DBL at the input to "To DDT"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What happened to all the timing information?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 15:52:27 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449226#M23236</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2013-06-04T15:52:27Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449492#M23238</link>
      <description>&lt;P&gt;You wanna know what's wrong with it? Well, you're going to have to ask someone else. I can't answer what's wrong with it because I simply don't understand it. Never have.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe all those automatic coercions make perfect sense, but since I never saw anyone explaining any advantages the DDT has, I just assumed that it doesn't have them (or that they exist mainly if you build one of the three icon demos NI marketing likes) and simply proceeded with the data types I actually understand.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 18:20:35 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449492#M23238</guid>
      <dc:creator>tst</dc:creator>
      <dc:date>2013-06-04T18:20:35Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449782#M23239</link>
      <description>&lt;P&gt;OK, stupid question time.... Like Super Adventure Time but less cool....&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;What's the difference between dynamic data and waveforms?&amp;nbsp; I ask because I just used my very first waveform datatype today to display a mix of digital bus and analog voltage info for debugging an FPGA application.&amp;nbsp; It's pretty neat actually (the display side at least).&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what's dynamic data?&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 22:04:27 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449782#M23239</guid>
      <dc:creator>Intaris</dc:creator>
      <dc:date>2013-06-04T22:04:27Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449856#M23240</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;Intaris wrote: &lt;BR /&gt;
&lt;P&gt;What's the difference between dynamic data and waveforms? &lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;So what's dynamic data?&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;Dynamic data is simply a thin wrapper around a select group of datatypes (which includes waveforms).&amp;nbsp; These datatypes are the ones that would be commonly used in simple DAQ applications and the DDT seems like it is there to provide pseudo-polymorphism.&amp;nbsp; You could in principle get the same effect with variants, this way I guess they get a blue wire to match the Express theme.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;If you want to sling a couple of wires and see a meaningful FFT on your graph then I guess these are your guys.&amp;nbsp; They are useful, but they can obviously make it easy to create performance killers.&amp;nbsp; Coercion dots look bad on marketing pamphlets so those blue wires seem to happily plug in to a lot of places, you get no clue what conversions and copies lie beneath.&amp;nbsp; It is like Build Array that makes it look nice and clean to prepend elements to your array repeatedly.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;As to split and merge signals, I am a bit sympathetic here.&amp;nbsp; The targeted user base are those hardware guys who are looking to automate their testing.&amp;nbsp; They are sold on the analogy of LV code to the wires they are familiar with.&amp;nbsp; If you guys built hardware the way you code LV (branching wires all over the place), you would be rightfully mocked.&amp;nbsp; Fanouts and buffers are commonly used, so split signals looks like something they are familar with.&amp;nbsp; Branching wires or traces is just not wired in to their brains.&amp;nbsp; Go easy on them, I can often see the hardware analogy to what they are doing.&amp;nbsp; Others, of course are doing things that do not belong in either hardware or software.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Short answer, if you are a LV person, there is really nothing for you in the DDT except code obfuscation.&amp;nbsp; If you are a hardware guy who just wants his FFT axis to have the proper values, it can make it simple.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Now why is something that you can only configure when you drop it on the BD called 'dynamic', that is a mystery of the universe.&lt;/P&gt;</description>
      <pubDate>Tue, 04 Jun 2013 23:24:43 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2449856#M23240</guid>
      <dc:creator>Darin.K</dc:creator>
      <dc:date>2013-06-04T23:24:43Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451218#M23246</link>
      <description>&lt;P&gt;Let's take a strictly typed language and suggest to all our new users to use a loosely defined data type.&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Who thought that was a good idea?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 19:51:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451218#M23246</guid>
      <dc:creator>GregFreeman</dc:creator>
      <dc:date>2013-06-05T19:51:32Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451228#M23247</link>
      <description>&lt;P&gt;Greg,&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please watch your language! &amp;nbsp; "loosely defined"? &amp;nbsp;Where did you find a definition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Maybe the thread title should be "Can anyone think of a good use case for DDT?"&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;I think the U.S. government banned DDT because it was killing off eagles, ospreys, and other top predators. &amp;nbsp;Let's extend the ban to this newer type of DDT.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lynn&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 19:58:39 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451228#M23247</guid>
      <dc:creator>johnsold</dc:creator>
      <dc:date>2013-06-05T19:58:39Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451404#M23248</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/32263"&gt;@johnsold&lt;/a&gt; wrote:&lt;BR /&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Please watch your language! &amp;nbsp; "loosely defined"? &amp;nbsp;Where did you find a definition?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Lynn&lt;/P&gt;
&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;
&lt;P&gt;I think I meant weak typed (although this may not be a good use case of that term anyways, but it seemed to fit). I didn't mean to get you excited about being able to find where they are defined!&amp;nbsp;&lt;img id="smileysurprised" class="emoticon emoticon-smileysurprised" src="https://forums.ni.com/i/smilies/16x16_smiley-surprised.gif" alt="Smiley Surprised" title="Smiley Surprised" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 05 Jun 2013 22:24:29 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451404#M23248</guid>
      <dc:creator>GregFreeman</dc:creator>
      <dc:date>2013-06-05T22:24:29Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451482#M23249</link>
      <description>&lt;P&gt;OK, I really hate "Just dumping" on a LabVIEW feature.&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Yes, there are a few I do not like.&amp;nbsp; But, there are many ways to learn.&amp;nbsp; &lt;A href="https://decibel.ni.com/content/polls/14988?pollSuccess=true" target="_self"&gt;Here is one&lt;/A&gt;.&lt;/P&gt;</description>
      <pubDate>Thu, 06 Jun 2013 00:35:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2451482#M23249</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2013-06-06T00:35:00Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2485086#M23393</link>
      <description>&lt;P&gt;Using Select on Dynamic Data (found &lt;A href="https://forums.ni.com/t5/LabVIEW/problem-regarding-LabVIEW-programming/m-p/2484952/highlight/true#M759184" target="_self"&gt;here&lt;/A&gt;)&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/ni/attachments/ni/170/759184/1/Untitled.png" border="0" alt="" title="" width="1366" height="768" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Tue, 09 Jul 2013 13:04:17 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2485086#M23393</guid>
      <dc:creator>jcarmody</dc:creator>
      <dc:date>2013-07-09T13:04:17Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2487876#M23402</link>
      <description>&lt;P&gt;How will that end?&lt;/P&gt;
&lt;P&gt;Silent &lt;STRIKE&gt;spring&lt;/STRIKE&gt; programmer?&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;LI-SPOILER&gt;&lt;A href="http://en.wikipedia.org/wiki/DDT" target="_blank"&gt;http://en.wikipedia.org/wiki/DDT&lt;/A&gt;&lt;/LI-SPOILER&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 11 Jul 2013 11:33:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2487876#M23402</guid>
      <dc:creator>Henrik_Volkers</dc:creator>
      <dc:date>2013-07-11T11:33:31Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2496002#M23422</link>
      <description>&lt;P&gt;Why doesn't &lt;A href="https://forums.ni.com/t5/LabVIEW/PWM-light-dimmer-using-cRIO/m-p/2495784#U2495784" target="_self"&gt;this code&lt;/A&gt; generate the same signal on the output that it displays on the graph? Because the poster used the Dynamic Data Type, of course. The automatic and unnoticed coercion from an array to a scalar is confusing and unintuitive.&lt;/P&gt;
&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/115098iE8B33B28392AB037/image-size/original?v=mpbl-1&amp;amp;px=-1" border="0" alt="DDT problem.png" title="DDT problem.png" align="center" /&gt;&lt;/P&gt;</description>
      <pubDate>Thu, 18 Jul 2013 18:44:32 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2496002#M23422</guid>
      <dc:creator>nathand</dc:creator>
      <dc:date>2013-07-18T18:44:32Z</dc:date>
    </item>
    <item>
      <title>Re: What's wrong with dynamic data?</title>
      <link>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2889516#M25307</link>
      <description>&lt;P&gt;&lt;A href="https://forums.ni.com/t5/LabVIEW/How-do-I-fix-a-Call-Library-node-with-an-unwired-or-bad-terminal/m-p/2889380/highlight/false#M839022" target="_blank"&gt;see here&lt;/A&gt;&lt;/P&gt;
&lt;P&gt;&amp;nbsp;&lt;/P&gt;
&lt;P&gt;Amazing that there is no way to get size of array "Y" or dt components from a dbl scalar.&lt;/P&gt;</description>
      <pubDate>Tue, 17 Jun 2014 20:20:00 GMT</pubDate>
      <guid>https://forums.ni.com/t5/BreakPoint/What-s-wrong-with-dynamic-data/m-p/2889516#M25307</guid>
      <dc:creator>JÞB</dc:creator>
      <dc:date>2014-06-17T20:20:00Z</dc:date>
    </item>
  </channel>
</rss>

