Net Working

RICK G.

Guest
R
I RECENTLY GOT STARTED WORKING ON PLC PROGRAMMING AT WORK. I UNDERSTAND PLC LADDER LOGIC AND CAN DO BASIC PROGRAMMING. MY BIGGEST PROBLEM IS UNDERSTANDING " NETWORKING".

OUR COMPANY USES SIEMENS 505 SOFTSHOP WITH INTELLUTION (IFIX). I NEED TO UNDERSTAND ( IN VERY SIMPLE LANGUAGE) HOW THESE TWO TIE TOGETHER. AND WHAT THEY DO. (EXAMPLE "SCADA" ????)
 
Any manuals you may need for the specific process you have pertaining to Siemens 505 should be found HERE

Basically what happens is similar to being on the Internet...each device on a network has a specific ID. They use a specific protocol, which is a specific format for transmitting and recieving data and the sending device can tell when its done sending and the recieving device can tell when its received the data.

Dont confuse protocol with the connection used, this may be RS232, RS422/485, etc, there are others.

SCADA means Supervisory Control and Data Acqusition, basically this means the program can collect data and control the plc(s) in the process. It can read and write to the plc(s) registers.

A very simple example would be a system that ran "batches" that called for different ingredients. The SCADA program could be setup to allow an operator to choose batch 1, 2, 3, etc and the process add the necessary ingredients to make a product. A SCADA system can also act as HMI and/or provid visual displays of the process.

To answer your specific question: The PLC and Computer with IFix are connected by cable using a protocol (profibus is common with Siemens) to communicate (send/recieve data). The computer can kind of be looked at as the BOSS that tells the WORKER (plc) what it wants it to do next. The BOSS also may want to KNOW what it has ALREADY done (data acquisition). Data acquisition could be a multitude of things..how much product was made, how much of a specific ingredient was used, how long machine ran production..etc etc.

Hope this helps, if you have more specific questions please ask. Others may offer even better answers.
 
Last edited:

Similar Topics

I have a running backup of Citect and plc and I want to make a spare PC station so I have installed the win XP and somatic net v6.0 and import the...
Replies
3
Views
121
So I have a Rockwell setup here with a (Control Logix) L62 and an EN2T card. I can ping the card from the command line but RSLogix can't talk...
Replies
5
Views
2,324
Hi everyone, I have a micrologix 1100 which I was working with through the ethernet port. It was working fine untill I programmed it with program...
Replies
7
Views
3,421
Hello, Any help! My Rslinx classic with version 3.8, Ethernet /IP Driver cannot detect anything within the network, but using the ethernet...
Replies
14
Views
6,763
Howdy. So I am trying to create a small network of just 2 SLC 5/03's and my programming laptop. The SLCs are connected via RS232 to some...
Replies
3
Views
1,878
Back
Top Bottom