Skip to main content

AB PLC Series With I/O range and supporting programming and Communication Software's.

SR.

NO.

AB PLC series

I/O Range

Communication

Software

Programing

Software

Emulator

Software

1.

Pico Series

<= 32 I/o’s

RSlinx gateway

Picosoft

NA

 

2.

Micrologix

(<= 512 I/o’s )

Micrologix 1000

(<= 32 I/o’s)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

Micrologix  1100

(<= 64  I/o’s)

Rslinx gateway

 

RSlinx500 English Pro

Emulator 500

 

Micrologix 1200

(<=128  I/o’s)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

Micrologix 1400

(<=256 I/o’s)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

Micrologix 1500

(<= 512 I/o’s)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

 

3

SLC -500

(Sequential Logic Control)

(<= 4096 I/o’s)

SLC 5/01

(<=960 I/o’s

& memory up to

4K)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

SLC 5/02

(<=4096 I/o’s

& memory up to

8K)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

SLC 5/03

(<=4096 I/o’s

& memory up to

16K)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

SLC 5/04

(<=4096 I/o’s

& memory up to

32K)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

SLC 5/05

(<=4096 I/o’s

& memory up to

64K)

Rslinx gateway

RSlinx500 English Pro

Emulator 500

 

 

 4

 

 

 

 

 PLC-5

(<= 10000 I/o’s)

 

 

 

 

PLC 5/05

RSlinx Classic  

Rslinx5 English Pro

Emulator 5

 PLC 5/10

RSlinx Classic  

Rslinx5 English Pro

Emulator 5

|

RSlinx Classic  

Rslinx5 English Pro

Emulator 5

|

RSlinx Classic  

Rslinx5 English Pro

Emulator 5

PLC 5/55 

RSlinx Classic  

Rslinx5 English Pro

Emulator 5

 

 5

Compact Logix 

<=40000

 RSlinx Classic

RSlinx5000 English Pro 

Emulator 5000 

 

 6

Flex Logix 

 <=60000

 RSlinx Classic

RSlinx5000 English Pro 

Emulator 5000 

 

 7

 Control Logix

 <=128000

 RSlinx Classic

RSlinx5000 English Pro 

Emulator 5000 

 

Comments

Popular posts from this blog

HOW TO DOWNLOAD AND INSTALL WONDERWARE FOR WINDOWS 8,7,10.

##You can Download a ZIP file of the software From Below link. https://drive.google.com/file/d/159y8W0c_bw0vvf1DNDQ08_QsLZ9h2Tb1/view?usp=sharing 1 ) You Can Also Watch a Video Tutorial of it  below. 2) You can also read out steps from below :-

Timers in Siemens PLC Simatic manager

Timer :- Timer is nothing but a specialized clock in a programming software used to count the preset time intervals. In   Siemens PLC we have various ty pes of timers as :- 1) S_PULSE(Pulse timer), 2) S_PEXT(Extended Pulse Timer), 3) S_ODT(On Delay Timer), 4) S_ODTS(Retentive On Delay Timer), 5) S_OFFDT(Off Delay Timer). You must find out another five instruction sets in Timer Block in Simatic Manager STEP 7 as :- -(SP) pulse timer coil, -(SE) extended pulse timer coil, -(SD) on delay timer coil, -(SS) retentive on delay timer coil, -(SF) off delay timer coil. 1) S_PULSE(Pulse timer) :- S_PULSE Timer   Above Fig Shows how to use this timer in programming software,in this fig i have used 5 sec as a preset value, If you want to change it replace the 5 with any duration you want in S5T# 5 S.    In S_PULSE timer if input to timer is ON then timer starts Counting time as well as we get the Output at the instant the input is made ON. In t...

Configuration of Simatic manager(Siemens PLC Soft.) for simulation.

In this article i am going to show you how you can configure your simatic manager software for simulation. In addition i will tell you how you can change your ladder program in to 1) statement list 2) Function block. So let's start with first part- configuration of simatic manager for simulation. Step 1 : open the simatic manager. Step 2 : Close the wizard window. Step 3 : Create a new project by = File >New Step 4 : It will pop up new project window, now give name to your project and click on OK Step 5 : Double click on to the simatic 300. Step 6 : Now click on the hardware and start configuration of hardware. Step 7 : first add a rail into your hardware and add the Power supply, CPU, and SM module cards at slot no 1,2,4 respectively. you can add various SM module cards from slot 4 onward  Step 8 : now come into simatic manager window and click on blocks and then click on OB1, and then choose a programming langua...