SlideShare uma empresa Scribd logo
1 de 16
Baixar para ler offline
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
1MN.51.T1.02 - VLT is a registered Danfoss trademark
Foreword .......................................................................... 2
VLT 5000 DeviceNet card ............................................... 2
Configuring the VLT 5000 with RS Networx ............... 4
I/O communication with RS Logix 5000 ...................... 6
Explicit messages with RS Logix 5000......................... 8
MN.51.T1.02 - VLT is a registered Danfoss trademark2
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
NOTE!:
The examples do not describes all the
functions needed for a real application, for
example error handling.
The examples are based upon that a RS Logix5000
project has been created, and the 1756-DNB has
been added to the I/O configuration.
Details of some of the components/software:
VLT5000 with DeviceNet - Host chip version 2.9.
1756-DNB Series A Firmware Revision 3.3
RS Networx 2.11.51
RS Logix 2.25
sssss Foreword
This application note describes how to set up
DeviceNet communication between a Danfoss VLT
5000 frequency converter and 1756-DNB DeviceNet
Scanner from Allen Bradley. It is assumed that you
have some knowledge of Control Logix 5550, the
1756-DNB Scanner and ladder logic.
This note describes:
q VLT 5000 DeviceNet card
q Configuring of the VLT 5000 with RS Networx
q I/O communication with RS Logix 5000
q Explicit messages with RS Logix 5000
Device status
LED
Revisions number
18115D
sssss VLT 5000 DeviceNet card
The photo shows the DeviceNet card which can
be installed in VLT 5001 - 5500.
Network status
LED
Device status
LED
Network status
LED
Address switch and
baud rate setting
ON = 0
OFF = 1
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
3MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss DeviceNet connection
sssss DeviceNet termination
Termination resistors should be installed at each end
of the bus line.
The resistors must be mounted between terminal 2
CAN_L and terminal 4 CAN_H and should have the
following specification:
5 V+
4 CAN_H
3 drain
2 CAN_L
1 V–
red
white
bare
blue
black
12345
121 Ohm, 1 % Metal film and 1/4 Watt
s LEDs
For the device status LED:
1. when the LED is off, the device is off
2. when the LED is green, the device is
operational
3. When the LED is flashing green, the device
is in standby
4. when the LED is flashing red, the device
detects a minor fault
5. when the LED is red, the device detects
an unrecoverable fault
6. when the LED is flashing red/green, the
device is self testing
For the network status LED:
1. when the LED is off, the network is non-
powered/not online
2. when the LED is flashing green, the
network is online but not connected
3. when the LED is green, the network is
online and connected
4. when the LED is flashing red, the network
has a connection time-out
5. when the LED is red, the network has a
critical link failure.
s Cable length
Transmission speed Max. total cable length [m]
125 kBaud 500
250 kBaud 250
500 kBaud 100
sssss Cable specification
- Cross section: max. 0.78 mm2
,
corresponding to AWG 18
- Cable type: twisted in pairs, 2 x 2 wires with
drain wire in center
- Screening: Copper-braided screen
or braided screen and foil screen
It is recommended to use the same cable type in
the entire network to avoid impedance mismatch.
sssss Address and baud rate setting
Dip switch 1-6 set the VLT frequency converters
address and 7-8 the baud rate.
When setting the address/Mac ID you must ensure
that each device on the network has a unique
address. The address/Mac ID can be read in
parameter 918 Mac ID.
Switch 6 is the Most Significant Bit (MSB) and
Switch 1 is the Least Significant Bit (LSB).
If the address is to be set to 3, the dip switches
should be set as follow:
12345678
ON
ON = 0
OFF = 1
Switch Settings for DeviceNet Module Baud Rate:
Baud Switch Switch
Rate Setting Setting
8 7
125 kBPS 0 0
250 kBPS 0 1
500 kBPS 1 0
125 kBPS 1 1
MN.51.T1.02 - VLT is a registered Danfoss trademark4
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
s Configuring the VLT 5000 with RS Networx
In this example we will only have one VLT 5000 set
up to address 4 and the Master (1756-DNB) set up
to address 0.
Start RS Networx and a new project.
First install the EDS file by using the EDS wizard
under TOOLS and IMPORT EDS FILE. The file can
be ordered from your local Danfoss sales company.
After you have powered up the system and
browsed for active nodes on the DeviceNet you
map the I/O area of the VLT 5000 DeviceNet card
to the 1756 DeviceNet Scanner.
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
5MN.51.T1.02 - VLT is a registered Danfoss trademark
Double click on the 1756-DNB Scanner.
Click on Scanlist and add VLT 5000 from Available
Devices to the Scanlist.
Click on Input and if you click on AutoMap the I/O
area of VLT 5000 will be added to the first free area,
here I 0.0. This means that the Status word will be
read from the VLT 5000 to I/O area I:0.0 to I:0.15
and the Main Actual Reference to I:0.16 to I:0.32.
Do the same with the Output to map Control word
and reference.
Save the file and download the RS networx to the
Scanner.
s Configuring the VLT 5000 with RS Networx
Double click on the VLT 5000.
Click on EDS I/O default. Here is shown that VLT
5000 support Polled I/O.
The actual PPO type is type 1 using 4 byte Input
and 4 byte Output.
Parameter
904
Polled Size
Rx
Polled Size
Tx
PPO1
PPO2
PPO3
PPO4
4 Bytes 4 Bytes
8 Bytes
4 Bytes
8 Bytes
8 Bytes
4 Bytes
8 Bytes
The PPO type can be changed in parameter 904
PPO Selection.
The 4 byte Input is Status word and Main Actual
Value from the VLT 5000.
The 4 byte Output is Control word and reference to
the VLT 5000.
Click on OK
MN.51.T1.02 - VLT is a registered Danfoss trademark6
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
sssss I/O communication with RS Logix 5000
Start RS Logix 5000 and a new project.
Make the I/O configuration and click on Controller
tags.
Click on Local:1:I and on Local 1:I.Data. Now you
can see the full input area of the DeviceNet system.
Local:1:I.Data[0] indicates mapping of status word
and Main Actual Reference. Choose to see the
format in Hex. See the status word in the DeviceNet
manual.
Example on status words from the VLT 5000 (par.
512 Telegram profile = FC Drive [1]):
Stand by: 0607 Hex
VLT running: 0F07 Hex Speed = ref.
VLT running: 0E07 Hex Speed ≠ ref. i.e. ramping
Warning: 0F87 Hex
Status WordMain Actual Reference
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
7MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss I/O communication with RS Logix 5000
Click on Local:1:O and on Local 1:O.Data. Now
you can see the full Output area of the DeviceNet
system. Local:1:O.Data[0] indicates mapping of
Control word and reference.
To start the VLT 5000 when using FC Drive profile
(See par. 512) the start command should be 047C
Hex. The Reference goes from 0 – 4000 Hex,
corresponding to 0 –100 %.
Example on Control words to the VLT 5000 (par.
512 Telegram profile = FC Drive [1]):
Start: 047C Hex via ramp time in Par. 207
Stop: 043C Hex via ramp time in Par. 207
Coast: 0474 Hex
Quick Stop: 046C Hex via ramp time in Par. 212
Reversing: 847C
Remember by reversing to set par. 200 to both
direction and par. 506 to Bus [1].
Example on reference to the VLT 5000 (par. 202
High output frequency and 205 Max. reference = 50
Hz):
1000 Hex ~ 25 % reference = 12.5 Hz
2000 Hex ~ 50 % reference = 25.0 Hz
4000 Hex ~ 100 % reference = 50.0 Hz
Control WordReference
MN.51.T1.02 - VLT is a registered Danfoss trademark8
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
sssss Explicit messages with RS Logix 5000
Click on Controller Tags and add a new tag called
MESSAGE1. This message will be set up to read
parameter 518 Data read-out: Frequency.
Click on box next to INT and in Select Data type
choose MESSAGE.
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
9MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss Explicit messages with RS Logix 5000
Add a new tag called VLT_READOUT.
Click on box next to INT and in Select Data type
chose INT with an Array of 1.
Now all the Tags are created to read parameter 518
on address number 4.
MN.51.T1.02 - VLT is a registered Danfoss trademark10
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
sssss Explicit messages with RS Logix 5000
Under I/O configuration double click on 1756-DNB
Scanner.
Give the Scanner a name, for example Dnet and
click on OK.
Click on Main routine and add a new rung.
Click on the Input/Output tag and drag and drop a
MSG block to the rung.
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
11MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss Explicit messages with RS Logix 5000
Click on blue ? and choose the MESSAGE1 tag
from the list.
Click on box next to MESSAGE1 to configure the read command.
Set the Message Configuration to the following:
Service code: E Hex This is a read command GET_ ATTRIBUTE _SINGLE
Object type: 69 Hex This is the Class ID. 69 Hex means par. Group 500. See page 15.
Object ID: 1 This is the Instance. Always 1 in VLT 5000.
Object Attribute: 76 This is the attribute. 76 Hex (118 dec) is par. 518. See page 15.
Set Source and Destination to VLT_READOUT tag and the number of elements to 1.
Now the message is set up to read par. 518 Data read-out: Frequency
MN.51.T1.02 - VLT is a registered Danfoss trademark12
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
sssss Explicit messages with RS Logix 5000
Click on Communication and add the path to the
VLT 5000. Dnet is the name of 1756-DNB Scanner
and 2 is a fixed number and 4 is the address of VLT
5000. Click Apply and OK.
Add an input to the Message block. In this example
the program always reads the parameter.
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
13MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss Explicit messages with RS Logix 5000
Save the program and download the software to
the scanner. Click on controller tags and start the
VLT.
By VLT Readout [0] the actual frequency is shown.
248 means that the frequency is 24.8 Hz.
MN.51.T1.02 - VLT is a registered Danfoss trademark14
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
sssss Explicit messages with RS Logix 5000
If you want to write to a parameter you must create
a new Message tag and a new Write tag.
The Service code for a write command is 10 Hex
SET_ ATTRIBUTE _SINGLE.
In this example the message is set up to write to
parameter 215 Preset reference 1.
VLT® 5000 DeviceNet and Allen Bradley Control logix 5550
15MN.51.T1.02 - VLT is a registered Danfoss trademark
sssss Explicit messages with RS Logix 5000
Class Description:
Group 0 = Operation & Display Parameter 001 to 099 Class 100 (64 Hex)
Group 1 = Load & Motor Parameter 101 to 099 Class 101 (65 Hex)
Group 2 = Ref. & Limits Parameter 200 to 299 Class 102 (66 Hex)
Group 3 = Inputs & Outputs Parameter 300 to 399 Class 103 (67 Hex)
Group 4 = Special functions Parameter 400 to 499 Class 104 (68 Hex)
Group 5 = Serial Communication. Parameter 500 to 599 Class 105 (69 Hex)
Group 6 = Technical Function Parameter 600 to 699 Class 106 (6A Hex)
Group 7 = Option Specific Parameter 700 to 799 Class 107 (6B Hex)
Group 8 = DeviceNet Profile Parameter 800 to 899 Class 108 (6C Hex)
Group 9 = DeviceNet Parameter 900 to 999 Class 109 (6D Hex)
Instance Description:
In the Danfoss VLT 5000 we only handle Instance 1,
so always leave this at the value of 1.
Attribute Description:
The attribute for the VLT 5000 parameters is the 2
(two) last digits of the Parameter + 100.
By following this structure all 1 dimensional
parameters can be accessed by Explicit Message.
As example for Parameter 520,
VLVLVLVLVLT 5000 ParameterT 5000 ParameterT 5000 ParameterT 5000 ParameterT 5000 Parameter ClassClassClassClassClass InstanceInstanceInstanceInstanceInstance AttributeAttributeAttributeAttributeAttribute
520 105 1 120
Iy cnet davidenetdevicenet_and_a_b_plc

