SlideShare a Scribd company logo
1 of 10
Download to read offline
SiemensS7PLCandFC300Profibus
1MN.33.A1.02 - VLT is a registered Danfoss trademark
Introduction
This application note describes how to set
up a PROFIBUS system between a Danfoss
Drives FC 300 frequency converter and S7
PLC 315-2 from Siemens.
It is assumed that you are already familiar
with the Simatic S7 system.
Only the steps which are required in order
to establish communication between the FC
300 Profibus and the Simatic S7-315-2 DP
PLC are shown.
NOTE!:
The examples do not describe all the
functions needed for a real application, for
example error handling.
This note describes:
System description
Configuring the Profibus network
Downloading and troubleshooting
Check of communication
Simatic project for download
Details of some of the components/
software:
FC 300 with PROFIBUS interface - sw.
version 2.xx.
FC 300 GSD version 2.00
PLC S7-315-2 DP (6ES7 315-2AG10-0AB0 /
V2.0)
SIMATIC Manager version 5.3 + SP1
System description
The drawing shows the system in this
application note.
On the PROFIBUS network the stations are
programmed in the following way:
S7 PLC 315-2 DP: Address number 1.
FC 300: Address number 5 PPO Type 2
Module consistent.
www.infoPLC.net
MN.33.A1.02 - VLT is a registered Danfoss trademark2
SiemensS7PLCandFC300Profibus
Configuring the Profibus network
Start the SIMATIC Manager and create a
new project.
Open Hardware configuration in S7 Manager
to configure the system.
In order to configure a PROFIBUS system,
the configuration tool needs a GSD file for
each type of slave on the network. The
GSD file is a PROFIBUS DP "standard" text
file containing the necessary communica-
tions setup data for a slave.
Download the necessary GSD files at
http://www.danfoss.com/BusinessAreas/
DrivesSolutions
The first step in configuration of the
PROFIBUS Master is to import the GSD file in
the configuration tool. The steps outlined
below show how to add a new GSD file to
the Simatic Manager software tool. For
each drive series, a GSD file is typically
imported once only, following the initial
installation of the software tool.
Using the browser for the GSD file, choose
to install the needed GSD files. Both the
GSD file and a bitmap for the device will be
imported into the Hardware catalogue.
www.infoPLC.net
SiemensS7PLCandFC300Profibus
3MN.33.A1.02 - VLT is a registered Danfoss trademark
Configuring the Profibus network
The GSD file is now imported and will be
accessible via the following path in the
Hardware catalogue.
Note that the GSD revision should display a
revision higher than 2.00.
Insert a Profibus network and add a
PROFIBUS Master system. Setup the
Profibus network to a baud rate from 9.6
kbaud to 12 Mbaud.
Select FC 300 from the Hardware catalogue
and drag and drop it to the PROFIBUS
network.
A window for the address of the FC 300
now appears. Select the address from the
scroll-down list. Note that this address
setting must match the address setting in
par. 9-18 Node address.
www.infoPLC.net
MN.33.A1.02 - VLT is a registered Danfoss trademark4
SiemensS7PLCandFC300Profibus
Configuring the Profibus network
The next step is to set up the peripheral
input and output data via a PPO type. In
the peripheral area data is transmitted
cyclically via PPO types. In the example
below, a PPO type 2 Module consistent is
dragged and dropped to the first slot.
The choice of PPO type is made in the
master configuration, and is then automati-
cally recorded in the frequency converter.
No manual setting of PPO types in the FC
300 is required.
The current PPO type can be read in par.
9-22 Telegram selection.
In addition, all PPO types can be set up as
word consistent or module consistent.
For FC 300, the process data area can be
word or module consistent, whereas the
parameter channel must always be module
consistent. Module consistent data is
transmitted as sets of interrelated words
transferred simultaneously between the PLC
program and the Profibus master. Word
consistent data is transmitted as individual
independent words between the PLC and
the Profibus master.
www.infoPLC.net
SiemensS7PLCandFC300Profibus
5MN.33.A1.02 - VLT is a registered Danfoss trademark
Configuring the Profibus network
The system is now set up to use the PPO
type 2 in the following peripheral I/O area:
Parameter Characteristic (PCA), i.e. read
and write to parameters.
Process data, i.e. write a Control word and
Reference and receiving a Status word and
Main Actual Value.
PQW means the data from the Master to
the Slave. By PCA the output data will
contain the request of a parameter read or
write. By Process data the first word of
output data is the Control word of the FC
300 and the next is the Reference. The rest
of the words can be freely configured to
transmit different kind of data to the FC
300 in parameter 915 PCD Write Configu-
ration.
PIW means the data from the Slave to the
Master. By PCA the input data will contain
the response of a parameter read or write.
By Process data the first word of input data
is the Status word of the FC 300 and the
next is the Main Actual Value. The rest of
the words can be freely configured to
transmit different kind of process data in
parameter 916 PCD Read Configuration. See
example on next page.
Master to Slave
Parameter channel (PCA) Process channel (PCD)
PCD 1 PCD 2 PCD 3 PCD 4 PCD 5 PCD 6
PCA Index High
PVA
Low
PVA
Control
word
Reference Torque
limit
Ramp 1
up time
Empty Empty
PQW
256
PQW
258
PQW
260
PQW
262
PQW 264 PQW 266 PQW 268 PQW
270
PQW
272
PQW
274
Slave to Master
Parameter channel (PCA) Process channel (PCD)
PCD 1 PCD 2 PCD 3 PCD 4 PCD 5 PCD 6
PCA Index High
PVA
Low
PVA
Status
word
Main Actual
Value
Motor
current
Frequency Digital
input
Empty
PIW
256
PIW
258
PIW
260
PIW
262
PIW 264 PIW 266 PIW
268
PIW 270 PIW
272
PIW
274
www.infoPLC.net
MN.33.A1.02 - VLT is a registered Danfoss trademark6
SiemensS7PLCandFC300Profibus
Configuring the Profibus network
Normally the setup of the PCD area is done
in parameter 915 PCD Write Configuration
and 916 PCD Read Configuration via the LCP
or the MCT 10 Setup Software. In FC 300 it
is possible to automatic configure the PCD
area in the PLC via the GSD file in Simatic
Manager. The configuration of parameter
915 and 916 is done when either the PLC or
the VLT is being power up via the
parameterise telegram.
Note that to configure the PCD area via the
PLC the FC 300 and the GSD file need to
have a software version higher than 2.00.
Double click on the FC 300 and the click on
Parameter assignment:
By Device-specific parameters it is possible
to use the Scroll down list to setup the PCD
area. Remember to chose "Enable
Autoconfig" for automatic configuration of
PCD data.
P915/0 to P915/9 is process data written
from the PLC to the FC 300, PQW area.
P916/0 to P916/9 process data from the FC
300 to the PLC, PIW area.
www.infoPLC.net
SiemensS7PLCandFC300Profibus
7MN.33.A1.02 - VLT is a registered Danfoss trademark
Configuring the Profibus network
The Parameter channel can only be access
as consistent data and there for System
Function Call (SFC) are needed. In Simatic
you should use SFC 14 for reading data and
SFC 15 for writing data.
The Process channel can be access as
module or word consistent. In this example
module consistent is used and therefore
again SFC 14 / 15 is needed.
If a PPO type 2 Word consistent was
chosen the peripheral I/O area can be
access in each word.
www.infoPLC.net
MN.33.A1.02 - VLT is a registered Danfoss trademark8
SiemensS7PLCandFC300Profibus
Downloading and troubleshooting
Set the PLC in stop with the key on the PLC
processor and download the program.
Note that the FC 300 will show a Fieldbus
fault while the PLC is in Stop mode.
Before the PLC can be set in RUN mode
ensure that the node address in par. 918
match the corresponding address in the
program. Note that a change of parameter
918 is first active at next power up.
After the download of the PLC program the
LED marked as "NS" on the Profibus card
should be solid green when the key on the
S7 master is set in RUN. This indicate that
the master and slave is communicating.
The LED marked "MS" indicates the module
status, i.e. acyclical DP V1 communication
from either a PROFIBUS master class 1
(PLC) or a master class 2 (MCT 10, FDT
tool). When this light shows constant
green, then DP V1 communication from
master classes 1 and 2 is active.
If the "NS" LED on the FC 300 Profibus card
isn't solid green the fault could be:
- Wrong address setting in parameter 918
Node address according to the master.
- After changing the parameter 918 Node
address the power hasn’t been cycle.
- Wrong cable connection, check the cable
by the master and the FC 300.
62 = RxD/TxD-P Red cable
63 = RxD/TxD-N Green cable
- The termination of the Profibus network
isn't correct done.
- Wrong GSD file. Check that the used GSD
file is for FC 300.
See the FC 300 Profibus Operating
Instruction for a more comprehensive
troubleshooting.
Check of the communication
To easily check the communication between
a Master and the FC 300 in the Simatic
Manager a Variable Table (VAT) can be
created.
Go to S7 Programs and Blocks and create a
VAT table.
www.infoPLC.net
SiemensS7PLCandFC300Profibus
9MN.33.A1.02 - VLT is a registered Danfoss trademark
Check of the communication
Open the VAT table and insert a range of
variable from PIW 256 of 10 words and
range of variable from PQW 256 of 10
words.
Now the peripheral input data from PIW
256 – 274 can be monitored by clicking on
the glasses.
In this example the peripheral input data will
show the following:
- PIW 256 shows the PCA response of a
parameter transfer double word
(parameter 351).
- PIW 262 shows the data of parameter
351 (300)
- PIW 264 shows the FC 300 Status word
- PIW 266 shows the Main actual Value
- PIW 268 shows the actual Motor current
(1.55 Amp)
- PIW 270 shows the frequency (12.6 Hz)
- PIW 272 shows the status of the digital
inputs (terminal 19 = 1)
www.infoPLC.net
MN.33.A1.02 - VLT is a registered Danfoss trademark10
SiemensS7PLCandFC300Profibus
Simatic project
A Simatic project is available for
downloading on http://www.danfoss.com/
BusinessAreas/DrivesSolutions. This project
contains a Function Block 50 which can be
used to parameterise and control a FC 300
via PP0 type 2 Module consistent. Download
the zip file ???.
www.infoPLC.net

