You are on page 1of 12

2.

HPP02 BASIC OPERATION


1. PGM CAPACITY: To display the HPP02 internal user programming capacity and
modify HPP02 users programs for all PLC models. (Users can select 2000 or
4000 or 8000 or 16000 STEPS).
2. OS VERSION: To display HPP02 operation system version.
3. PASSWORD: It is disabled in HPP02 OFF-LINE MODE.
7. PLC<-> M_CARD: HPP02 will check if it needs password first. If yes, you should input the
correct password to enter the following items.
1. HPP<- M_CARD: Reading internal program from the M_CARD to HPP02 user
programming area. It will use all the memory (16K), but parameter PGM
CAPACITY doesnt have any change.
2. HPP-> M_CARD: Writing the program from HPP02 user programming area into
M_CARD. (No matter what the setting of PGM CAPACITY is) Before writing, you
can choose to set password or not.
3. M_CARD CHECK: Check sum of M_CARD.
8. FILE REGISTER: It is disabled in OFF-LINE mode.
9. BUS SCOPE: communication format is ASCII mode / RTU mode, transmission rate is 9600
bit/sec, Even parity, 1 start bit and 1 stop bit, 7-bit data. That is 9600,7,E,1.
1. RS-232: Using Pins 2(RXD) and 5(GND) of HPP02 series communication port.
Please refer to Chapter 4.4 for detail.
2. RS-485: Using Pins 6 (RS-485+) and 9 (RS-485-) of HPP02 series
communication port. Please refer to Chapter 4.4 for detail.

2.2. HPP02 Program READ / WRITE


There are three parts of HPP02 program READ / WRITE.
1. HPP02 to PLC MPU,
2. HPP02 to PC,
3. HPP02 to M_CARD.
2.2.1 PLC Program READ / WRITE
Please refer to the following steps for operating in PLC connection mode.

2-8

Read segment program (PLC HPP02)

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2. HPP02 BASIC OPERATION




To move the cursor to item 0 and press




To move the cursor to item 1 and press









NOP

or

Entering the transmission between HPP02 and PLC.

MPS

or

Entering the READ mode.

MPS

To move the cursor to item 1 and press

or

Entering the SEGMENT PROGRAM MODE.


CLEAR

Pressing
key to cancel the program read
segment function and return to the previous step.
Pressing
function.

key to execute program read segment

Entering PROGRAM READ SEGMENT MODE, and it is


reading.

Reading from PLC program, which address is from 0 to


END command, to HPP02.
After reading, press

key to return to main menu.

Read the whole program (PLC HPP02)




To move cursor to item 0 and press




To move cursor to item 1 and press

NOP

or

Entering the program transmission between HPP02 and


PLC.
MPS

or

Entering the READ mode.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2-9

2. HPP02 BASIC OPERATION









or

Entering read all program mode.

CLEAR

Pressing
key to cancel program read all function
and return to the previous step.
Pressing

key to enter program read all function.

Entering PROGRAM READ ALL MODE and it is reading.

Reading all PLC program from PLC to HPP02.


Pressing

key to return to menu when completed.

Write segment PLC program (HPP02 PLC)




2-10

MRD

To move cursor to item 2 and press

NOP

To move cursor to item 0 and press

or

Entering the program transmission between HPP02 and


PLC.







If the message as shown in the left is displayed, it means


the capacity of HPP02 and PLC are mismatch.




To move cursor to item 1 and press

MRD

To move cursor to item 2 and press

or

Entering the WRITE mode.

Pressing
key to modify the capacity of HPP02 to be
the same as PLC MPU and enter WRITE mode.
CLEAR

Pressing
key to cancel and return to the previous
page. And user also can enter item 6 PARAMETER
SET to reset the capacity of user program of HPP02.
Please refer to Chapter 3.4 for detail.
MPS

or

Entering SEGMENT PROGRAM MODE.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2. HPP02 BASIC OPERATION










CLEAR

Pressing
key to cancel write segment program
function, and return to the previous step.
Pressing
function.

key to execute write segment program

Writing HPP02 segment program into PLC.


Entering the WRITE mode and the data is writing.
Pressing

CLEAR

key to break the WRITE function

Writing the HPP02 program, which locates from address 0


to END command, into PLC.
Pressing

key to return to menu when completed.

If the display unit shows the message as the left during the
WRITE mode, which means program error (the PLC
ERROR LED will flash at this moment). You can check the
ERROR CODES on Chapter 4.1 to find out the exact error.
Pressing