Mais conteúdo relacionado

Mais procurados

Advanced motion controls mc1xdzc02 qd
Advanced motion controls mc1xdzc02 qdAdvanced motion controls mc1xdzc02 qd
Advanced motion controls mc1xdzc02 qd
Electromate
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
Asif
 

Mais procurados (20)

Networking basics
Networking basicsNetworking basics
Networking basics
 
4 16 d ecoder
4 16 d ecoder4 16 d ecoder
4 16 d ecoder
 
CPU
CPUCPU
CPU
 
GS8208 led datasheet
GS8208 led datasheetGS8208 led datasheet
GS8208 led datasheet
 
Rs 232 Eia 232 Serial Interface Pinout
Rs 232 Eia 232 Serial Interface PinoutRs 232 Eia 232 Serial Interface Pinout
Rs 232 Eia 232 Serial Interface Pinout
 
Host manual hitachi902-v1-3
Host manual hitachi902-v1-3Host manual hitachi902-v1-3
Host manual hitachi902-v1-3
 
CCNA 1 v6.0 Final Exam Answers Option B 2018
CCNA 1 v6.0 Final Exam Answers Option B  2018CCNA 1 v6.0 Final Exam Answers Option B  2018
CCNA 1 v6.0 Final Exam Answers Option B 2018
 
Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018Ccna1 v6.0 pretest exam answers 2018
Ccna1 v6.0 pretest exam answers 2018
 