More Related Content

What's hot

Sync2IP 2 Port and 4 Port Sync to LAN Adapter
Sync2IP 2 Port and 4 Port Sync to LAN AdapterSync2IP 2 Port and 4 Port Sync to LAN Adapter
Sync2IP 2 Port and 4 Port Sync to LAN AdapterEast Coast Datacom, Inc.
 
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vn
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vnMitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vn
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vnDien Ha The
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commandsssusere31b5c
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2WE-IT TUTORIALS
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Dân Chơi
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.igede tirtanata
 
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM India Smarter Computing
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital NetworkKishore Kumar
 
Sonet sdh-defects
Sonet sdh-defectsSonet sdh-defects
Sonet sdh-defectsMapYourTech
 
Ims call flow
Ims call flowIms call flow
Ims call flowMorg
 
IMS ENUM and DNS Mechanism
IMS ENUM and DNS MechanismIMS ENUM and DNS Mechanism
IMS ENUM and DNS MechanismKent Loh
 

What's hot (20)

Sync2IP 2 Port and 4 Port Sync to LAN Adapter
Sync2IP 2 Port and 4 Port Sync to LAN AdapterSync2IP 2 Port and 4 Port Sync to LAN Adapter
Sync2IP 2 Port and 4 Port Sync to LAN Adapter
 
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vn
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vnMitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vn
Mitsubishi plc fxfamilycatalogverf-160517025323 dienhathe.vn
 
