Você está na página 1de 8

Technical Announcement

IABU, DELTA ELECTRONICS, INC 5 General Classified Top secret

Product

WPLSoft

Applicable Model

DVP Series

Confidential Level ECN No.

N/A
PLC-01-EN-121107-01

Published by Published to

PLC Division

Publisher

John Huang

Publication No. Date of Publication

Nov. 7, 2012

Taiwan Sales, Product Manager, DGC, DEU, DPR, DES, DEJ

Object: Releasing WPLSoft version 2.31 Purpose: The functions which are added and the functions which are modified in WPLSoft version 2.31 are described. The functions which are added and the functions which are modified are described below. 1. The comparison instructions, the basic instructions which can be modified by parameters, and ATMR are added. A. Comparison instructions (API 296~313) Format and description: LDZ S1 S2 S3 S1: Data source 1; S2: Data source 2; S3: Comparison value S2 is subtracted from S1. The absolute value of the difference gotten is compared with the absolute value of S3. Take API 296 (LDZ>) for example. If the comparison result is that the absolute value of the difference gotten is larger than the absolute value of S3, the condition of the instruction is met. If the comparison result is that the absolute value of the difference gotten is less than the absolute value of S3, the condition of the instruction is not met. LDZ can be connected to a mother line directly.
API number 16-bit instruction 32-bit instruction 296 297 298 299 300 301 302 303 304 305 306 307 308 LDZ> LDZ>= LDZ< LDZ<= LDZ LDZ<> ANDZ> ANDZ>= ANDZ< ANDZ<= ANDZ ANDZ<> ORZ> DLDZ> DLDZ>= DLDZ< DLDZ<= DLDZ DLDZ<> DANDZ> DANDZ>= DANDZ< DANDZ<= DANDZ DANDZ<> DORZ> ON OFF

|S1- S2| > |S3| |S1- S2| |S3| |S1- S2| < |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| > |S3| |S1- S2| |S3| |S1- S2| < |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| > |S3|

|S1- S2| |S3| |S1- S2| < |S3| |S1- S2| |S3| |S1- S2| > |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| < |S3| |S1- S2| |S3| |S1- S2| > |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| |S3|

QUALITY RELIABILITY EXCELLENCE


1

API number 16-bit instruction 32-bit instruction 309 310 311 312 313 ORZ>= ORZ< ORZ<= ORZ ORZ<> DORZ>= DORZ< DORZ<= DORZ DORZ<>

ON

OFF

|S1- S2| |S3| |S1- S2| < |S3| |S1- S2| |S3| |S1- S2| |S3| |S1- S2| |S3|

|S1- S2| < |S3| |S1- S2| |S3| |S1- S2| > |S3| |S1- S2| |S3| |S1- S2| |S3|

Example D11 is subtracted from D10. If the absolute value of the difference gotten is larger than K200, Y10 is ON. If the absolute value of the difference gotten is less than or equal to K200, Y10 is OFF.
LDZ> D10 D11 K200 Y10

B. Basic instructions which can be modified A basic instruction can be modified by a parameter, e.g. LD M1@E1. The ladder diagram is shown below. Example

C. ATMR: Timer of the contact type ATMR is the combination of AND and TMR. When the contact preceding ATMR is ON, the timer specified measures time. If the value of the timer is the same as the setting value (timer value>=setting value), the AND contact is ON. If the contact preceding ATMR is not ON, the value of the timer is cleared. Example
X0 ATMR T5 K1000 Y0

D. Models which support these instructions: Model EH3 SV2 ES2/EX2 SS2 Version (above) V1.40 V1.20 V3.20 V3.00

SA2 SX2 V2.60 V2.40

SE V1.20

QUALITY RELIABILITY EXCELLENCE


2

2.

TP04P is supported. TP04P does not support high-speed pulse output, the instructions FROM and TO, and the instructions related to Modbus. Please refer to the user manual for more information.

3.

The simulator, wizard, and PLC Link are updated. A. Simulator: The version of the simulator is 0.85. The simulator supports the instructions listed above. B. Wizard: The wizard in WPLSoft version 2.30 below is restored and updated.

Icon

Name PID High Speed Counter High Speed Pulse Output Communication Program Positioning Control Auxiliary Setup for Extension Modules Sending Message Setup 2-axis Motion Control Temperature Monitor Interrupt Service Extension Module AIO modules LoadCell modules

Function Auxiliary function of the PID instruction Auxiliary function of the high-speed counter Auxiliary function of the high-speed pulse output Auxiliary function of the communication program Auxiliary function of the position control Auxiliary setup for the extension modules Auxiliary function for the sending of the message by GSM MODEM 2-axis motion of the EH2/SV series PLC Monitoring the temperature through the communication. Auxiliary function of the interrupt service Monitoring the extension module through the communication Setting the AIO modules Setting the LoadCell modules

QUALITY RELIABILITY EXCELLENCE


3

C. PLC Link: The version of the PLC Link is 1.346. The PLC Link supports TP04P.

4. There are 50000 file registers in a DVP-EH3/DVP-SV2 series PLC. Old software: There are inner file registers and memory card file registers in an EH3/SV2 series PLC.

New software: The new software supports 50000 file registers. These file registers are displayed in five pages. 10000 file registers in a page.

Models which support this function: DVP-EH3 version 1.40 and above, and DVPSV2 version 1.20 and above

QUALITY RELIABILITY EXCELLENCE


4

If Transmit in the first page is clicked, users can set the number of data which will be read, and the number of data which will be written.

If Transmit in the 2nd/3rd/4th/5th page is clicked, the data in the 1000th~49999th will be downloaded automatically, and users can set the number of data which will be read.

These inner registers are stored in the memory in a PLC. The 10000th~49999th file registers are latched file registers. The data in the 10000th~49999th file registers does not appear when the battery runs down. If a memory card is inserted in a DVP-EH3 series PLC, the data in 10000th~49999th file registers will be stored in the memory card automatically. Users can copy the parameters in the memory card into the PLC.

QUALITY RELIABILITY EXCELLENCE


5

5.

There are file registers in a DVP-ES2/DVP-EX2/DVP-SA2/DVP-SX2 series PLC. A. There are 5000 file registers (0th~4999th file registers). B. Models which support these files registers z DVP-ES2/EX2: Firmware version 2.80 and above z DVP-SA2: Firmware version V2.60 and above z DVP-SX2: Firmware version V2.40

QUALITY RELIABILITY EXCELLENCE


6

6.

The device comment list varies with the model selected. After the model in the Select drop-down list box is changed, the Warning window will appear. If users click Yes, the current device comment list will be cleared (including the comments that the users type), and the device comment list for the new model will be loaded. If the users click NO, the device comment list will be not changed.

Example: After the model in the model set drop-down list box is changed from EH3 to ES2, the result will be as shown below.

QUALITY RELIABILITY EXCELLENCE


7

7.

VFD-E series AC motor drives support the setting of the number of times the password can be typed. A VFD-E series AC motor drive whose firmware version is 1.2 or above supports the setting of the number of times the password can be typed.

After users set the number of times the password can be typed, the remaining number of times the password can be typed will be shown if the program is downloaded or uploaded.

8.

There is no limit on the number of lines in a ladder diagram. In WPLSoft version 2.30 and below, there are at most 2000 lines in a ladder diagram. In this new version of WPLSoft, there is no such limit.

Download the software:


http://www.delta.com.tw/product/em/download/download_main.asp?act=3&pid=3&cid=1&tpid=3

QUALITY RELIABILITY EXCELLENCE


8

Você também pode gostar