Tuesday, April 12, 2011

Test your SCADA using PLCSIM

You don't need to buy S7300 or S7400 to test your SCADA application. Instead, you can use NetToPLCSim to connect your SCADA/HMI-systems via S7-communication to PLCSim over TCP/IP, and read/write data areas from your simulated PLC.

Tuesday, March 22, 2011

Interconnection Tools

Click on the image to see a larger view

Tuesday, June 1, 2010

Start / Stop Using Only One Push Button

This is a simple ladder diagram for a Start / Stop circuit using only one Push Button. Rights are reserved for perfetto from plctalk.net


Tuesday, February 23, 2010

Indirect Addressing in PLC

If you are a C++ programmer then you already know pointers. According to WikiPedia a pointer is a programming language data type whose value refers directly to (or "points to") another value stored elsewhere in the computer memory using its address.

The same concept of pointers is used in PLC but named "Indirect Addressing". When an indirect memory address is specified, the designated memory word will contain the address of the memory word that contains the data that will be used as the operand of the instruction.

Sunday, January 31, 2010

SIEMENS S7-200 Simulator

 

Here is a free software for Simulating SIEMENS S7-200  programs created by Step7 MicroWin.

Download from this link

Saturday, January 30, 2010

Simple PLC Flasher

 

This is a very simple ladder diagram that flashes the "Output". The "Output" is turned off for a period of time then turned on for a period of time and the sequence is repeated.