Chap10
Chap10Chap10
Chap10
 
Important cisco-chow-commands
Important cisco-chow-commandsImportant cisco-chow-commands
Important cisco-chow-commands
 
Internet technology unit 2
Internet technology unit 2Internet technology unit 2
Internet technology unit 2
 
Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011Ccna 4 chapter 3 v4.0 answers 2011
Ccna 4 chapter 3 v4.0 answers 2011
 
Cisco discovery drs ent module 10 - v.4 in english.
Cisco discovery   drs ent module 10 - v.4 in english.Cisco discovery   drs ent module 10 - v.4 in english.
Cisco discovery drs ent module 10 - v.4 in english.
 
Ae13 system komm_hb
Ae13 system komm_hbAe13 system komm_hb
Ae13 system komm_hb
 
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable SwitchesIBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
IBM Flex System Fabric EN4093 and EN4093R 10Gb Scalable Switches
 
Isa Dma & Bus Masters
Isa Dma & Bus MastersIsa Dma & Bus Masters
Isa Dma & Bus Masters
 
Integrated Service Digital Network
Integrated Service Digital NetworkIntegrated Service Digital Network
Integrated Service Digital Network
 
Sonet sdh-defects
Sonet sdh-defectsSonet sdh-defects
Sonet sdh-defects
 
