SlideShare a Scribd company logo
1 of 31
Unity training course 2.0 - module 3.3 : Plcs configuration 1
Module 3.3
PLCs Configuration
Unity training course 2.0 - module 3.3 : Plcs configuration 3
 First step to create an application
 Choose the platform : Premium or Quantum (not
interchangeable)
 Choose the processor type
Processor choice
Unity training course 2.0 - module 3.3 : Plcs configuration 4
Access to the configuration editor
 Accessible from the Structural View to
 Configure the racks of the local bus
– address 0 for the Premium PLCs
– address 1 for the Quantum PLCs
 Configure the remote racks (X Bus or
remote I/O)
 Configure the field bus
 Link communication hardware to logical
network (Ethernet, Modbus +, Fipway)
Unity training course 2.0 - module 3.3 : Plcs configuration 5
Processor replacement
 To modify the type of processor
 Right click on the processor
 Only the same family of processors is proposed (ie Premium)
 Processor replacement is possible only in off-line mode
Note : Quantum processor can be placed anywhere in the rack
Unity training course 2.0 - module 3.3 : Plcs configuration 6
Premium rack configuration
 Choose the rack
 Define the power supply module (left position)
 Replace the processor (if necessary)
 Define the modules : double click on the blank position and add a
device (1) or drag & drop from the hardware catalog (2)
(1) (2)
Unity training course 2.0 - module 3.3 : Plcs configuration 7
Quantum rack configuration
 Choose the rack
 Define the power supply module (first or last position suggested)
 Replace or move the processor (if necessary)
 Define the modules
Unity training course 2.0 - module 3.3 : Plcs configuration 8
Premium processor configuration
 Select the operating mode : Run/Stop input, memory protect, ...
 Define the memory cards
 Define the global objects of the application : number of bits and
words
Unity training course 2.0 - module 3.3 : Plcs configuration 9
Quantum processor configuration
 Select the operating mode : automatic start in Run, Peer Cop, ...
 Define the global objects of the application : number of bits and
words
Unity training course 2.0 - module 3.3 : Plcs configuration 10
Module configuration
 Overview of the module
 Configuration of the parameters of each channel (in local mode)
 Adjust of channels in local mode (expert module)
Unity training course 2.0 - module 3.3 : Plcs configuration 11
Quantum module addressing
 Define the addresses used by Quantum module : mapping (bit,
word) and first address (ie : 33)
 Define the others parameters : type, task, ...
Unity training course 2.0 - module 3.3 : Plcs configuration 12
Topological addressing
 Physical addressing of input / output
 Topological address of Quantum located data
% I / Q X / W / D r . m . c . d . j
Symbol Type
I = Input
Q = Output
Format
X = Boolean
W = Word
D = Double
word
Rack Module Channel Rank Bit
Address Topological address Data use
0xxxxx %Qr.m.c.d / %Mi Output module bits and Internal bits
1xxxxx %Ir.m.c.d / %Ii Input module bits
3xxxxx %IWr.m.c.d / %IWi Input words of input/output module
4xxxxx %QWr.m.c.d / %MWi Output words of input/output module
and Internal words
Unity training course 2.0 - module 3.3 : Plcs configuration 13
Principle to configure a network
 To configure a network (Ethernet, Modbus+ or Fipway) :
 Create the logical network
 Configure the logical network
 Define the communication module or the PCMCIA card
 Associate the module or the PCMCIA card to the logical network
Unity training course 2.0 - module 3.3 : Plcs configuration 14
Create a logical network
 Add a new network (right click on the Networks folder of the
application browser) (1)
 Choose the type of network to create (Ethernet, Modbus+, Fipway)
and define its name (2)
 If necessary enter a comment
(1) (2)
Unity training course 2.0 - module 3.3 : Plcs configuration 15
Configure the logical network
 Activate the logical network to configure (1)
 Configure the logical network : global data, I/O scanning, ... (2)
