03-31-2017 06:48 AM
dear friends
How can I convert gray code to bcd code and revers. Byte receives from PLC which should be converted.
Thanks
Asif Iqbal
03-31-2017 07:36 AM
Have you ever heard of the World Wide Web? Google? Wikipedia? Do a search on Gray Code and you will learn its history, who "Gray" was, how (and why) it is used, and algorithms to encode and decode it into numbers. Then all you need to do is to convert the number to BCD. How do you do that? Read the first line of this response again.
Bob Schor