When users don’t have easy access to a laptop nor PC nearby the installation or the machine, is difficult to face the task of making some modification or backups by downloading/uploading the PLC program.
For this purpose, there’s a way to download/upload the PLC program directly from/to a USB memory stick through the DOP HMI.
Let’s explain the procedure in few steps assuming the case of downloading program from USB to PLC:
1. Copy the PLC program (.DVP) into an USB memory stick
2. Insert the memory stick into the USB port of the HMI
3. Enter the system menu of the HMI by pressing the “SYSTEM” button (at the rear side of the HMI) for few seconds. You will hear a “bip” sound
4. Enter the “Up/Download” sub menu
5. Select “HMI <->PLC” transfer mode by navigating through the “LEFT” and “RIGHT” buttons at the bottom
6. Click “USB:\” on the left part of the screen and select the PLC program file you want do download
7. On the right part of the screen, select the COM port that is connected to the PLC (COM1 in this example)
8. After selecting COM1, HMI will search PLC automatically
9. Once the PLC is found by the HMI, user can download the program by pressing “Download” button
Important note: The file name in the PLC to be uploaded or downloaded using this function must be DVP-xxx.dvp (xxx must be a number between 000 and 999.)
For DVP04TC-s/ DVP04PT-s and DTE its is possible to configure the input channels for different sensor types and also disable the unused channels. This will prevent flashing error LED when no other errors are present.
For DVP04TC-s and DVP04PT-S we use Control Register 1 (CR#1):
Example 1: For DVP04TC-S set CH1 for J-type sensor, CH2 K-type sensor, CH3 T-type sensor and disable CH4.
CH1 = (b2-b0) = (0, 0, 0) for J-type
CH2 = (b5-b3) = (0, 0, 1) for K-type
CH3 = (b6-b8) = (1, 0, 0) for T-type
CH4 = (b11-b9) = (1, 1, 1) to disable channel
Example 2: For DVP04PT-S set CH1 for PT100 sensor, CH2 NI100 sensor and disable CH3-4.
CH1 = (b3-b0) = (0, 0, 0, 0) for PT100
CH2 = (b7-b4) = (0, 0, 0, 1) for NI100
CH3 = (b11-b8) = (1, 1, 1, 1) to disable channel
CH4 = (b15-b12) = (1, 1, 1, 1) to disable channel
For DTE we use Function Address 10F6H :
Example 3: For DTE set CH1 – CH4 Enable, CH5 -CH7 Disable & CH8 Enable:
CH1(b0) = (0) Enable
CH2(b1) = (0) Enable
CH3(b2) = (0) Enable
CH4(b3) = (0) Enable
CH5(b4) = (1) Disable
CH6(b5) = (1) Disable
CH7(b6) = (1) Disable
CH8(b7) = (0) Enable
Write data 01110000 0r 70H to Function Address 10F6H
MODBUS RTU is a layer 2 network protocol created in the end of the 70’s with the necessity of a fieldbus protocol in industry to transmit and receive data in a simple way through the many devices of a network, in mind. MODBUS RTU uses RS-485 electrical standards and works on a Master-Slave setup, where a master writes and reads data into the registers of the slaves in the network. It has become the default protocol in many industry devices like PLCs, drives, sensors and it is highly used nowadays.
The Delta C2000 also uses MODBUS RTU as a built-in communication protocol. In this application note we are going to learn how to set up a Master – slave configuration, write, read and program the internal PLC with ISPsoft to work on a peer-to-peer (P2P) application with 2 motors, one used as a master and other as a slave. P2P is used when we want both motors to run at the same speed together in an application and monitor their current, its typical use can be applied to pumps, fans, conveyors, rollers. It can be also taken as an alternative for the analog input/output of the drive, when we need more than just 2 measurements. Delta C2000 also permits to create a small Text panel customized display with TPEditor, which we will follow at the end of the chapters.
This week we would like to show you two new function blocks (FB) that we have developed to make even easier to use Delta Industrial Automation products.
Usually we need to control several AC drives from a single Master PLC and Modbus communication is a cheap and helpful way to get it.
In order to reduce programming and commissioning time we have developed two FB:
COM2_VFDLINK: Configures the communication parameters (baudrate, number of bits, parity,…) that all the nodes on the network have to share and informs about the communication state of each node.
DELTA_VFD: Controls each one of the slaves VFD, we can Start/Stop, Forward/Reverse, frequency command and reset faults. On the other side, the FB informs us about the status of the drive, alarm code, output frequency and output current.
Below you’ll find the FB library ready to be imported in your ISPSoft and a little pdf explaining the I/O of each FB, enjoy it!
DVP12-SE PLC can be configured to exchange data between other PLCs via Ethernet(modbus TCP/IP) by using DCISoft Software. DCISoft Software is an integrated configuration tool of Delta network modules for WINDOWS operation system. Below is how to configure DVP12-SE for Data Exchange with other PLCs.
Ethernet function of DVP12-SE PLC
Follow the steps below to configure DVP12-SE for Data Exchange.
1. Communication Setting: Start DCISoft in your PC, and click Communication Setting on the Tools menu.
When the DCISoft opens as shown above,Click the communication settings icon on the tool menu as shown below. Set the communication type and the communication parameter that you prefer to use on your PC for connecting the DCISoft with the DVP12-SE PLC .
2. Auto Search
After setting the communication type and communication parameter, then push the “Auto Search” button to search for the DVP12-SE in the DCISoft for configuration.
3. Setup Overview : after the step above, the interface below will appear. Double-click on the DVP12-SE module icon contained in the interface below to enter the setup overview page.
4. Overview
After the step above, the interface below will appear which contains several tabs in the tool bar. The first tab is the overview tab, this tab shows the current basic status of the DVP12-SE PLC module. I will further talk about theBasicand theData Exchangetabs used for the configuration of the DVP12-SE PLC.
5. Basic settings
Push the basic tab, the interface below for setting the network parameter will appear.
5.1 Module name: There can be many DVP12-SE on the network. Thus, you can set up a module name for each module to identify the module when you need to use them.
5.2 Network setup: In the IP configuration field, you can Enable DHCP (DHCP: is Automatically updated by the server. There has to be a server in the LAN) or static IP. (Static IP: Is Preset or manually modified by the user). if you choose Static IP, manually modified the; IP address, Subnet mask(Netmask ) and the Gateway IP.
6. Data Exchange
Click the data exchange tab, the interface below will appear. The Data Exchange is used for configuring exchange of data between PLC via network. A Delta Ethernet master can read/write data from/into a slave.
If a device which is not a Delta PLC is connected, users can use the hexadecimal four-digit MODBUS address of the device for data exchange.
6.1. Enable data Exchange:
Users can enable or disable a data exchange. After a data exchange is enabled, the data will
be exchanged
6.2 .Enable Condition:
In theenable condition field,you can select Always Enable,Program Control or PLC Run. If Always Enable is selected,DVP12-SE will execute data exchange continuously until the setting in DCISoft is changed.
If Program Control is selected, DVP12-SE will execute data exchange according to the
program setting. If PLC Run is selected, DVP12-SE will execute data exchange when the DVP12-SE Run Mode switch is activated
6.3. Slave ID, IP Address and Enable (Station Address-IP Address:)
You have to type in the IP address of the slaves. for example, If the IP address of a slave is 192.168.0.1, and the station number of the slave is 1, you can type 1 in the first Slave ID cell, select the box in the first Enable cell, and type in the first IP Address cell. You have to enable and include the IP addresses of the other PLC that will be slaves
6.4. Master Device, Slave Device, and Quantity:
below is a brief information about the function of Master Device, Slave Device, and Quantity in data exchange dialog box of DCISoft.
In the Master Device, Slave Device cell, if the the slaves device is a Delta PLC, enter the starting D register that you will use for data exchange.
If the slave is a third party device(not a delta PLC), enter the an hexadecimal four-digit MODBUS address that the device will use for data exchange. see below the meaning of the arrow signs in the master device and slave device column of data exchange page in DCISoft.
Reading (←): Initial reception register in a master← Initial transmission register in a slave
Writing (→): Initial transmission register in a master→ Initial reception register in a slave
6.5. Quantity: A slave station can send 100 pieces of data at most and receive 100 pieces of data at most Simultaneously
See explanation below on how the Quantity field of data exchange works.
From the figure above, with the quantity specified as 100, see explanation below what the specified D registers does.
writing data from the slave side and receiving data at the master side (← )
Looking at the first row of the Master Device and Slave Devicecolumn as contained in the figure above, The master will use D register ; D0, D1……….up to D99 (that is possible 100 pieces of different data base on the “100” Quantity Specified in DCISoft) to receive the data written by D99, D100…..up to D199 of the slave simultaneously. (that is possible 100 pieces of different data base on the “100 ” Quantity Specified in DCISoft)
writing data from the master side and receiving data at the slave side (→)
Looking at the second row of the Master Device and Slave Devicecolumn as contained in the figure above, The master can write data to the slave D register using D200, D201……up to D300 and the slave can read this data using D300, D301…D400.
From the configuration above, I can send and receive up to 100 pieces of different data by enabling data exchange and specifying a quantity of 100.
7. Reconstruction
To save your configuration to your PC desktop or USB stick, push the new button as show above and save the DCISoft file
Example
Look at the video below to see how I send and receive data between two DVP12-SE using the configuration that I explained earlier above, I use one DVP12-SE PLC as a master and the other DVP12-SE PLC as a slave for data exchange.
Hannover Messe 2016 is just finish, one year more.
For those who came, welcome, and for those who couldn’t pass by, this is what we showed.
MS300/MH300
MS300 means Standard Compact Drive & MH300 means High Performance Compact drive
Small and compact format to replace our beloved VFD-E, and yes, both have PLC integrated, but no size limits anymore! 2K steps and 5K steps respectively.
Let’s see If we’re on time to give it a ride within this year!
PPC series
Industrial PC’s! So far 2 models of 15″ and 19″ inch, both with sexy silver IP65 frame, and of course compatible with Windows XP, Windows 7 and Linux.
A2 400V
Size Matters! finally the new A2 400V series, specifically for European market. At this moment only M version available, and don’t try to weight the motor alone!
DMPS
First complete Delta solution.
If you have to pump, let us know, we can provide not only the hardware, but also the software. Just plug and play.
DX-Series & DIACloud
Delta Remote control solution.
No more ask IT guys to open the port for my machine, this is the tool you need to directly connect the machine to the cloud, and show to the boss how can he connect form his mobile phone. piece of cake.
And last but not least
AS300
Brand new PLC Series in the middle between DVP and AH500.
Is the kind of PLC that you’ll expected, with the flexibility and programming langages of AH500, but with a cost more closer to DVP.
Nevertheless we’ll need still more time until this is real, don’t expect it until 2017.
Good news for our followers.
If you never have been on the Industrial Automation top event in Europe, now it’s your time!
We give free entrance tickets with one only condition! please visit us on Hall 11, Stand A49, and let us know that you are one of our readers.
We’ll be happy to give you sneak preview of what’s coming from Delta Headquarters to help you on your future projects.
Read below message and follow the instructions:
Delta to Highlight its Strengthened Capabilities in Automation and Energy Management Solutions at Hannover Messe 2016 Register now for your free entrance ticket for the Hannover Messe from 25-29 April, Stand A49, Hall 11.
Indicated for beginners, experts, professionals and amateurs.
Our brand new Delta starter kit is ready for you.
The idea is give you quick and easy system configuration to practice your programming skills.
There’s 2 starter kits, the Standard and the Ethernet, feel free to choose whatever you prefer just clicking on below link. Starter kit landing page
You just need to add your personal data on that webpage and our partners will contact you for the delivery.
The Kit is composed by PLC, HMI, power supply and all the necessary cables for program them. It also came with USB disk with several training examples and manual.
You can find a description of both kits on this link
In case you need more exhaustive information use this other one link.
This is the perfect kit for everyone who wants to introduce in Delta programming software.
In case you already have your Delta elements, and just want the training tools, feel free to download all the information for free from our website.
Enjoy, and do not hesitate to share your experience with us.