<?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: design matrix in LabVIEW</title>
    <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082407#M479211</link>
    <description>&lt;FONT face="Times New Roman" size="3" color="#000000"&gt;Do what was stated above and just create an array. You can then right click the array indicator on your block diagram and create a property node for blinking. Set the value for blinking to be true. This, however, will make your entire array blink. You will have to look at how to reference just the row or column that you want because I am not exactly sure.&lt;/FONT&gt;</description>
    <pubDate>Tue, 02 Mar 2010 22:53:26 GMT</pubDate>
    <dc:creator>GregFreeman</dc:creator>
    <dc:date>2010-03-02T22:53:26Z</dc:date>
    <item>
      <title>design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082285#M479147</link>
      <description>&lt;STRONG&gt;i want to design 6x6 matrix of alaphapet letters and make it flash rows then flash columns,can i?&lt;/STRONG&gt;</description>
      <pubDate>Tue, 02 Mar 2010 20:17:00 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082285#M479147</guid>
      <dc:creator>sfhj</dc:creator>
      <dc:date>2010-03-02T20:17:00Z</dc:date>
    </item>
    <item>
      <title>Re: design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082362#M479192</link>
      <description>&lt;P&gt;tried creating a matrix straight forward but couldn't (on control pallete---&amp;gt;array and matrix) and then type letter a. it didn't work.&lt;/P&gt;&lt;P&gt;try, however, to create a 2dimension array of strings. you do this by function pallete --&amp;gt;&amp;nbsp;initialize array click on the bottom part of the array and extend it so you have two index. wire a 6 to the two dimension input.&lt;/P&gt;&lt;P&gt;then just conect a string constant to the &amp;nbsp;"element" entry and you have created an array of strings.&lt;/P&gt;&lt;P&gt;hope this helps! &lt;/P&gt;&lt;P&gt;please tell me if it does. (or doesn't)&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Tue, 02 Mar 2010 21:46:23 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082362#M479192</guid>
      <dc:creator>Nihil</dc:creator>
      <dc:date>2010-03-02T21:46:23Z</dc:date>
    </item>
    <item>
      <title>Re: design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082407#M479211</link>
      <description>&lt;FONT face="Times New Roman" size="3" color="#000000"&gt;Do what was stated above and just create an array. You can then right click the array indicator on your block diagram and create a property node for blinking. Set the value for blinking to be true. This, however, will make your entire array blink. You will have to look at how to reference just the row or column that you want because I am not exactly sure.&lt;/FONT&gt;</description>
      <pubDate>Tue, 02 Mar 2010 22:53:26 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082407#M479211</guid>
      <dc:creator>GregFreeman</dc:creator>
      <dc:date>2010-03-02T22:53:26Z</dc:date>
    </item>
    <item>
      <title>Re: design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082414#M479213</link>
      <description>I don't think that it can be done with the control/indicator's properties. There is a property that would appear to flash an individual element, but I can't see anyway to determine which element. I figured there might be a way to index which one, and from that the rest of the column or row but ...</description>
      <pubDate>Tue, 02 Mar 2010 23:03:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082414#M479213</guid>
      <dc:creator>LV_Pro</dc:creator>
      <dc:date>2010-03-02T23:03:50Z</dc:date>
    </item>
    <item>
      <title>Re: design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082429#M479218</link>
      <description>&lt;P&gt;Does it have to blink? if not you can just highlight the rows/columns you want.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;IMG src="http://forums.ni.com/ni/attachments/ni/170/479218/1/highlight.PNG" border="0" width="719" height="830" align="center" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;DIV class="message-edit-history"&gt;&lt;SPAN class="edit-author"&gt;Message Edited by for(imstuck) on &lt;/SPAN&gt;&lt;SPAN class="local-date"&gt; 03-02-2010&lt;/SPAN&gt;&lt;SPAN class="local-time"&gt; 05:20 PM&lt;/SPAN&gt;&lt;/DIV&gt;</description>
      <pubDate>Tue, 02 Mar 2010 23:20:50 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082429#M479218</guid>
      <dc:creator>GregFreeman</dc:creator>
      <dc:date>2010-03-02T23:20:50Z</dc:date>
    </item>
    <item>
      <title>Re: design matrix</title>
      <link>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082470#M479231</link>
      <description>&lt;P&gt;Feels kind of lame, but uses only native controls and avoids the "Blinking" property which kind of bugs me.&amp;nbsp; Basic idea: Hide two boolean arrays behind the string array, futz with sizing then use the booleans to flash the row or column.&amp;nbsp; Can't help but think I'd use the picture control if I weren't just messing around.&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 03 Mar 2010 00:33:12 GMT</pubDate>
      <guid>https://ni.lithium.com/t5/LabVIEW/design-matrix/m-p/1082470#M479231</guid>
      <dc:creator>Darin.K</dc:creator>
      <dc:date>2010-03-03T00:33:12Z</dc:date>
    </item>
  </channel>
</rss>