key to return to main menu.

Write all PLC program (HPP02 PLC)









NOP

To move cursor to item 0 and press

or

Entering the program transmission between HPP02 and


PLC.
MRD

To move cursor to item 2 and press

or

Entering the WRITE mode.

If the message as shown in the left is displayed, it means


the capacity of HPP02 and PLC are mismatch.
Pressing
key to modify the capacity of HPP02 to be
the same as PLC MPU and enter WRITE mode.
CLEAR

Pressing
key to cancel and return to the previous
page. And user also can enter item 6 PARAMETER
SET to reset the capacity of user program of HPP02.
Please refer to Chapter 3.4 for detail.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2-11

2. HPP02 BASIC OPERATION
















MRD

To move cursor to item 2 and press

or

Entering the write all program MODE.

CLEAR

Pressing
key to cancel program write all function
and return to the previous step.
Pressing

key to execute program write all function.

Writing all HPP02 program into PLC.


Entering the WRITE mode and the data is writing.
Pressing

CLEAR

key to break the WRITING.

If the display unit shows the message as the left during the
WRITE mode, which means program error (the PLC
ERROR LED will flash at this moment). You can check the
ERROR CODES on Chapter 4.1 to find out the exact error.
Pressing

key to return to main menu.

If the display unit shows the message as the left, it


indicates that MPU is running. At this moment, it cant write
and you must stop the PLC first. Please refer to the
Chapter 2.3.
Pressing

CLEAR

key to return to main menu.

If the display unit shows the message as the left during the
WRITE mode, which means partial data are incorrect or
cant be written. Repeat the steps, if it appears again,
which means the MPU is malfunction.
Pressing

key to return to main menu.

To complete to Programs WRITE. Pressing


return to main menu.

key to

2.2.2 PC Program READ / WRITE


To set the connection item to HPP02 in the WPLSoft (for WINDOWS) or DPLSoft (for
DOS) of PC in the PC ON-LINE MODE. Please refer to Chapter 2.1.2 for HPP02 and PC
connection. Following is the basic operation.

2-12

READ partial PC program (PC HPP02)

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2. HPP02 BASIC OPERATION




To move cursor to item 0 and press




To move cursor to item 1 and press









NOP

or

Entering the program transmission between HPP02 and


PC.
MPS

or

Entering the READ mode.

MPS

To move cursor to item 1 and press

or

Entering segment program MODE.


CLEAR

Pressing
key to cancel program read segment
function and return to the previous step.
Pressing
function.

key to enter program read segment

Entering the READ mode and the data is reading.

Reading PC program, which locates from address 0 to


END command, to HPP02 programming area.
After reading, pressing

key to return to main menu.

READ all PC program (PC HPP02)




To move cursor to item 0 and press




To move cursor to item 1 and press




To move cursor to item 2 and press

NOP

or

Entering the program transmission between HPP02 and


PC.
MPS

or

Entering the READ mode.

MRD

or

Entering read all program mode.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2-13

2. HPP02 BASIC OPERATION







CLEAR

Pressing
key to cancel program read all function
and return to the previous step.
Pressing

key to enter program read all function.

Entering the program read all mode and the data is


reading.

Reading whole PC program (WPLSoft or DPLSoft) to


HPP02 programming area.
Pressing

key to return to the main menu.

Write Partial PC Program (HPP02 PC)




To move cursor to item 0 and press




To move cursor to item 2 and press

NOP

or

Entering the program transmission between Hpp02 and


PC.








2-14

MRD

or

Entering the WRITE mode.

MPS

To move cursor to item 1 and press

or

Entering write segment program mode.


CLEAR

Pressing
key to cancel program write segment
function and return to the previous step.
Pressing
function.

key to execute program write segment

Writing partial HPP02 program into PC (WPLSoft or


DPLSoft).
Entering the program write segment mode and the data
is writing.
Pressing

CLEAR

key to break writing.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED




2. HPP02 BASIC OPERATION


Writing HPP02 which address is from 0 to END
command into PC (WPLSoft or DPLSoft).
Pressing
completed.

key to return to the MAIN MENU, when

Write all PC Program (HPP02 PC)




To move cursor to item 0 and press




To move cursor to item 2 and press




To move cursor to item 2 and press









NOP

or

Entering the program transmission between HPP02 and


PC.
MRD

or

Entering the WRITE mode.