Ims call flow
Ims call flowIms call flow
Ims call flow
 
Password Recovery
Password RecoveryPassword Recovery
Password Recovery
 
Bgp Basic Labs
Bgp Basic LabsBgp Basic Labs
Bgp Basic Labs
 
BGP Monitoring Protocol
BGP Monitoring ProtocolBGP Monitoring Protocol
BGP Monitoring Protocol
 
3GPP IMS
3GPP IMS3GPP IMS
3GPP IMS
 
Evo bsc-8200
Evo bsc-8200Evo bsc-8200
Evo bsc-8200
 
Inter as vpn option c
Inter as vpn option c Inter as vpn option c
Inter as vpn option c
 
IMS ENUM and DNS Mechanism
IMS ENUM and DNS MechanismIMS ENUM and DNS Mechanism
IMS ENUM and DNS Mechanism
 

Similar to Infoplc net s7_fc300

Siemens gh cp443-1_76
Siemens gh cp443-1_76Siemens gh cp443-1_76
Siemens gh cp443-1_76Den Mba
 
vdocuments.net_modbus-slave-modbus-master-in-s7.ppt
vdocuments.net_modbus-slave-modbus-master-in-s7.pptvdocuments.net_modbus-slave-modbus-master-in-s7.ppt
vdocuments.net_modbus-slave-modbus-master-in-s7.pptAhmedAhmed974840
 
Manual software para acionamneto v75
Manual software para acionamneto v75Manual software para acionamneto v75
Manual software para acionamneto v75FTorres Torres
 
Tn08 twido wonderware_e
Tn08 twido wonderware_eTn08 twido wonderware_e
Tn08 twido wonderware_eUNEXPO
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center supportKrunal Shah
 
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2Dien Ha The
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 33c telecom
 
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4Electromate
 
Industrial communication
Industrial communicationIndustrial communication
Industrial communicationMahmoud Hussein
 
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU Gateways
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU GatewaysIntroduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU Gateways
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU GatewaysICP DAS USA, Inc.
 
Siemens s7-200 new catalogue
Siemens s7-200 new catalogueSiemens s7-200 new catalogue
Siemens s7-200 new catalogueDien Ha The
 
Siemens s7-200 new catalogue
Siemens s7-200 new catalogueSiemens s7-200 new catalogue
Siemens s7-200 new catalogueDien Ha The
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examĐồng Quốc Vương
 
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2zOSCommserver
 
03_MAX-NG_OVERVIEW_CORE.pptx
03_MAX-NG_OVERVIEW_CORE.pptx03_MAX-NG_OVERVIEW_CORE.pptx
03_MAX-NG_OVERVIEW_CORE.pptxnitin_009
 
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docxJosimar Caitano
 

