<?xml version="1.0"?>
<?xml-stylesheet type="text/css" href="https://controlwiki.com/skins/common/feed.css?207"?>
<rss version="2.0" xmlns:dc="http://purl.org/dc/elements/1.1/">
	<channel>
		<title>PLC Archive:Gray Code to Binary Conversion - Revision history</title>
		<link>https://controlwiki.com/index.php?title=PLC_Archive:Gray_Code_to_Binary_Conversion&amp;action=history</link>
		<description>Revision history for this page on the wiki</description>
		<language>en</language>
		<generator>MediaWiki 1.15.1</generator>
		<lastBuildDate>Mon, 27 Apr 2026 20:24:08 GMT</lastBuildDate>
		<item>
			<title>Cwiki:&amp;#32;Created page with '{{PLC Archive | page_title=Gray Code to Binary Conversion | author_name=Anthony Kerstens | program_filename=Gray_code.pdf | abstract=This file was submitted by Anthony Kerstens f…'</title>
			<link>https://controlwiki.com/index.php?title=PLC_Archive:Gray_Code_to_Binary_Conversion&amp;diff=491&amp;oldid=prev</link>
			<description>&lt;p&gt;Created page with &amp;#39;{{PLC Archive | page_title=Gray Code to Binary Conversion | author_name=Anthony Kerstens | program_filename=Gray_code.pdf | abstract=This file was submitted by Anthony Kerstens f…&amp;#39;&lt;/p&gt;
&lt;p&gt;&lt;b&gt;New page&lt;/b&gt;&lt;/p&gt;&lt;div&gt;{{PLC Archive&lt;br /&gt;
| page_title=Gray Code to Binary Conversion&lt;br /&gt;
| author_name=Anthony Kerstens&lt;br /&gt;
| program_filename=Gray_code.pdf&lt;br /&gt;
| abstract=This file was submitted by Anthony Kerstens for converting grey code to binary. It's generalized to use a full 16 bits, but could be shortened or expanded to suit the application. The MSB is taken directly, and the algorithm for subsequent bits is the same for the remaining bits regardless of the number.&lt;br /&gt;
&lt;br /&gt;
The logic example is programmed with symbols G15 to G00, and B with bits /15 to /0.&lt;br /&gt;
G15 to G00 are gray code inputs from an encoder or other such device. B is the binary integer file, with individual bit B/15 to B/0. The G15_MSB is taken directly. Subsequent G bits are XOR'd with the previous B bit. ie. B/n = Gn xor B/(n+1).&lt;br /&gt;
&lt;br /&gt;
}}&lt;/div&gt;</description>
			<pubDate>Fri, 18 Sep 2009 19:50:50 GMT</pubDate>			<dc:creator>Cwiki</dc:creator>			<comments>https://controlwiki.com/index.php?title=Talk:PLC_Archive:Gray_Code_to_Binary_Conversion</comments>		</item>
	</channel>
</rss>