<?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: Quadrature Decoding in LabVIEW</title>
    <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327551#M975813</link>
    <description>&lt;P&gt;&lt;FONT size="2"&gt;Right now I'm limited to LV2014. Can you attach a downconverted version of your VI?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;FONT size="2" color="#FF0000"&gt;If in A lead B mode every rising edge of channel A the counter will count up and if B lead A mode every falling edge of the channel A counter will count down.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need to attack the problem from the other side (as shown on Wikipedia): you check the current state of A and B and compare with their previous states to decide between "A leads B" or "B leads A" (count up/down)!&lt;/FONT&gt;&lt;/P&gt;</description>
    <pubDate>Wed, 27 Jul 2016 13:11:07 GMT</pubDate>
    <dc:creator>GerdW</dc:creator>
    <dc:date>2016-07-27T13:11:07Z</dc:date>
    <item>
      <title>Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327358#M975750</link>
      <description>&lt;P&gt;Currently I'm have problem for the comparison signal&amp;nbsp;A and B. From the vi below I'm using the feedback node to check the previous iteration(PI) and current iteration(CI) for signal A, if PI higher than CI it the signal will detect as falling&amp;nbsp;edge and if PI lower than CI will detect as rising edge. So how I'm going to build an algorithm to detect whether the signal A lead B (detect as&amp;nbsp;rising edge and is up counter) or the signal B lead A (detect as falling edge and is down counter)?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 03:26:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327358#M975750</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T03:26:53Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327387#M975760</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;you just need to check PI/CI of A &lt;U&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/U&gt; B signal as shown &lt;A href="https://en.wikipedia.org/wiki/Rotary_encoder#Incremental_rotary_encoder" target="_self"&gt;in these tables&lt;/A&gt;…&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 06:24:47 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327387#M975760</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T06:24:47Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327424#M975767</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;&amp;nbsp;&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;you just need to check PI/CI of A &lt;U&gt;&lt;STRONG&gt;and&lt;/STRONG&gt;&lt;/U&gt; B signal as shown &lt;A href="https://en.wikipedia.org/wiki/Rotary_encoder#Incremental_rotary_encoder" target="_self"&gt;in these tables&lt;/A&gt;…&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I know to generate signal, but problem is how to know whether the signal is A lead B (then the counter will count up) or B lead A (then counter will count down)?&lt;BR /&gt;&lt;BR /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 08:08:45 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327424#M975767</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T08:08:45Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327451#M975777</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;those tables explain how to determine direction!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Examples:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;When PI for AB is 00 and CI is 01 then you have a clockwise rotation/forward movement.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;When PI is 11 and CI is 01 you see counter-clockwise rotation/backward movement…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You already know how to compare PI/CI for a single signal (either A or B), so what's the problem to compare the same for a combination of AB?&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:12:11 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327451#M975777</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T09:12:11Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327457#M975778</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;those tables explain how to determine direction!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Examples:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;When PI for AB is 00 and CI is 01 then you have a clockwise rotation/forward movement.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;When PI is 11 and CI is 01 you see counter-clockwise rotation/backward movement…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You already know how to compare PI/CI for a single signal (either A or B), so what's the problem to compare the same for a combination of AB?&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is the signal i generated (pic below)&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186788iE9CB760888BFF4B1/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="Capture.JPG" title="Capture.JPG" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;my problem is how to detect the rising or falling edge for the both channel A and B ?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:25:48 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327457#M975778</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T09:25:48Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327460#M975779</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;in your first message you already described the algorithm: compare PI and CI of the signals…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need a shift register and a comparison function!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;(Or you try the PtByPt-BooleanCrossing function available in LabVIEW…)&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 09:33:25 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327460#M975779</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T09:33:25Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327471#M975782</link>
      <description>&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;in your first message you already described the algorithm: compare PI and CI of the signals…&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need a shift register and a comparison function!&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;(Or you try the PtByPt-BooleanCrossing function available in LabVIEW…)&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Mind you share out the vi how is it look like? I try so many way still not achieve. T.T&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 10:12:08 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327471#M975782</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T10:12:08Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327491#M975791</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;what have you tried so far?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Two solutions, both mentioned before:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186791i2417A75A6F1EC4A2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="check.png" title="check.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 11:07:27 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327491#M975791</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T11:07:27Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327505#M975796</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;what have you tried so far?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Two solutions, both mentioned before:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186791i2417A75A6F1EC4A2/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="check.png" title="check.png" /&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Thank you for your showing vi. What I want is detect if A lead B then each of the rising edge of the channel A the counter will count up and if B lead A then each of the falling edge of the channel B the counter will count down. This is what I finally want. I can generate the signal A and B but I dunno how to detect and compare the signal only. Thank you.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 11:51:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327505#M975796</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T11:51:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327517#M975802</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;did you read the Wikipedia article I linked above? Did you understand the part explaining AB/Quadrature encoders with rotary encoders as example?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need to get the current state of A and B and compare them with their previous state. The tables show you the possible combinations and their meaning (forward/backward movement).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Comparing boolean signals is easy - as shown above. Comparing numeric values is also easy using simple comparision functions!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 12:24:06 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327517#M975802</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T12:24:06Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327544#M975811</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;did you read the Wikipedia article I linked above? Did you understand the part explaining AB/Quadrature encoders with rotary encoders as example?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need to get the current state of A and B and compare them with their previous state. The tables show you the possible combinations and their meaning (forward/backward movement).&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;Comparing boolean signals is easy - as shown above. Comparing numeric values is also easy using simple comparision functions!&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here is my vi. I tested already. but the counter din get correct way. If in A lead B mode every rising edge of channel A the counter will count up and if B lead A mode every falling edge of the channel A counter will count down. I testing so many time i still cant get it.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:00:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327544#M975811</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T13:00:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327551#M975813</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Right now I'm limited to LV2014. Can you attach a downconverted version of your VI?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;FONT size="2" color="#FF0000"&gt;If in A lead B mode every rising edge of channel A the counter will count up and if B lead A mode every falling edge of the channel A counter will count down.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need to attack the problem from the other side (as shown on Wikipedia): you check the current state of A and B and compare with their previous states to decide between "A leads B" or "B leads A" (count up/down)!&lt;/FONT&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:11:07 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327551#M975813</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T13:11:07Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327572#M975818</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Right now I'm limited to LV2014. Can you attach a downconverted version of your VI?&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P style="padding-left: 30px;"&gt;&lt;FONT size="2" color="#FF0000"&gt;If in A lead B mode every rising edge of channel A the counter will count up and if B lead A mode every falling edge of the channel A counter will count down.&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;You need to attack the problem from the other side (as shown on Wikipedia): you check the current state of A and B and compare with their previous states to decide between "A leads B" or "B leads A" (count up/down)!&lt;/FONT&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Here the vi i downconverted to Labview 2014. Thank you so much.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 13:34:03 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327572#M975818</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T13:34:03Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327594#M975823</link>
      <description>&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;see this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186805i55FC14D3FDCBB545/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="check.png" title="check.png" /&gt;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 14:05:52 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327594#M975823</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-27T14:05:52Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327608#M975827</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;see this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186805i55FC14D3FDCBB545/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="check.png" title="check.png" /&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;I still confusing what you mean PI=3 and CI=2 then count down??? the control a and b is it same as my vi after first case structure output a and b?&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 14:16:31 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327608#M975827</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T14:16:31Z</dc:date>
    </item>
    <item>
      <title>Re: Quadrature Decoding</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327687#M975847</link>
      <description>&lt;BLOCKQUOTE&gt;&lt;HR /&gt;&lt;a href="https://forums.ni.com/t5/user/viewprofilepage/user-id/16916"&gt;@GerdW&lt;/a&gt; wrote:&lt;BR /&gt;&lt;P&gt;&lt;FONT size="2"&gt;Hi Ambrose,&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;FONT size="2"&gt;see this:&lt;/FONT&gt;&lt;/P&gt;&lt;P&gt;&lt;IMG src="https://forums.ni.com/t5/image/serverpage/image-id/186805i55FC14D3FDCBB545/image-size/original?v=v2&amp;amp;px=-1" border="0" alt="check.png" title="check.png" /&gt;&lt;/P&gt;&lt;HR /&gt;&lt;/BLOCKQUOTE&gt;&lt;P&gt;Hi GerdW, Thank you so much for your helping a lot. Finally I understand what you say PI=3 and CI=2. I get the result I want d. I'm appreciated it.&lt;/P&gt;</description>
      <pubDate>Wed, 27 Jul 2016 15:30:50 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3327687#M975847</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-27T15:30:50Z</dc:date>
    </item>
    <item>
      <title>Comparison</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328035#M975962</link>
      <description>&lt;P&gt;How i going to compare the A lead B and B lead A ? If A lead B will go to rising edge case then counter count up and B lead A will go to falling edge case then counter count down. Here is my vi below. Once I build thealgorithm the counter will count up and down together.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:10:12 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328035#M975962</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-28T07:10:12Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328037#M975963</link>
      <description>&lt;P&gt;Hi Ambrose,&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;yesterday you got the result, today you ask again?&lt;/P&gt;&lt;P&gt;And why did you create a new thread on the same topic? Please stick with one thread per problem…&lt;/P&gt;&lt;P&gt;&amp;nbsp;&lt;/P&gt;&lt;P&gt;You don't need to check for rising/falling edges. All you need to compare is state of AB with their previous state!&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 07:27:38 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328037#M975963</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-28T07:27:38Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328048#M975968</link>
      <description>&lt;P&gt;According my vi, i directly make it true or false (mode control) statement for comparison, i found that did not compare the signal A and B by itself. That why I ask again.&amp;nbsp;&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:19:16 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328048#M975968</guid>
      <dc:creator>Ambrose1464</dc:creator>
      <dc:date>2016-07-28T08:19:16Z</dc:date>
    </item>
    <item>
      <title>Re: Comparison</title>
      <link>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328056#M975970</link>
      <description>&lt;P&gt;It's again a LV2015 VI. Please upload a downconverted version…&lt;/P&gt;</description>
      <pubDate>Thu, 28 Jul 2016 08:29:53 GMT</pubDate>
      <guid>https://forums.ni.com/t5/LabVIEW/Quadrature-Decoding/m-p/3328056#M975970</guid>
      <dc:creator>GerdW</dc:creator>
      <dc:date>2016-07-28T08:29:53Z</dc:date>
    </item>
  </channel>
</rss>

