TI 565 PLC Programmers Manual

P

Thread Starter

Pjmac

I am converting an old TI 565 PLC program and I am not familiar with some of the programmed statements. There are DCAT and MCAT statements for motor and valve controls. SFPGM statements (Special Function Program?) Also DRUM statements used for sequencing. Any help is greatly appreciated.
 
T

Trevor Ousey \(lists\)

Check out the Siemens web site, and look at SimaticTI. The instructions are the same as the 545, 505 series.
 
G

Gilles Allard

DCAT and MCAT are "devices". The instruction manage inputs, outputs and timers. MCAT is for motors while DCAT is for valves. SFPGM is for queued tasks. A DRUM is a DRUM.

These instructions are also available in 545 and 555 CPUs.
For a complete definition, get the 505 Programmer's manual
(505-8104-5) from: http://support.automation.siemens.com
document #17519025
 
Top