(1)
(2)
Unity training course 2.0 - module 3.3 : Plcs configuration 16
Define the communication module / PCMCIA
card
 Define the communication module (drag & drop from the hardware
catalog)
 Or define the PCMCIA card (double click on the card position and
add submodule)
Unity training course 2.0 - module 3.3 : Plcs configuration 17
Associate the module / card and the logical
network
 Open the communication module (1)
 Select the channel (2)
 Associate the module to the logical network (3)
(1)
(2)
(3)
Unity training course 2.0 - module 3.3 : Plcs configuration 18
CANopen Bus
Unity training course 2.0 - module 3.3 : Plcs configuration 19
CANopen fieldbus
 CANopen bus available for the Premium
configuration
 Use the TSX CPP 110 PCMCIA card
Note : mandatory for the PCMCIA card to be
installed in the slot located in the CPU
 From the configuration editor :
 Declare the card in the hardware configuration
 Configure the bus with SyCon software (V 2.8)
 Import the fieldbus configuration in Unity Pro
 Access to I/Os through topological addresses
Unity training course 2.0 - module 3.3 : Plcs configuration 20
CANopen Methodology
1
6
2
4
3
7
5
8
Unity training course 2.0 - module 3.3 : Plcs configuration 21
SyCon Configuration
 If necessary create a new CANopen field bus
 Copy the EDS file of the slave if not in the
library
 File => Copy EDS command
Note : the file is copied in the folder
•••SchneiderSyConFieldbusCANopenEDS*.
eds
 From the configuration editor :
 Insert the CANopen master TSX CPP 110
 Insert the slave by choosing the type in the
list
 Select the node ID
 Define the bus settings
Example : with Advantys STB
Unity training course 2.0 - module 3.3 : Plcs configuration 22
PDOs Configuration
 Predefined PDOs are given
directly by the EDS file
 Double click on the slave
 Validate the PDOs
 Double click on
 Choose the transmission
mode (recommended to
use the default settings)
 Press on the Ok button
Note : for each Tx and Rx
PDOs
Unity training course 2.0 - module 3.3 : Plcs configuration 23
Topological addressing
 Physical addressing of input / output
% I / Q W  b.e  0 . 0 . 0 . d
Element Type Value Description
% Symbol - IEC object
I = Input / Q = Output
Note : in V1.1 accessible only in
read mode. To write the outputs,
have to use the %MW area.
W Format - Word format (16 bits)
b Bus number 3 to 999 Depends on creation order
e Slave ID on
CANopen
1 to 127 Slave address on CANopen bus
0 Rack Always 0 Virtual rack (0)
0 Module Always 0 Virtual module (0)
0 Channel Always 0 Virtual channel (0)
d Data number 0 to 59 Data number in the slave
I/Q Object type -
Unity training course 2.0 - module 3.3 : Plcs configuration 24
Fipio Bus
Unity training course 2.0 - module 3.3 : Plcs configuration 25
Fipio fieldbus
 Integrated configuration of Fipio
 Embedded configuration screen (like PL7)
 Use the Fipio CPU (TSX P57 •5•)
 From the configuration editor :
 Access directly to the integrated bus
configurator
 Declare the slaves on the bus choosing in
the hardware catalog
 Access to I/Os through topological
addresses
Note : Support of all the I/O modules already
supported under PL7
Unity training course 2.0 - module 3.3 : Plcs configuration 26
Fipio Methodology
 1 - Double click on Fipio port
 2 - Right-click in the Fipio configurator
 3 - Define the profiles used and the length
