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
PLC = Programmable Logic Controller
- Toshiba PLC pricing
- T-PDS Software to write PLC programs FAQ
- T1 Series Brick style PLCs - 16 I/O Pricing 8 I/O Pricing
- V2000 Rack style PLCs
- AC Drives
- T2 to V2000 Conversion What V2000 cards replace T2 or EX100 cards
[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