CCNA CHAPTER 10 BY jetarvind kumar madhukar
CCNA CHAPTER 10 BY jetarvind kumar madhukarCCNA CHAPTER 10 BY jetarvind kumar madhukar
CCNA CHAPTER 10 BY jetarvind kumar madhukar
 
Normas y Estándares
Normas y EstándaresNormas y Estándares
Normas y Estándares
 
rs-232
rs-232rs-232
rs-232
 
Advanced motion controls mc1xdzc02 qd
Advanced motion controls mc1xdzc02 qdAdvanced motion controls mc1xdzc02 qd
Advanced motion controls mc1xdzc02 qd
 
Ccna 3 Final V4.0 Answers
Ccna 3 Final V4.0 AnswersCcna 3 Final V4.0 Answers
Ccna 3 Final V4.0 Answers
 
Ccna pres
Ccna presCcna pres
Ccna pres
 
Programmable command-line interface API for managing operation of a network d...
Programmable command-line interface API for managing operation of a network d...Programmable command-line interface API for managing operation of a network d...
Programmable command-line interface API for managing operation of a network d...
 
70 laura s. schultz - 6760427 - computer telephone (ct) network serviing mu...
70   laura s. schultz - 6760427 - computer telephone (ct) network serviing mu...70   laura s. schultz - 6760427 - computer telephone (ct) network serviing mu...
70 laura s. schultz - 6760427 - computer telephone (ct) network serviing mu...
 