1
2
3
Unity training course 2.0 - module 3.3 : Plcs configuration 27
Fipio Methodology (cont'd)
 1 - Drag and drop from the hardware catalog into the Fipio configuration
 2 - Enter the address of the new slave
Unity training course 2.0 - module 3.3 : Plcs configuration 28
Fipio Slaves
 To access to this screen, double-click
on the slaveThis screen allows to :
 Configure the communication
channel
 Set the parameters of the slave
Unity training course 2.0 - module 3.3 : Plcs configuration 29
Topological Addressing
 Physical addressing of input / output
% I/Q/M/K X/W/D/F  b.e  0 . m . c . d
Element Type Value Description
% Symbol - IEC object
I = Input / Q = Output / M = internal
variable /
K = constant
X/W/D/F Format - X : Boolean / W : Word (16 bits) / D :
Double (32 bits) / F : Real (32 bits)
b Bus number 2 Always bus number 2
e Slave ID on Fipio 1 to 127 Slave address on Fipio bus
0 Rack Always 0 Virtual rack (0)
m Module 0, 1 0 : Base / 1 : Extension
c Channel 0 to 999 Channel number (I/O number in the
slave)
d Data number 0 to 59 Data number in the channel
I/Q/M/K Object type -
Unity training course 2.0 - module 3.3 : Plcs configuration 30
Remote I/O Distributed I/O
Unity training course 2.0 - module 3.3 : Plcs configuration 31
Remote I/O - Distributed I/O
 Remote I/O (RIO)
 Decentralized input/output architecture
solution
 Based on the input/output
decentralization network technology
S908
 Up to 31 decentralized stations
 Distributed I/O (DIO)
 Distributed input/output solution
 Based on Modbus Plus technology
 32 subscribers may be configured over
500m
Unity training course 2.0 - module 3.3 : Plcs configuration 32
Topological Addressing
 Physical addressing of input / output
% I/Q X/W/D/F  b.e  r . m . c . d
Element Type Value Description
% Symbol - IEC object
X/W Format - X : Boolean / W : Word (16 bits)
b Bus number 2 to 999 Depends on creation order
e Drop 1 to 32 (63)
Number of the device on the bus (with
repeaters on DIO)
r Rack 1 to 2 Rack number
m Module 1 to 16 Module position in the remote rack
c Channel 1 to 999 Channel number
d Data number 1 to 999 Data number in the channel
I = Input / Q = Output
I/Q Object type -

More Related Content

Similar to module 3.3 Plcs configurations.ppt

Introduction to Building Communication Protocols
Introduction to Building Communication Protocols Introduction to Building Communication Protocols
Introduction to Building Communication Protocols Mahmoud Ahmed
 
Verilog Implementation of 32-Bit CISC Processor
Verilog Implementation of 32-Bit CISC ProcessorVerilog Implementation of 32-Bit CISC Processor
Verilog Implementation of 32-Bit CISC ProcessorIJERA Editor
 
Yokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptxYokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptxSibabrataChoudhury2
 
Honeywell PLC ML-50 (MLM-DR16S)
Honeywell PLC ML-50 (MLM-DR16S)Honeywell PLC ML-50 (MLM-DR16S)
Honeywell PLC ML-50 (MLM-DR16S)Shivam Singh
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3Rehan Fazal
 
AAME ARM Techcon2013 003v02 Software Development
AAME ARM Techcon2013 003v02  Software DevelopmentAAME ARM Techcon2013 003v02  Software Development
AAME ARM Techcon2013 003v02 Software DevelopmentAnh Dung NGUYEN
 
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vn
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vnLs catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vn
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vnDien Ha The
 
Ls catalog thiet bi tu dong plc leaflet_e_201107
Ls catalog thiet bi tu dong plc leaflet_e_201107Ls catalog thiet bi tu dong plc leaflet_e_201107
Ls catalog thiet bi tu dong plc leaflet_e_201107Dien Ha The
 
[Application guide] IoT Protocol gateway
[Application guide] IoT Protocol gateway[Application guide] IoT Protocol gateway
[Application guide] IoT Protocol gatewaySeth Xie
 
P3APS19001EN IEC 61850_Configuration_Instructions.pdf
P3APS19001EN IEC 61850_Configuration_Instructions.pdfP3APS19001EN IEC 61850_Configuration_Instructions.pdf
P3APS19001EN IEC 61850_Configuration_Instructions.pdfdongaduythuat123
 
Data Manipulation
Data ManipulationData Manipulation
Data ManipulationAsfi Bhai
 
Socket Programming TCP:IP PPT.pdf
Socket Programming TCP:IP PPT.pdfSocket Programming TCP:IP PPT.pdf
Socket Programming TCP:IP PPT.pdfPraveenKumar187040
 

Similar to module 3.3 Plcs configurations.ppt (20)

Socketcan
SocketcanSocketcan
Socketcan
 
Introduction to Building Communication Protocols
Introduction to Building Communication Protocols Introduction to Building Communication Protocols
Introduction to Building Communication Protocols
 
Modbus.ppt
Modbus.pptModbus.ppt
Modbus.ppt
 
modbus.ppt
modbus.pptmodbus.ppt
modbus.ppt
 
Verilog Implementation of 32-Bit CISC Processor
Verilog Implementation of 32-Bit CISC ProcessorVerilog Implementation of 32-Bit CISC Processor
Verilog Implementation of 32-Bit CISC Processor
 
unit 5-ERTS.pptx
unit 5-ERTS.pptxunit 5-ERTS.pptx
unit 5-ERTS.pptx
 
Resume
ResumeResume
Resume
 
Yokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptxYokogawa Centum-VP-Engneering-Course.pptx
Yokogawa Centum-VP-Engneering-Course.pptx
 
Honeywell PLC ML-50 (MLM-DR16S)
Honeywell PLC ML-50 (MLM-DR16S)Honeywell PLC ML-50 (MLM-DR16S)
Honeywell PLC ML-50 (MLM-DR16S)
 
IPmux ws 4.00.ppt
IPmux ws 4.00.pptIPmux ws 4.00.ppt
IPmux ws 4.00.ppt
 
YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3YOKOGAWA CENTUM CS 3000 R3
YOKOGAWA CENTUM CS 3000 R3
 
AAME ARM Techcon2013 003v02 Software Development
AAME ARM Techcon2013 003v02  Software DevelopmentAAME ARM Techcon2013 003v02  Software Development
AAME ARM Techcon2013 003v02 Software Development
 
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vn
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vnLs catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vn
Ls catalog thiet bi tu dong plc leaflet_e_201107_dienhathe.vn
 
Ls catalog thiet bi tu dong plc leaflet_e_201107
Ls catalog thiet bi tu dong plc leaflet_e_201107Ls catalog thiet bi tu dong plc leaflet_e_201107
Ls catalog thiet bi tu dong plc leaflet_e_201107
 
Intro to Ethernet
Intro to EthernetIntro to Ethernet
Intro to Ethernet
 
Multifunctinal Bay Controller ARIS C303
Multifunctinal Bay Controller ARIS C303Multifunctinal Bay Controller ARIS C303
Multifunctinal Bay Controller ARIS C303
 
[Application guide] IoT Protocol gateway
[Application guide] IoT Protocol gateway[Application guide] IoT Protocol gateway
[Application guide] IoT Protocol gateway
 
P3APS19001EN IEC 61850_Configuration_Instructions.pdf
P3APS19001EN IEC 61850_Configuration_Instructions.pdfP3APS19001EN IEC 61850_Configuration_Instructions.pdf
P3APS19001EN IEC 61850_Configuration_Instructions.pdf
 
Data Manipulation
Data ManipulationData Manipulation
Data Manipulation
 
Socket Programming TCP:IP PPT.pdf
Socket Programming TCP:IP PPT.pdfSocket Programming TCP:IP PPT.pdf
Socket Programming TCP:IP PPT.pdf
 

More from ssuserd973fe

module 3.G Utilities.ppt
module 3.G Utilities.pptmodule 3.G Utilities.ppt
module 3.G Utilities.pptssuserd973fe
 
Module 3.8 application testing.ppt
Module 3.8 application testing.pptModule 3.8 application testing.ppt
Module 3.8 application testing.pptssuserd973fe
 
module 3.4 Variables.ppt
module 3.4 Variables.pptmodule 3.4 Variables.ppt
module 3.4 Variables.pptssuserd973fe
 
3.5 App structure.ppt
3.5 App structure.ppt3.5 App structure.ppt
3.5 App structure.pptssuserd973fe
 
module 3.9 IEC Language ladder.ppt
module 3.9 IEC Language ladder.pptmodule 3.9 IEC Language ladder.ppt
module 3.9 IEC Language ladder.pptssuserd973fe
 
2nd day System Configuration & Basic Functions Control Functions Design Tools...
2nd day System Configuration & Basic Functions Control Functions Design Tools...2nd day System Configuration & Basic Functions Control Functions Design Tools...
2nd day System Configuration & Basic Functions Control Functions Design Tools...ssuserd973fe
 
1st day Introduction of Harmonas-DEO (Hardware & Software) azbil.ppt
1st day Introduction of Harmonas-DEO (Hardware &  Software) azbil.ppt1st day Introduction of Harmonas-DEO (Hardware &  Software) azbil.ppt
1st day Introduction of Harmonas-DEO (Hardware & Software) azbil.pptssuserd973fe
 
Emerson_Smart_Wireless_Solutions.pdf
Emerson_Smart_Wireless_Solutions.pdfEmerson_Smart_Wireless_Solutions.pdf
Emerson_Smart_Wireless_Solutions.pdfssuserd973fe
 

More from ssuserd973fe (8)

module 3.G Utilities.ppt
module 3.G Utilities.pptmodule 3.G Utilities.ppt
module 3.G Utilities.ppt
 
Module 3.8 application testing.ppt
Module 3.8 application testing.pptModule 3.8 application testing.ppt
Module 3.8 application testing.ppt
 
module 3.4 Variables.ppt
module 3.4 Variables.pptmodule 3.4 Variables.ppt
module 3.4 Variables.ppt
 
3.5 App structure.ppt
3.5 App structure.ppt3.5 App structure.ppt
3.5 App structure.ppt
 
module 3.9 IEC Language ladder.ppt
module 3.9 IEC Language ladder.pptmodule 3.9 IEC Language ladder.ppt
module 3.9 IEC Language ladder.ppt
 
2nd day System Configuration & Basic Functions Control Functions Design Tools...
2nd day System Configuration & Basic Functions Control Functions Design Tools...2nd day System Configuration & Basic Functions Control Functions Design Tools...
2nd day System Configuration & Basic Functions Control Functions Design Tools...
 
1st day Introduction of Harmonas-DEO (Hardware & Software) azbil.ppt
1st day Introduction of Harmonas-DEO (Hardware &  Software) azbil.ppt1st day Introduction of Harmonas-DEO (Hardware &  Software) azbil.ppt
1st day Introduction of Harmonas-DEO (Hardware & Software) azbil.ppt
 
Emerson_Smart_Wireless_Solutions.pdf
Emerson_Smart_Wireless_Solutions.pdfEmerson_Smart_Wireless_Solutions.pdf
Emerson_Smart_Wireless_Solutions.pdf
 

Recently uploaded

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordAsst.prof M.Gokilavani
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfKamal Acharya
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations120cr0395
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduitsrknatarajan
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Call Girls in Nagpur High Profile
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxupamatechverse
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...Call Girls in Nagpur High Profile
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...ranjana rawat
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...Call Girls in Nagpur High Profile
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Bookingdharasingh5698
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSISrknatarajan
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...ranjana rawat
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Dr.Costas Sachpazis
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college projectTonystark477637
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxupamatechverse
 
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
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdfKamal Acharya
 

Recently uploaded (20)

CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete RecordCCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
CCS335 _ Neural Networks and Deep Learning Laboratory_Lab Complete Record
 
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdfONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
ONLINE FOOD ORDER SYSTEM PROJECT REPORT.pdf
 
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
 
Extrusion Processes and Their Limitations
Extrusion Processes and Their LimitationsExtrusion Processes and Their Limitations
Extrusion Processes and Their Limitations
 
UNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular ConduitsUNIT-II FMM-Flow Through Circular Conduits
UNIT-II FMM-Flow Through Circular Conduits
 
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...Top Rated  Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
Top Rated Pune Call Girls Budhwar Peth ⟟ 6297143586 ⟟ Call Me For Genuine Se...
 
Introduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptxIntroduction to Multiple Access Protocol.pptx
Introduction to Multiple Access Protocol.pptx
 
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...Booking open Available Pune Call Girls Koregaon Park  6297143586 Call Hot Ind...
Booking open Available Pune Call Girls Koregaon Park 6297143586 Call Hot Ind...
 
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
(INDIRA) Call Girl Aurangabad Call Now 8617697112 Aurangabad Escorts 24x7
 
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
The Most Attractive Pune Call Girls Manchar 8250192130 Will You Miss This Cha...
 
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...Booking open Available Pune Call Girls Pargaon  6297143586 Call Hot Indian Gi...
Booking open Available Pune Call Girls Pargaon 6297143586 Call Hot Indian Gi...
 
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 BookingVIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
VIP Call Girls Ankleshwar 7001035870 Whatsapp Number, 24/07 Booking
 
UNIT-III FMM. DIMENSIONAL ANALYSIS
UNIT-III FMM.        DIMENSIONAL ANALYSISUNIT-III FMM.        DIMENSIONAL ANALYSIS
UNIT-III FMM. DIMENSIONAL ANALYSIS
 
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
(PRIYA) Rajgurunagar Call Girls Just Call 7001035870 [ Cash on Delivery ] Pun...
 
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
 
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
Structural Analysis and Design of Foundations: A Comprehensive Handbook for S...
 
result management system report for college project
result management system report for college projectresult management system report for college project
result management system report for college project
 
Introduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.pptxIntroduction and different types of Ethernet.pptx
Introduction and different types of Ethernet.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, ...
 
University management System project report..pdf
University management System project report..pdfUniversity management System project report..pdf
University management System project report..pdf
 

module 3.3 Plcs configurations.ppt

  • 1. Unity training course 2.0 - module 3.3 : Plcs configuration 1 Module 3.3 PLCs Configuration
  • 2. Unity training course 2.0 - module 3.3 : Plcs configuration 3  First step to create an application  Choose the platform : Premium or Quantum (not interchangeable)  Choose the processor type Processor choice
  • 3. Unity training course 2.0 - module 3.3 : Plcs configuration 4 Access to the configuration editor  Accessible from the Structural View to  Configure the racks of the local bus – address 0 for the Premium PLCs – address 1 for the Quantum PLCs  Configure the remote racks (X Bus or remote I/O)  Configure the field bus  Link communication hardware to logical network (Ethernet, Modbus +, Fipway)
  • 4. Unity training course 2.0 - module 3.3 : Plcs configuration 5 Processor replacement  To modify the type of processor  Right click on the processor  Only the same family of processors is proposed (ie Premium)  Processor replacement is possible only in off-line mode Note : Quantum processor can be placed anywhere in the rack
  • 5. Unity training course 2.0 - module 3.3 : Plcs configuration 6 Premium rack configuration  Choose the rack  Define the power supply module (left position)  Replace the processor (if necessary)  Define the modules : double click on the blank position and add a device (1) or drag & drop from the hardware catalog (2) (1) (2)
  • 6. Unity training course 2.0 - module 3.3 : Plcs configuration 7 Quantum rack configuration  Choose the rack  Define the power supply module (first or last position suggested)  Replace or move the processor (if necessary)  Define the modules
  • 7. Unity training course 2.0 - module 3.3 : Plcs configuration 8 Premium processor configuration  Select the operating mode : Run/Stop input, memory protect, ...  Define the memory cards  Define the global objects of the application : number of bits and words
  • 8. Unity training course 2.0 - module 3.3 : Plcs configuration 9 Quantum processor configuration  Select the operating mode : automatic start in Run, Peer Cop, ...  Define the global objects of the application : number of bits and words
  • 9. Unity training course 2.0 - module 3.3 : Plcs configuration 10 Module configuration  Overview of the module  Configuration of the parameters of each channel (in local mode)  Adjust of channels in local mode (expert module)
  • 10. Unity training course 2.0 - module 3.3 : Plcs configuration 11 Quantum module addressing  Define the addresses used by Quantum module : mapping (bit, word) and first address (ie : 33)  Define the others parameters : type, task, ...
  • 11. Unity training course 2.0 - module 3.3 : Plcs configuration 12 Topological addressing  Physical addressing of input / output  Topological address of Quantum located data % I / Q X / W / D r . m . c . d . j Symbol Type I = Input Q = Output Format X = Boolean W = Word D = Double word Rack Module Channel Rank Bit Address Topological address Data use 0xxxxx %Qr.m.c.d / %Mi Output module bits and Internal bits 1xxxxx %Ir.m.c.d / %Ii Input module bits 3xxxxx %IWr.m.c.d / %IWi Input words of input/output module 4xxxxx %QWr.m.c.d / %MWi Output words of input/output module and Internal words
  • 12. Unity training course 2.0 - module 3.3 : Plcs configuration 13 Principle to configure a network  To configure a network (Ethernet, Modbus+ or Fipway) :  Create the logical network  Configure the logical network  Define the communication module or the PCMCIA card  Associate the module or the PCMCIA card to the logical network
  • 13. Unity training course 2.0 - module 3.3 : Plcs configuration 14 Create a logical network  Add a new network (right click on the Networks folder of the application browser) (1)  Choose the type of network to create (Ethernet, Modbus+, Fipway) and define its name (2)  If necessary enter a comment (1) (2)
  • 14. Unity training course 2.0 - module 3.3 : Plcs configuration 15 Configure the logical network  Activate the logical network to configure (1)  Configure the logical network : global data, I/O scanning, ... (2) (1) (2)
  • 15. Unity training course 2.0 - module 3.3 : Plcs configuration 16 Define the communication module / PCMCIA card  Define the communication module (drag & drop from the hardware catalog)  Or define the PCMCIA card (double click on the card position and add submodule)
  • 16. Unity training course 2.0 - module 3.3 : Plcs configuration 17 Associate the module / card and the logical network  Open the communication module (1)  Select the channel (2)  Associate the module to the logical network (3) (1) (2) (3)
  • 17. Unity training course 2.0 - module 3.3 : Plcs configuration 18 CANopen Bus
  • 18. Unity training course 2.0 - module 3.3 : Plcs configuration 19 CANopen fieldbus  CANopen bus available for the Premium configuration  Use the TSX CPP 110 PCMCIA card Note : mandatory for the PCMCIA card to be installed in the slot located in the CPU  From the configuration editor :  Declare the card in the hardware configuration  Configure the bus with SyCon software (V 2.8)  Import the fieldbus configuration in Unity Pro  Access to I/Os through topological addresses
  • 19. Unity training course 2.0 - module 3.3 : Plcs configuration 20 CANopen Methodology 1 6 2 4 3 7 5 8
  • 20. Unity training course 2.0 - module 3.3 : Plcs configuration 21 SyCon Configuration  If necessary create a new CANopen field bus  Copy the EDS file of the slave if not in the library  File => Copy EDS command Note : the file is copied in the folder •••SchneiderSyConFieldbusCANopenEDS*. eds  From the configuration editor :  Insert the CANopen master TSX CPP 110  Insert the slave by choosing the type in the list  Select the node ID  Define the bus settings Example : with Advantys STB
  • 21. Unity training course 2.0 - module 3.3 : Plcs configuration 22 PDOs Configuration  Predefined PDOs are given directly by the EDS file  Double click on the slave  Validate the PDOs  Double click on  Choose the transmission mode (recommended to use the default settings)  Press on the Ok button Note : for each Tx and Rx PDOs
  • 22. Unity training course 2.0 - module 3.3 : Plcs configuration 23 Topological addressing  Physical addressing of input / output % I / Q W b.e 0 . 0 . 0 . d Element Type Value Description % Symbol - IEC object I = Input / Q = Output Note : in V1.1 accessible only in read mode. To write the outputs, have to use the %MW area. W Format - Word format (16 bits) b Bus number 3 to 999 Depends on creation order e Slave ID on CANopen 1 to 127 Slave address on CANopen bus 0 Rack Always 0 Virtual rack (0) 0 Module Always 0 Virtual module (0) 0 Channel Always 0 Virtual channel (0) d Data number 0 to 59 Data number in the slave I/Q Object type -
  • 23. Unity training course 2.0 - module 3.3 : Plcs configuration 24 Fipio Bus
  • 24. Unity training course 2.0 - module 3.3 : Plcs configuration 25 Fipio fieldbus  Integrated configuration of Fipio  Embedded configuration screen (like PL7)  Use the Fipio CPU (TSX P57 •5•)  From the configuration editor :  Access directly to the integrated bus configurator  Declare the slaves on the bus choosing in the hardware catalog  Access to I/Os through topological addresses Note : Support of all the I/O modules already supported under PL7
  • 25. Unity training course 2.0 - module 3.3 : Plcs configuration 26 Fipio Methodology  1 - Double click on Fipio port  2 - Right-click in the Fipio configurator  3 - Define the profiles used and the length 1 2 3
  • 26. Unity training course 2.0 - module 3.3 : Plcs configuration 27 Fipio Methodology (cont'd)  1 - Drag and drop from the hardware catalog into the Fipio configuration  2 - Enter the address of the new slave
  • 27. Unity training course 2.0 - module 3.3 : Plcs configuration 28 Fipio Slaves  To access to this screen, double-click on the slaveThis screen allows to :  Configure the communication channel  Set the parameters of the slave
  • 28. Unity training course 2.0 - module 3.3 : Plcs configuration 29 Topological Addressing  Physical addressing of input / output % I/Q/M/K X/W/D/F b.e 0 . m . c . d Element Type Value Description % Symbol - IEC object I = Input / Q = Output / M = internal variable / K = constant X/W/D/F Format - X : Boolean / W : Word (16 bits) / D : Double (32 bits) / F : Real (32 bits) b Bus number 2 Always bus number 2 e Slave ID on Fipio 1 to 127 Slave address on Fipio bus 0 Rack Always 0 Virtual rack (0) m Module 0, 1 0 : Base / 1 : Extension c Channel 0 to 999 Channel number (I/O number in the slave) d Data number 0 to 59 Data number in the channel I/Q/M/K Object type -
  • 29. Unity training course 2.0 - module 3.3 : Plcs configuration 30 Remote I/O Distributed I/O
  • 30. Unity training course 2.0 - module 3.3 : Plcs configuration 31 Remote I/O - Distributed I/O  Remote I/O (RIO)  Decentralized input/output architecture solution  Based on the input/output decentralization network technology S908  Up to 31 decentralized stations  Distributed I/O (DIO)  Distributed input/output solution  Based on Modbus Plus technology  32 subscribers may be configured over 500m
  • 31. Unity training course 2.0 - module 3.3 : Plcs configuration 32 Topological Addressing  Physical addressing of input / output % I/Q X/W/D/F b.e r . m . c . d Element Type Value Description % Symbol - IEC object X/W Format - X : Boolean / W : Word (16 bits) b Bus number 2 to 999 Depends on creation order e Drop 1 to 32 (63) Number of the device on the bus (with repeaters on DIO) r Rack 1 to 2 Rack number m Module 1 to 16 Module position in the remote rack c Channel 1 to 999 Channel number d Data number 1 to 999 Data number in the channel I = Input / Q = Output I/Q Object type -