S7 Plc

wglespaul

Member
Join Date
Jul 2003
Location
Macclesfield, UK
Posts
19
What is meant by cross referencing in step 7? What is it used for and how is it done?
Also what are MPI connections?
Thanks

Tom

___________________-
Alea Jacta Est
 
Cross-referencing shows you where an address is used throughout a program i.e. in which blocks and which network within that block.

MPI connections are normally 3-3 and 8-8.
 
Step 7

Thanks for reply on cross referencing.

Is this done with the programmer plugged into a live PLC or can it be done just by looking at the PLC program on the programmer?

Also what does MPI stand for, and what is it used for?
I'm still fairly new to this
Many Thanks,

Tom
 
You can generate and view a cross reference without being on-line i.e. just looking at the program.
MPI stands for multi-point interface, I think.
MPI is Siemens' own comms protocol. It can be used to connect two or more PLCs together on an MPI network or connect a PLC to an HMI.
 
wglespaul said:
What is meant by cross referencing in step 7? What is it used for and how is it done?

Step7 do it itself. In the program view put focus to some variable name (or absolute address) and push the right mouse button. Select 'Go to Location'. Rest part you can see yourself.

wglespaul said:
Also what are MPI connections?

RS485 based Multi Point Interface. Normally cabling from the CPU can be less than 50 meters without repeaters. Good practice is put repeaters in the PLC cubicle and each Control panel where are OP-panels or where you need outlet for programming.

mpirepeaters.jpg
 

Similar Topics

Hi all, looking to model old RR relays in PLC. Does anyone have any SPECIFIC examples on how to model a relay such as a polar relay, slow pickup...
Replies
0
Views
80
HelloI need software to download the program from PLC EH-A28DRP from an old machine whose manufacturer does not exist. It may be Ladder Editor for...
Replies
2
Views
70
HI everyone, i am new to Siemens plc programming and i am in need of some help. yesterday we had an S7-1200 CPU 1214C fail to turn on an output to...
Replies
9
Views
286
Hello, I have a Mitsubishi FX3G 14M PLC and a E615 HMI from Mitsubishi/Beijer. I'm using GXWorks 2 to do the programming and I have no problem...
Replies
4
Views
147
Hi, I'm trying to import a Rockwell/AB EDS to Beckhoff but I'm not sure how to import/install the EDS. It is a PowerFlex 525 EDS. Is there a way...
Replies
1
Views
107
Back
Top Bottom