Similar to Infoplc net s7_fc300 (20)

Siemens gh cp443-1_76
Siemens gh cp443-1_76Siemens gh cp443-1_76
Siemens gh cp443-1_76
 
vdocuments.net_modbus-slave-modbus-master-in-s7.ppt
vdocuments.net_modbus-slave-modbus-master-in-s7.pptvdocuments.net_modbus-slave-modbus-master-in-s7.ppt
vdocuments.net_modbus-slave-modbus-master-in-s7.ppt
 
Manual software para acionamneto v75
Manual software para acionamneto v75Manual software para acionamneto v75
Manual software para acionamneto v75
 
WT.PPTX
WT.PPTXWT.PPTX
WT.PPTX
 
Tn08 twido wonderware_e
Tn08 twido wonderware_eTn08 twido wonderware_e
Tn08 twido wonderware_e
 
Cisco data center support
Cisco data center supportCisco data center support
Cisco data center support
 
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2
Siemens s7 300-400-simatic net - ncm s7 for profibus - fms 2
 
Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3Hướng dẫn cài đặt switch planet layer 3
Hướng dẫn cài đặt switch planet layer 3
 
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4
JVL Profibus Expansion Modules MAC00-FP2 & MAC00-FP4
 
Protocol overhead
Protocol overheadProtocol overhead
Protocol overhead
 
S7 bas-16
S7 bas-16S7 bas-16
S7 bas-16
 
Industrial communication
Industrial communicationIndustrial communication
Industrial communication
 
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU Gateways
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU GatewaysIntroduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU Gateways
Introduction to Modbus to Ethernet Device Servers and Modbus TCP to RTU Gateways
 
Siemens s7-200 new catalogue
Siemens s7-200 new catalogueSiemens s7-200 new catalogue
Siemens s7-200 new catalogue
 
Siemens s7-200 new catalogue
Siemens s7-200 new catalogueSiemens s7-200 new catalogue
Siemens s7-200 new catalogue
 
Ccnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_examCcnav5.org ccna 4-v50_practice_final_exam
Ccnav5.org ccna 4-v50_practice_final_exam
 
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2
Introduction to IBM Shared Memory Communications Version 2 (SMCv2) and SMC-Dv2
 
PI Technologies for Process Automation
PI Technologies for Process AutomationPI Technologies for Process Automation
PI Technologies for Process Automation
 
03_MAX-NG_OVERVIEW_CORE.pptx
03_MAX-NG_OVERVIEW_CORE.pptx03_MAX-NG_OVERVIEW_CORE.pptx
03_MAX-NG_OVERVIEW_CORE.pptx
 
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
2.7.1 Packet Tracer - Single-Area OSPFv2 Configuration - ILM.docx
 

Recently uploaded

What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxwendy cai
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINESIVASHANKAR N
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxhumanexperienceaaa
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Dr.Costas Sachpazis
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVRajaP95
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSKurinjimalarL3
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learningmisbanausheenparvam
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidNikhilNagaraju
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxJoão Esperancinha
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Christo Ananth
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile servicerehmti665
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxpurnimasatapathy1234
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...Soham Mondal
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxpranjaldaimarysona
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls in Nagpur High Profile
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130Suhani Kapoor
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Serviceranjana rawat
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxupamatechverse
 

Recently uploaded (20)

Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCRCall Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
Call Us -/9953056974- Call Girls In Vikaspuri-/- Delhi NCR
 
What are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptxWhat are the advantages and disadvantages of membrane structures.pptx
What are the advantages and disadvantages of membrane structures.pptx
 
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINEMANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
MANUFACTURING PROCESS-II UNIT-2 LATHE MACHINE
 
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptxthe ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
the ladakh protest in leh ladakh 2024 sonam wangchuk.pptx
 
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
Sheet Pile Wall Design and Construction: A Practical Guide for Civil Engineer...
 
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IVHARMONY IN THE NATURE AND EXISTENCE - Unit-IV
HARMONY IN THE NATURE AND EXISTENCE - Unit-IV
 
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICSAPPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
APPLICATIONS-AC/DC DRIVES-OPERATING CHARACTERISTICS
 
