The following information may have errors; It is not permissible to be read by anyone who has ever met a lawyer. Use is confined to Engineers with more than 370 course hours of electronic engineering 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.
ph +1(785) 841 3089 Email inform@xtronics

Toshiba PLCs

From Transwiki

Revision as of 20:47, 22 September 2009 by Karl (Talk | contribs)
(diff) ←Older revision | Current revision (diff) | Newer revision→ (diff)
Jump to: navigation, search

PLC = Programmable Logic Controller

[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 registers starting at C.
input---[A BCD B]----Output
input---[B ASC C]----Output