M3488 datasheet
M3488 datasheetM3488 datasheet
M3488 datasheet
 
Blueoptics bo01c152c0 1000base-zx gbic transceiver 1550nm 120 kilometer singl...
Blueoptics bo01c152c0 1000base-zx gbic transceiver 1550nm 120 kilometer singl...Blueoptics bo01c152c0 1000base-zx gbic transceiver 1550nm 120 kilometer singl...
Blueoptics bo01c152c0 1000base-zx gbic transceiver 1550nm 120 kilometer singl...
 
13 module isdn bri call
13   module isdn bri call13   module isdn bri call
13 module isdn bri call
 
CCNA 200-120 Exam Quick Notes
CCNA 200-120 Exam Quick NotesCCNA 200-120 Exam Quick Notes
CCNA 200-120 Exam Quick Notes
 

Destaque (18)

1746nm002
1746nm0021746nm002
1746nm002
 
How to develop my business with LinkedIn
How to develop my business with LinkedIn How to develop my business with LinkedIn
How to develop my business with LinkedIn
 
Project management
Project managementProject management
Project management
 
Mrekullia e Jetes
Mrekullia e JetesMrekullia e Jetes
Mrekullia e Jetes
 
America Inc Doing Business in Japan
America Inc Doing Business in JapanAmerica Inc Doing Business in Japan
America Inc Doing Business in Japan
 
Thuchanhaccess
ThuchanhaccessThuchanhaccess
Thuchanhaccess
 
Barcamp Central Asia - Wordpress
Barcamp Central Asia  - WordpressBarcamp Central Asia  - Wordpress
Barcamp Central Asia - Wordpress
 
Planos fotográficos
Planos fotográficosPlanos fotográficos
Planos fotográficos
 
Sexy brands
Sexy brandsSexy brands
Sexy brands
 
Test
TestTest
Test
 
Do Financial Incentives Drive Company Performance?
Do Financial Incentives Drive Company Performance?Do Financial Incentives Drive Company Performance?
Do Financial Incentives Drive Company Performance?
 
Sexy brands
Sexy brandsSexy brands
Sexy brands
 
Huong Dan Su Dung Sql Server
Huong Dan Su Dung Sql ServerHuong Dan Su Dung Sql Server
Huong Dan Su Dung Sql Server
 
05. tata cara penggunaan dan perawatan lpg
05. tata cara penggunaan dan perawatan lpg05. tata cara penggunaan dan perawatan lpg
05. tata cara penggunaan dan perawatan lpg
 
City Brands Management
City Brands ManagementCity Brands Management
City Brands Management
 
The History of Real Estate in Dubai
The History of Real Estate in DubaiThe History of Real Estate in Dubai
The History of Real Estate in Dubai
 
Muslim Brotherhood
Muslim BrotherhoodMuslim Brotherhood
Muslim Brotherhood
 
Bureaucracy
BureaucracyBureaucracy
Bureaucracy
 

Semelhante a Iy cnet davidenetdevicenet_and_a_b_plc

Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010
irbas
 
Ccna 3 v4.0 final-exam-17-07-2010
Ccna 3 v4.0  final-exam-17-07-2010Ccna 3 v4.0  final-exam-17-07-2010
Ccna 3 v4.0 final-exam-17-07-2010
irbas
 
Assembling And Cabling
Assembling And CablingAssembling And Cabling
Assembling And Cabling
scooby_doo
 

Semelhante a Iy cnet davidenetdevicenet_and_a_b_plc (20)

Mg90 h102 ethernet master
Mg90 h102 ethernet masterMg90 h102 ethernet master
Mg90 h102 ethernet master
 
Cisco WIC1T
Cisco WIC1TCisco WIC1T
Cisco WIC1T
 
Huawei transmission configuring the built in wdm service
Huawei transmission configuring the built in wdm serviceHuawei transmission configuring the built in wdm service
Huawei transmission configuring the built in wdm service
 
Manual HUB SERIAL EQUINOX
Manual HUB SERIAL EQUINOXManual HUB SERIAL EQUINOX
Manual HUB SERIAL EQUINOX
 