MRD

or

Entering the write all program mode.

CLEAR

Pressing
key to cancel program write all function
and return the previous step.
Pressing
function.

key to execute program write all

Writing all HPP02 program into PC (WPLSoft or


DPLSoft).
Entering the WRITE mode and the data is writing.
Pressing

CLEAR

key to break the writing.

Completing to write whole program.


Pressing

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

key to return to main menu.

2-15

2. HPP02 BASIC OPERATION


2.2.3 M_CARD READ / WRITE and Password Settings
You can execute the program in the M_CARD, READ / WRITE to the HPP02 and check
M_CARD in any mode with M_CARD. If it needs password for M_CARD and you should input
the correct password to enter. Please refer to the following to operate.

Without M_CARD:






or

Entering to program transmission between HPP02 and


M_CARD and check M_CARD.
Pressing
M_CARD.

CLEAR

key to return the MAIN MENU without

Return to the MAIN MENU.

M_CARD is locked by password:








2-16

RET

To move the cursor to item 7 and press

RET

To move cursor to item 7 and press

or

key.

Entering to program transmission between HPP02 and


M_CARD and check M_CARD.
Please enter four characters for password if M_CARD
is locked as shown in the left. (Password can be digits
and capital letters.)
If user forgets the password, it cant enter to operate the
function of M_CARD.
When forgetting password, there is a set of universal
SPACE

code (four
) to disable the password. But after
disabled, the program in M_CARD will be clear. Please
use it carefully.
User can use the function of clear program to clear the
program and password in M_CARD. Please refer to
Chapter 3.1 for detail.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2. HPP02 BASIC OPERATION

Times
Key

NOP
0
MPS
1
MRD
2
MPP
3








RST

Pressing

key to execute clear M_CARD.


CLEAR

Pressing
key to cancel the function clear
M_CARD and return to main menu.
You can set password by using the left chart.
The cursor will go to the next if you dont press any key
in one second after pressing.
CLEAR

You can press


key to go to the previous character
to set the password.
Please refer to the following explanation for M_CARD
write and password setting.

4
CNT
5
MCR
6
RET
7
SET
8
TMR
9
SPACE






Read M_CARD (M_CARD

If finishing password setting and password is incorrect,


please enter the Password error as shown in the left to
enter the correct password.
Pressing

CLEAR

key to return to main menu.

After entering the correct password, it will enter the


display as shown in the left.
If it doesnt need password for M_CARD, you can enter
the display as shown in the left directly.

HPP02)






MPS

To move the cursor to item 1 and press

or

Entering the READ mode.


CLEAR

Pressing
key to cancel read program function
and return to the previous step.
Pressing

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

key to execute read program function.


2-17

2. HPP02 BASIC OPERATION





Write M_CARD (HPP02

Entering the READ mode and the data is reading.

After finishing to read program, press


to main menu.

key to return

The password still exists after reading. You need to enter


the password in the next time.

M_CARD) and Password Settings







MRD

To move the cursor to item 2 and press

or

Entering the WRITE mode.


System will inquire to set password or not.
Pressing

key to execute set password.


CLEAR

Pressing
key to cancel the function of set
password and enter the item program write. At this
time, the password function is disabled.








2-18

It needs four characters for password. (Password can


be digitals and capital letters)
Please refer to the chart above to set the password.

To input password again to confirm. After inputting, it


will enter the item of write program.
CLEAR

Pressing
key to cancel write program function
and return to the previous step.
Pressing

key to execute write program function.

Entering the WRITE mode and the data is writing.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2. HPP02 BASIC OPERATION

Finishing to write program. You can press


to main menu.

to return

2.3. Program Mode


2.3.1 Screen Display
Step number
Line Cursor
Function mode
E means EDIT mode
dispaly

Instruction
Device symbol
Device number

it means that operand


uses indirect register
PLUSE type

32-bit command
Application command

2.3.2 Basic Command Input

After entering the basic command directly, input device name and device number. And
press Enter key to enter the item. If you want to interrupt the command, please press

CLEAR

key.
Example: Basic Command LD Y10







Entering the EDIT mode.

LD

Pressing

key.

CLEAR

Pressing
key to cancel the function of input
command and return to edit mode.
AND

Pressing

key.

CLEAR

Pressing
key to cancel the command input
and return to the EDIT mode.

DELTA ELECTRONICS, INC. ALL RIGHTS RESERVED

2-19

You might also like