chaitra-1.pptx fake news detection using machine learning
chaitra-1.pptx  fake news detection using machine learningchaitra-1.pptx  fake news detection using machine learning
chaitra-1.pptx fake news detection using machine learning
 
main PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfidmain PPT.pptx of girls hostel security using rfid
main PPT.pptx of girls hostel security using rfid
 
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptxDecoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
Decoding Kotlin - Your guide to solving the mysterious in Kotlin.pptx
 
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
Call for Papers - African Journal of Biological Sciences, E-ISSN: 2663-2187, ...
 
Call Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile serviceCall Girls Delhi {Jodhpur} 9711199012 high profile service
Call Girls Delhi {Jodhpur} 9711199012 high profile service
 
Microscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptxMicroscopic Analysis of Ceramic Materials.pptx
Microscopic Analysis of Ceramic Materials.pptx
 
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
OSVC_Meta-Data based Simulation Automation to overcome Verification Challenge...
 
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
9953056974 Call Girls In South Ex, Escorts (Delhi) NCR.pdf
 
Processing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptxProcessing & Properties of Floor and Wall Tiles.pptx
Processing & Properties of Floor and Wall Tiles.pptx
 
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur EscortsCall Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
Call Girls Service Nagpur Tanvi Call 7001035870 Meet With Nagpur Escorts
 
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
VIP Call Girls Service Kondapur Hyderabad Call +91-8250192130
 
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
(RIA) Call Girls Bhosari ( 7001035870 ) HI-Fi Pune Escorts Service
 
Introduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptxIntroduction to IEEE STANDARDS and its different types.pptx
Introduction to IEEE STANDARDS and its different types.pptx
 