Cisco WIC-2T
Cisco WIC-2TCisco WIC-2T
Cisco WIC-2T
 
TV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances ControlTV Remote Operated Domestic Appliances Control
TV Remote Operated Domestic Appliances Control
 
Lab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relayLab 3.5.1 basic frame relay
Lab 3.5.1 basic frame relay
 
MC13202.pdf
MC13202.pdfMC13202.pdf
MC13202.pdf
 
Zipato Zipabox KNX module user manual
Zipato Zipabox KNX module user manual  Zipato Zipabox KNX module user manual
Zipato Zipabox KNX module user manual
 
Blueoptics bo05a156c0 sfp transceiver 100base-zx 1550nm 120km singlemode lc d...
Blueoptics bo05a156c0 sfp transceiver 100base-zx 1550nm 120km singlemode lc d...Blueoptics bo05a156c0 sfp transceiver 100base-zx 1550nm 120km singlemode lc d...
Blueoptics bo05a156c0 sfp transceiver 100base-zx 1550nm 120km singlemode lc d...
 
Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010Ccna 3 v 4.0 final-exam-17-07-2010
Ccna 3 v 4.0 final-exam-17-07-2010
 
Ccna 3 v4.0 final-exam-17-07-2010
Ccna 3 v4.0  final-exam-17-07-2010Ccna 3 v4.0  final-exam-17-07-2010
Ccna 3 v4.0 final-exam-17-07-2010
 
cisco-c1000-24fp-4x-l-datasheet.pdf
cisco-c1000-24fp-4x-l-datasheet.pdfcisco-c1000-24fp-4x-l-datasheet.pdf
cisco-c1000-24fp-4x-l-datasheet.pdf
 
cisco-c1000-24fp-4g-l-datasheet.pdf
cisco-c1000-24fp-4g-l-datasheet.pdfcisco-c1000-24fp-4g-l-datasheet.pdf
cisco-c1000-24fp-4g-l-datasheet.pdf
 
Ies5000 usg
Ies5000 usgIes5000 usg
Ies5000 usg
 
cisco-c1000-24p-4x-l-datasheet.pdf
cisco-c1000-24p-4x-l-datasheet.pdfcisco-c1000-24p-4x-l-datasheet.pdf
cisco-c1000-24p-4x-l-datasheet.pdf
 
QuickSilver Controls QCI-DS018 QCI-D2-IG8
QuickSilver Controls QCI-DS018 QCI-D2-IG8QuickSilver Controls QCI-DS018 QCI-D2-IG8
QuickSilver Controls QCI-DS018 QCI-D2-IG8
 
cisco-c1000-24p-4g-l-datasheet.pdf
cisco-c1000-24p-4g-l-datasheet.pdfcisco-c1000-24p-4g-l-datasheet.pdf
cisco-c1000-24p-4g-l-datasheet.pdf
 
Assembling And Cabling
Assembling And CablingAssembling And Cabling
Assembling And Cabling
 
Sdn dell lab report v2
Sdn dell lab report v2Sdn dell lab report v2
Sdn dell lab report v2
 

Mais de Marco A. Sobrevilla

Mais de Marco A. Sobrevilla (8)

Examen practicas instrumentacion 05 06 enero v2 (1)
Examen practicas instrumentacion 05 06 enero v2 (1)Examen practicas instrumentacion 05 06 enero v2 (1)
Examen practicas instrumentacion 05 06 enero v2 (1)
 
S7300 basico
S7300 basicoS7300 basico
S7300 basico
 
Temarios automatizacion
Temarios automatizacionTemarios automatizacion
Temarios automatizacion
 
Movimiento rectilineo 01
Movimiento rectilineo 01Movimiento rectilineo 01
Movimiento rectilineo 01
 
Info plc net_safety-at007_-es-p
Info plc net_safety-at007_-es-pInfo plc net_safety-at007_-es-p
Info plc net_safety-at007_-es-p
 
Resultados de aprendizaje
Resultados de aprendizajeResultados de aprendizaje
Resultados de aprendizaje
 
Rele control secuencia
Rele control secuenciaRele control secuencia
Rele control secuencia
 
Rele control secuencia
Rele control secuenciaRele control secuencia
Rele control secuencia
 

Último

The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
daisycvs
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
allensay1
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
amitlee9823
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
amitlee9823
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
lizamodels9
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
lizamodels9
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
daisycvs
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
dollysharma2066
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
dlhescort
 

Último (20)

The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai KuwaitThe Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
The Abortion pills for sale in Qatar@Doha [+27737758557] []Deira Dubai Kuwait
 
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al MizharAl Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
Al Mizhar Dubai Escorts +971561403006 Escorts Service In Al Mizhar
 
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
Cheap Rate Call Girls In Noida Sector 62 Metro 959961乂3876
 
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service BangaloreCall Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
Call Girls Hebbal Just Call 👗 7737669865 👗 Top Class Call Girl Service Bangalore
 
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Majnu Ka Tilla, Delhi Contact Us 8377877756
 
