The following information may have errors; It is not permissible to be read by anyone who has ever met a lawyer. Use should also be confined to Engineers with more than 370 course hours of electronic engineering and should only be used for theoretical studies. All content entered becomes and is (C)2007 Transtronics, Inc. the property of Transtronics, Inc. Rest assured that your contributions won't be sold and will be publicly available.

Toshiba PLCs

From Transwiki

Jump to: navigation, search

[edit] Programming Questions and answers

How can I change a register value into ACSII that can be sent to a OIS (Operator Interface) 
A two step process. First convert the Binary to BCD using the BCD instruction. Then convert the BCD to ASCII.
Input data is in A, BCD data is in B, and output is put in regesters starting at C.
input---[A BCD B]----Output
input---[B ASC C]----Output
Personal tools