Infoplc net s7_fc300

  • 1. SiemensS7PLCandFC300Profibus 1MN.33.A1.02 - VLT is a registered Danfoss trademark Introduction This application note describes how to set up a PROFIBUS system between a Danfoss Drives FC 300 frequency converter and S7 PLC 315-2 from Siemens. It is assumed that you are already familiar with the Simatic S7 system. Only the steps which are required in order to establish communication between the FC 300 Profibus and the Simatic S7-315-2 DP PLC are shown. NOTE!: The examples do not describe all the functions needed for a real application, for example error handling. This note describes: System description Configuring the Profibus network Downloading and troubleshooting Check of communication Simatic project for download Details of some of the components/ software: FC 300 with PROFIBUS interface - sw. version 2.xx. FC 300 GSD version 2.00 PLC S7-315-2 DP (6ES7 315-2AG10-0AB0 / V2.0) SIMATIC Manager version 5.3 + SP1 System description The drawing shows the system in this application note. On the PROFIBUS network the stations are programmed in the following way: S7 PLC 315-2 DP: Address number 1. FC 300: Address number 5 PPO Type 2 Module consistent. www.infoPLC.net
  • 2. MN.33.A1.02 - VLT is a registered Danfoss trademark2 SiemensS7PLCandFC300Profibus Configuring the Profibus network Start the SIMATIC Manager and create a new project. Open Hardware configuration in S7 Manager to configure the system. In order to configure a PROFIBUS system, the configuration tool needs a GSD file for each type of slave on the network. The GSD file is a PROFIBUS DP "standard" text file containing the necessary communica- tions setup data for a slave. Download the necessary GSD files at http://www.danfoss.com/BusinessAreas/ DrivesSolutions The first step in configuration of the PROFIBUS Master is to import the GSD file in the configuration tool. The steps outlined below show how to add a new GSD file to the Simatic Manager software tool. For each drive series, a GSD file is typically imported once only, following the initial installation of the software tool. Using the browser for the GSD file, choose to install the needed GSD files. Both the GSD file and a bitmap for the device will be imported into the Hardware catalogue. www.infoPLC.net
  • 3. SiemensS7PLCandFC300Profibus 3MN.33.A1.02 - VLT is a registered Danfoss trademark Configuring the Profibus network The GSD file is now imported and will be accessible via the following path in the Hardware catalogue. Note that the GSD revision should display a revision higher than 2.00. Insert a Profibus network and add a PROFIBUS Master system. Setup the Profibus network to a baud rate from 9.6 kbaud to 12 Mbaud. Select FC 300 from the Hardware catalogue and drag and drop it to the PROFIBUS network. A window for the address of the FC 300 now appears. Select the address from the scroll-down list. Note that this address setting must match the address setting in par. 9-18 Node address. www.infoPLC.net
  • 4. MN.33.A1.02 - VLT is a registered Danfoss trademark4 SiemensS7PLCandFC300Profibus Configuring the Profibus network The next step is to set up the peripheral input and output data via a PPO type. In the peripheral area data is transmitted cyclically via PPO types. In the example below, a PPO type 2 Module consistent is dragged and dropped to the first slot. The choice of PPO type is made in the master configuration, and is then automati- cally recorded in the frequency converter. No manual setting of PPO types in the FC 300 is required. The current PPO type can be read in par. 9-22 Telegram selection. In addition, all PPO types can be set up as word consistent or module consistent. For FC 300, the process data area can be word or module consistent, whereas the parameter channel must always be module consistent. Module consistent data is transmitted as sets of interrelated words transferred simultaneously between the PLC program and the Profibus master. Word consistent data is transmitted as individual independent words between the PLC and the Profibus master. www.infoPLC.net
  • 5. SiemensS7PLCandFC300Profibus 5MN.33.A1.02 - VLT is a registered Danfoss trademark Configuring the Profibus network The system is now set up to use the PPO type 2 in the following peripheral I/O area: Parameter Characteristic (PCA), i.e. read and write to parameters. Process data, i.e. write a Control word and Reference and receiving a Status word and Main Actual Value. PQW means the data from the Master to the Slave. By PCA the output data will contain the request of a parameter read or write. By Process data the first word of output data is the Control word of the FC 300 and the next is the Reference. The rest of the words can be freely configured to transmit different kind of data to the FC 300 in parameter 915 PCD Write Configu- ration. PIW means the data from the Slave to the Master. By PCA the input data will contain the response of a parameter read or write. By Process data the first word of input data is the Status word of the FC 300 and the next is the Main Actual Value. The rest of the words can be freely configured to transmit different kind of process data in parameter 916 PCD Read Configuration. See example on next page. Master to Slave Parameter channel (PCA) Process channel (PCD) PCD 1 PCD 2 PCD 3 PCD 4 PCD 5 PCD 6 PCA Index High PVA Low PVA Control word Reference Torque limit Ramp 1 up time Empty Empty PQW 256 PQW 258 PQW 260 PQW 262 PQW 264 PQW 266 PQW 268 PQW 270 PQW 272 PQW 274 Slave to Master Parameter channel (PCA) Process channel (PCD) PCD 1 PCD 2 PCD 3 PCD 4 PCD 5 PCD 6 PCA Index High PVA Low PVA Status word Main Actual Value Motor current Frequency Digital input Empty PIW 256 PIW 258 PIW 260 PIW 262 PIW 264 PIW 266 PIW 268 PIW 270 PIW 272 PIW 274 www.infoPLC.net
  • 6. MN.33.A1.02 - VLT is a registered Danfoss trademark6 SiemensS7PLCandFC300Profibus Configuring the Profibus network Normally the setup of the PCD area is done in parameter 915 PCD Write Configuration and 916 PCD Read Configuration via the LCP or the MCT 10 Setup Software. In FC 300 it is possible to automatic configure the PCD area in the PLC via the GSD file in Simatic Manager. The configuration of parameter 915 and 916 is done when either the PLC or the VLT is being power up via the parameterise telegram. Note that to configure the PCD area via the PLC the FC 300 and the GSD file need to have a software version higher than 2.00. Double click on the FC 300 and the click on Parameter assignment: By Device-specific parameters it is possible to use the Scroll down list to setup the PCD area. Remember to chose "Enable Autoconfig" for automatic configuration of PCD data. P915/0 to P915/9 is process data written from the PLC to the FC 300, PQW area. P916/0 to P916/9 process data from the FC 300 to the PLC, PIW area. www.infoPLC.net
  • 7. SiemensS7PLCandFC300Profibus 7MN.33.A1.02 - VLT is a registered Danfoss trademark Configuring the Profibus network The Parameter channel can only be access as consistent data and there for System Function Call (SFC) are needed. In Simatic you should use SFC 14 for reading data and SFC 15 for writing data. The Process channel can be access as module or word consistent. In this example module consistent is used and therefore again SFC 14 / 15 is needed. If a PPO type 2 Word consistent was chosen the peripheral I/O area can be access in each word. www.infoPLC.net
  • 8. MN.33.A1.02 - VLT is a registered Danfoss trademark8 SiemensS7PLCandFC300Profibus Downloading and troubleshooting Set the PLC in stop with the key on the PLC processor and download the program. Note that the FC 300 will show a Fieldbus fault while the PLC is in Stop mode. Before the PLC can be set in RUN mode ensure that the node address in par. 918 match the corresponding address in the program. Note that a change of parameter 918 is first active at next power up. After the download of the PLC program the LED marked as "NS" on the Profibus card should be solid green when the key on the S7 master is set in RUN. This indicate that the master and slave is communicating. The LED marked "MS" indicates the module status, i.e. acyclical DP V1 communication from either a PROFIBUS master class 1 (PLC) or a master class 2 (MCT 10, FDT tool). When this light shows constant green, then DP V1 communication from master classes 1 and 2 is active. If the "NS" LED on the FC 300 Profibus card isn't solid green the fault could be: - Wrong address setting in parameter 918 Node address according to the master. - After changing the parameter 918 Node address the power hasn’t been cycle. - Wrong cable connection, check the cable by the master and the FC 300. 62 = RxD/TxD-P Red cable 63 = RxD/TxD-N Green cable - The termination of the Profibus network isn't correct done. - Wrong GSD file. Check that the used GSD file is for FC 300. See the FC 300 Profibus Operating Instruction for a more comprehensive troubleshooting. Check of the communication To easily check the communication between a Master and the FC 300 in the Simatic Manager a Variable Table (VAT) can be created. Go to S7 Programs and Blocks and create a VAT table. www.infoPLC.net
  • 9. SiemensS7PLCandFC300Profibus 9MN.33.A1.02 - VLT is a registered Danfoss trademark Check of the communication Open the VAT table and insert a range of variable from PIW 256 of 10 words and range of variable from PQW 256 of 10 words. Now the peripheral input data from PIW 256 – 274 can be monitored by clicking on the glasses. In this example the peripheral input data will show the following: - PIW 256 shows the PCA response of a parameter transfer double word (parameter 351). - PIW 262 shows the data of parameter 351 (300) - PIW 264 shows the FC 300 Status word - PIW 266 shows the Main actual Value - PIW 268 shows the actual Motor current (1.55 Amp) - PIW 270 shows the frequency (12.6 Hz) - PIW 272 shows the status of the digital inputs (terminal 19 = 1) www.infoPLC.net
  • 10. MN.33.A1.02 - VLT is a registered Danfoss trademark10 SiemensS7PLCandFC300Profibus Simatic project A Simatic project is available for downloading on http://www.danfoss.com/ BusinessAreas/DrivesSolutions. This project contains a Function Block 50 which can be used to parameterise and control a FC 300 via PP0 type 2 Module consistent. Download the zip file ???. www.infoPLC.net