Value Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and painsValue Proposition canvas- Customer needs and pains
Value Proposition canvas- Customer needs and pains
 
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
Lundin Gold - Q1 2024 Conference Call Presentation (Revised)
 
Falcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to ProsperityFalcon's Invoice Discounting: Your Path to Prosperity
Falcon's Invoice Discounting: Your Path to Prosperity
 
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
Call Girls Kengeri Satellite Town Just Call 👗 7737669865 👗 Top Class Call Gir...
 
Organizational Transformation Lead with Culture
Organizational Transformation Lead with CultureOrganizational Transformation Lead with Culture
Organizational Transformation Lead with Culture
 
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
Russian Call Girls In Gurgaon ❤️8448577510 ⊹Best Escorts Service In 24/7 Delh...
 
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
Call Girls Zirakpur👧 Book Now📱7837612180 📞👉Call Girl Service In Zirakpur No A...
 
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
Russian Call Girls In Rajiv Chowk Gurgaon ❤️8448577510 ⊹Best Escorts Service ...
 
Uneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration PresentationUneak White's Personal Brand Exploration Presentation
Uneak White's Personal Brand Exploration Presentation
 
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
Quick Doctor In Kuwait +2773`7758`557 Kuwait Doha Qatar Dubai Abu Dhabi Sharj...
 
Cracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptxCracking the Cultural Competence Code.pptx
Cracking the Cultural Competence Code.pptx
 
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
FULL ENJOY Call Girls In Mahipalpur Delhi Contact Us 8377877756
 
Business Model Canvas (BMC)- A new venture concept
Business Model Canvas (BMC)-  A new venture conceptBusiness Model Canvas (BMC)-  A new venture concept
Business Model Canvas (BMC)- A new venture concept
 
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
Call Girls in Delhi, Escort Service Available 24x7 in Delhi 959961-/-3876
 
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdfDr. Admir Softic_ presentation_Green Club_ENG.pdf
Dr. Admir Softic_ presentation_Green Club_ENG.pdf
 

