Search

Delta Industrial Automation

Tips & Tricks

Author

juanpretorius

FTP SERVER FOR DOP-B & DOP-W

FTP Server enables users to download alarms, historical information and recipes from USB Disk or SD storage device to PC. Also possible to upload files from PC to USB or SD storage Device enabling the user to effect changes to alarms, historical information recipes and PLC program.

Supported HMI:

  • Network type

Supported connection methods:

  • Software for file transmission ( for example FileZilla )
  • Windows explorer
  • DOS command line

Connection Limit:

  • Maximum 3 on-line clients at the same time
  • FTP Server will automatically disconnected if unused for 90 seconds

Logon Methods:

  • Anonymous logon:
    • Users cannot add directory, upload/download files, delete files or change file names.
  • Account logon:
    • Users can add directory, upload/download files, delete files or change file names.

Example: Customer would like to upload existing recipe file to PC, make changes and then download to HMI. In this example we will use file transmission software FileZilla available here:  https://filezilla-project.org/download.php

Solution: Please see short video below where we run trough the setup process and run the application. Also available in the attachments are the HMI .dps file and documentation for FTP setup.

 

FTP Server_Recipe Update_dps file

FTP Server_Setup

Enjoy!

Customize Keypad Feature For DOP-W

For DOP-W series HMI it is possible to customize the layout and input keys for the onboard keypad entry.

These are the default keypad options in DOPSoft:

These options include all the basic keys that are needed in most applications but sometimes the users needs to customize the character entry for their design.

Example 1 : Customer would like to use the HMI for product rating system and log their details such as email address. For this the “@” character is needed which is not available on the custom keypad.

Solution: Please see link below for short video demonstration and also attached DOPSoft program.

 

DOP-W Custom Keypad .dps file

 

Enjoy

 

DVP04TC-S/DVP04PT-S & DTE Channel setup

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

04tc-s

to-tc

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

pt

to_pt

 

  • 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

dte

dte2

Enjoy!

 

Blog at WordPress.com.

Up ↑