Iy cnet davidenetdevicenet_and_a_b_plc

  • 1. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 1MN.51.T1.02 - VLT is a registered Danfoss trademark Foreword .......................................................................... 2 VLT 5000 DeviceNet card ............................................... 2 Configuring the VLT 5000 with RS Networx ............... 4 I/O communication with RS Logix 5000 ...................... 6 Explicit messages with RS Logix 5000......................... 8
  • 2. MN.51.T1.02 - VLT is a registered Danfoss trademark2 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 NOTE!: The examples do not describes all the functions needed for a real application, for example error handling. The examples are based upon that a RS Logix5000 project has been created, and the 1756-DNB has been added to the I/O configuration. Details of some of the components/software: VLT5000 with DeviceNet - Host chip version 2.9. 1756-DNB Series A Firmware Revision 3.3 RS Networx 2.11.51 RS Logix 2.25 sssss Foreword This application note describes how to set up DeviceNet communication between a Danfoss VLT 5000 frequency converter and 1756-DNB DeviceNet Scanner from Allen Bradley. It is assumed that you have some knowledge of Control Logix 5550, the 1756-DNB Scanner and ladder logic. This note describes: q VLT 5000 DeviceNet card q Configuring of the VLT 5000 with RS Networx q I/O communication with RS Logix 5000 q Explicit messages with RS Logix 5000 Device status LED Revisions number 18115D sssss VLT 5000 DeviceNet card The photo shows the DeviceNet card which can be installed in VLT 5001 - 5500. Network status LED Device status LED Network status LED Address switch and baud rate setting ON = 0 OFF = 1
  • 3. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 3MN.51.T1.02 - VLT is a registered Danfoss trademark sssss DeviceNet connection sssss DeviceNet termination Termination resistors should be installed at each end of the bus line. The resistors must be mounted between terminal 2 CAN_L and terminal 4 CAN_H and should have the following specification: 5 V+ 4 CAN_H 3 drain 2 CAN_L 1 V– red white bare blue black 12345 121 Ohm, 1 % Metal film and 1/4 Watt s LEDs For the device status LED: 1. when the LED is off, the device is off 2. when the LED is green, the device is operational 3. When the LED is flashing green, the device is in standby 4. when the LED is flashing red, the device detects a minor fault 5. when the LED is red, the device detects an unrecoverable fault 6. when the LED is flashing red/green, the device is self testing For the network status LED: 1. when the LED is off, the network is non- powered/not online 2. when the LED is flashing green, the network is online but not connected 3. when the LED is green, the network is online and connected 4. when the LED is flashing red, the network has a connection time-out 5. when the LED is red, the network has a critical link failure. s Cable length Transmission speed Max. total cable length [m] 125 kBaud 500 250 kBaud 250 500 kBaud 100 sssss Cable specification - Cross section: max. 0.78 mm2 , corresponding to AWG 18 - Cable type: twisted in pairs, 2 x 2 wires with drain wire in center - Screening: Copper-braided screen or braided screen and foil screen It is recommended to use the same cable type in the entire network to avoid impedance mismatch. sssss Address and baud rate setting Dip switch 1-6 set the VLT frequency converters address and 7-8 the baud rate. When setting the address/Mac ID you must ensure that each device on the network has a unique address. The address/Mac ID can be read in parameter 918 Mac ID. Switch 6 is the Most Significant Bit (MSB) and Switch 1 is the Least Significant Bit (LSB). If the address is to be set to 3, the dip switches should be set as follow: 12345678 ON ON = 0 OFF = 1 Switch Settings for DeviceNet Module Baud Rate: Baud Switch Switch Rate Setting Setting 8 7 125 kBPS 0 0 250 kBPS 0 1 500 kBPS 1 0 125 kBPS 1 1
  • 4. MN.51.T1.02 - VLT is a registered Danfoss trademark4 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 s Configuring the VLT 5000 with RS Networx In this example we will only have one VLT 5000 set up to address 4 and the Master (1756-DNB) set up to address 0. Start RS Networx and a new project. First install the EDS file by using the EDS wizard under TOOLS and IMPORT EDS FILE. The file can be ordered from your local Danfoss sales company. After you have powered up the system and browsed for active nodes on the DeviceNet you map the I/O area of the VLT 5000 DeviceNet card to the 1756 DeviceNet Scanner.
  • 5. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 5MN.51.T1.02 - VLT is a registered Danfoss trademark Double click on the 1756-DNB Scanner. Click on Scanlist and add VLT 5000 from Available Devices to the Scanlist. Click on Input and if you click on AutoMap the I/O area of VLT 5000 will be added to the first free area, here I 0.0. This means that the Status word will be read from the VLT 5000 to I/O area I:0.0 to I:0.15 and the Main Actual Reference to I:0.16 to I:0.32. Do the same with the Output to map Control word and reference. Save the file and download the RS networx to the Scanner. s Configuring the VLT 5000 with RS Networx Double click on the VLT 5000. Click on EDS I/O default. Here is shown that VLT 5000 support Polled I/O. The actual PPO type is type 1 using 4 byte Input and 4 byte Output. Parameter 904 Polled Size Rx Polled Size Tx PPO1 PPO2 PPO3 PPO4 4 Bytes 4 Bytes 8 Bytes 4 Bytes 8 Bytes 8 Bytes 4 Bytes 8 Bytes The PPO type can be changed in parameter 904 PPO Selection. The 4 byte Input is Status word and Main Actual Value from the VLT 5000. The 4 byte Output is Control word and reference to the VLT 5000. Click on OK
  • 6. MN.51.T1.02 - VLT is a registered Danfoss trademark6 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 sssss I/O communication with RS Logix 5000 Start RS Logix 5000 and a new project. Make the I/O configuration and click on Controller tags. Click on Local:1:I and on Local 1:I.Data. Now you can see the full input area of the DeviceNet system. Local:1:I.Data[0] indicates mapping of status word and Main Actual Reference. Choose to see the format in Hex. See the status word in the DeviceNet manual. Example on status words from the VLT 5000 (par. 512 Telegram profile = FC Drive [1]): Stand by: 0607 Hex VLT running: 0F07 Hex Speed = ref. VLT running: 0E07 Hex Speed ≠ ref. i.e. ramping Warning: 0F87 Hex Status WordMain Actual Reference
  • 7. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 7MN.51.T1.02 - VLT is a registered Danfoss trademark sssss I/O communication with RS Logix 5000 Click on Local:1:O and on Local 1:O.Data. Now you can see the full Output area of the DeviceNet system. Local:1:O.Data[0] indicates mapping of Control word and reference. To start the VLT 5000 when using FC Drive profile (See par. 512) the start command should be 047C Hex. The Reference goes from 0 – 4000 Hex, corresponding to 0 –100 %. Example on Control words to the VLT 5000 (par. 512 Telegram profile = FC Drive [1]): Start: 047C Hex via ramp time in Par. 207 Stop: 043C Hex via ramp time in Par. 207 Coast: 0474 Hex Quick Stop: 046C Hex via ramp time in Par. 212 Reversing: 847C Remember by reversing to set par. 200 to both direction and par. 506 to Bus [1]. Example on reference to the VLT 5000 (par. 202 High output frequency and 205 Max. reference = 50 Hz): 1000 Hex ~ 25 % reference = 12.5 Hz 2000 Hex ~ 50 % reference = 25.0 Hz 4000 Hex ~ 100 % reference = 50.0 Hz Control WordReference
  • 8. MN.51.T1.02 - VLT is a registered Danfoss trademark8 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 sssss Explicit messages with RS Logix 5000 Click on Controller Tags and add a new tag called MESSAGE1. This message will be set up to read parameter 518 Data read-out: Frequency. Click on box next to INT and in Select Data type choose MESSAGE.
  • 9. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 9MN.51.T1.02 - VLT is a registered Danfoss trademark sssss Explicit messages with RS Logix 5000 Add a new tag called VLT_READOUT. Click on box next to INT and in Select Data type chose INT with an Array of 1. Now all the Tags are created to read parameter 518 on address number 4.
  • 10. MN.51.T1.02 - VLT is a registered Danfoss trademark10 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 sssss Explicit messages with RS Logix 5000 Under I/O configuration double click on 1756-DNB Scanner. Give the Scanner a name, for example Dnet and click on OK. Click on Main routine and add a new rung. Click on the Input/Output tag and drag and drop a MSG block to the rung.
  • 11. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 11MN.51.T1.02 - VLT is a registered Danfoss trademark sssss Explicit messages with RS Logix 5000 Click on blue ? and choose the MESSAGE1 tag from the list. Click on box next to MESSAGE1 to configure the read command. Set the Message Configuration to the following: Service code: E Hex This is a read command GET_ ATTRIBUTE _SINGLE Object type: 69 Hex This is the Class ID. 69 Hex means par. Group 500. See page 15. Object ID: 1 This is the Instance. Always 1 in VLT 5000. Object Attribute: 76 This is the attribute. 76 Hex (118 dec) is par. 518. See page 15. Set Source and Destination to VLT_READOUT tag and the number of elements to 1. Now the message is set up to read par. 518 Data read-out: Frequency
  • 12. MN.51.T1.02 - VLT is a registered Danfoss trademark12 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 sssss Explicit messages with RS Logix 5000 Click on Communication and add the path to the VLT 5000. Dnet is the name of 1756-DNB Scanner and 2 is a fixed number and 4 is the address of VLT 5000. Click Apply and OK. Add an input to the Message block. In this example the program always reads the parameter.
  • 13. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 13MN.51.T1.02 - VLT is a registered Danfoss trademark sssss Explicit messages with RS Logix 5000 Save the program and download the software to the scanner. Click on controller tags and start the VLT. By VLT Readout [0] the actual frequency is shown. 248 means that the frequency is 24.8 Hz.
  • 14. MN.51.T1.02 - VLT is a registered Danfoss trademark14 VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 sssss Explicit messages with RS Logix 5000 If you want to write to a parameter you must create a new Message tag and a new Write tag. The Service code for a write command is 10 Hex SET_ ATTRIBUTE _SINGLE. In this example the message is set up to write to parameter 215 Preset reference 1.
  • 15. VLT® 5000 DeviceNet and Allen Bradley Control logix 5550 15MN.51.T1.02 - VLT is a registered Danfoss trademark sssss Explicit messages with RS Logix 5000 Class Description: Group 0 = Operation & Display Parameter 001 to 099 Class 100 (64 Hex) Group 1 = Load & Motor Parameter 101 to 099 Class 101 (65 Hex) Group 2 = Ref. & Limits Parameter 200 to 299 Class 102 (66 Hex) Group 3 = Inputs & Outputs Parameter 300 to 399 Class 103 (67 Hex) Group 4 = Special functions Parameter 400 to 499 Class 104 (68 Hex) Group 5 = Serial Communication. Parameter 500 to 599 Class 105 (69 Hex) Group 6 = Technical Function Parameter 600 to 699 Class 106 (6A Hex) Group 7 = Option Specific Parameter 700 to 799 Class 107 (6B Hex) Group 8 = DeviceNet Profile Parameter 800 to 899 Class 108 (6C Hex) Group 9 = DeviceNet Parameter 900 to 999 Class 109 (6D Hex) Instance Description: In the Danfoss VLT 5000 we only handle Instance 1, so always leave this at the value of 1. Attribute Description: The attribute for the VLT 5000 parameters is the 2 (two) last digits of the Parameter + 100. By following this structure all 1 dimensional parameters can be accessed by Explicit Message. As example for Parameter 520, VLVLVLVLVLT 5000 ParameterT 5000 ParameterT 5000 ParameterT 5000 ParameterT 5000 Parameter ClassClassClassClassClass InstanceInstanceInstanceInstanceInstance AttributeAttributeAttributeAttributeAttribute 520 105 1 120