02.Pdf - MULTI PROG Introdution

Download as pdf or txt
Download as pdf or txt
You are on page 1of 60

GR-200 series

MULTI PROG Software

Toshiba Transmission & Distribution System (Viet Nam) LTD.


September, 2020

© 2019 Toshiba Energy System and Solution Corporation


Contents

01 What’s MULTI PROG


02 Installation
03 Basics
04 PLC Basic Functions
05 PLC Editing
06 Knowledge to use
© 2019 Toshiba Energy System and Solution Corporation
01
What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 2


What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 3


What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 4


What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 5


What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 6


What’s MULTI PROG

© 2019 Toshiba Energy System and Solution Corporation 7


02
Installation

© 2019 Toshiba Energy System and Solution Corporation 8


Installation

(1)
(2)
(3)
(4)

(*) Software update:


- User should uninstall the current MULTIPROG5.35
- After uninstalling, the user can install the new
software for the PC

© 2019 Toshiba Energy System and Solution Corporation 9


Installation

© 2019 Toshiba Energy System and Solution Corporation 10


Installation

© 2019 Toshiba Energy System and Solution Corporation 11


Installation

© 2019 Toshiba Energy System and Solution Corporation 12


03
Basics

© 2019 Toshiba Energy System and Solution Corporation 13


Basic

© 2019 Toshiba Energy System and Solution Corporation 14


Basic – Open Project
Open New Project Open Existing Project

Menu bar: Select “File” \“New Project…” or “Open Project/Unzip Project…”


© 2019 Toshiba Energy System and Solution Corporation 15
Basic – Save Project
Save Project Procedure

The user can select:


- (*.mwt) a normal type
- (*.zwt) compressed type

© 2019 Toshiba Energy System and Solution Corporation 16


Basic – Connect to IEDs

[Setting IP Address]
-right click and select ‘Settings’ at ‘G2_res:PPCE300_BE_PPC’;
-Key in IP address of the IED to connect.

© 2019 Toshiba Energy System and Solution Corporation 17


Basic – Connect to IEDs

Key in IP address of IED Key in address of Comm. port


into PLC Editor into PLC Editor. If “COM X” is
used;
IP:192.168.1.11 (default)
IP:127.0.1.X
(*)For example: COM10 is used
IP: 127.0.1.10
© 2019 Toshiba Energy System and Solution Corporation 18
Basic – Connect to IEDs

- User should run “TPC_SERIAL_IF.exe” is located in this path:


“C:\Program Files(x86)\KW-Software\MULTIPROG 5.35 Build xxx\G2_tool”

- Selection of the communication speed


operated in the “PPCE‡” or “ARM†”
software”:
(1). 115.2kbps for G2
(2). 921.6kbps for G2A (*)

© 2019 Toshiba Energy System and Solution Corporation 19


Basic – Compilation and Verification
- After changing logic in PLC file, User should compile project file by:
“Main Menu\Build\Make” or press shortcut key F9

- After the compilation is finished, the completion message will appear in


the “Build” tab

© 2019 Toshiba Energy System and Solution Corporation 20


04
PLC Basic Functions

© 2019 Toshiba Energy System and Solution Corporation 21


Data types available in the PLC
Data type Description Size Range Default initial value

BOOL Boolean 1 Either 0 or 1 0

SINT Short integer 8 -128 to 127 0

INT Integer 16 -32,768 to 32,767 0

DINT Double integer 32 -2,147,483,648 up to 2,147,483,647 0

USINT Unsigned short integer 8 0 up to 255 0

UINT Unsigned integer 16 0 up to 65,535 0

UDINT Unsigned double integer 32 0 up to 4,294,967,295 0

-3.402823466 E+38 (44pprox.. 7 digits) up to


-1.175494351 E-38 (44pprox.. 7 digits) and
REAL Real numbers 32 0.0
+1.175494351 E-38 (44pprox.. 7 digits) up to
+3.402823466 E+38 (44pprox.. 7 digits)
-1.798 E+308 (44pprox.. 15 digits) up to
-2.225 E-308 (44pprox.. 15 digits) and
LREAL Long real numbers 64 0.0
+2.225 E-308 (44pprox.. 15 digits) up to
+1.798 E+308 (44pprox.. 15 digits)

TIME Duration 32 0 up to 4,294,967,295 t#0s

BYTE Bit string of length 8 8 0 up to 255 (16#00 ... 16#FF) 0

WORD Bit string of length 16 16 0 up to 65,535 (16#00...16#FFFF) 0

DWORD Bit string of length 32 32 0 up to 4,294,967,295 (16#00....16#FFFFFFFF) 0 Energy System and Solution Corporation
© 2019 Toshiba 22
Function Overview
RS
[Flip Flop function ] RS
SET Q1
- RS (Reset dominant) RESET1

- SR (Set dominant)

CTUD

[Counter function ] CU
CTUD
QU

- CTU (Up-counter) CD QD

RESET CV
- CTD (Down-counter) LOAD

PV
- CTUD (Up-down-counter)

[Timer function ] TON_1


TON
- TP (Pulse) IN Q

t#1s PT ET
- TON (On-delay timer)
- TOF (Off-delay timer)
© 2019 Toshiba Energy System and Solution Corporation 23
Function Overview

© 2019 Toshiba Energy System and Solution Corporation 24


Function Overview

© 2019 Toshiba Energy System and Solution Corporation 25


Function Overview

© 2019 Toshiba Energy System and Solution Corporation 26


Function Overview

© 2019 Toshiba Energy System and Solution Corporation 27


Function Overview – Example of Application
(*Z Ph-Ph*)
Z2S_OPT
DIN_BOOL OR OR
UDINT#16#430001 FID DO M_BIT_01_0

UDINT#16#82 DTY PE ST (*to Output Slot*/BO*


(in I/O Setting)*)
UDINT#16#00021B23 DID

Z3S_OPT
DIN_BOOL
UDINT#16#430001 FID DO

UDINT#16#83 DTY PE ST

UDINT#16#00031B23 DID

Z4S_OPT
DIN_BOOL
UDINT#16#430001 FID DO

UDINT#16#84 DTY PE ST

UDINT#16#00041B23 DID
(*ARC Final Trip*)
ARC1_FT
DIN_BOOL OR
Z2G_OPT UDINT#16#4A6001 FID DO
(*Z Ph-G*)
DIN_BOOL OR UDINT#16#84 DT YPE ST
UDINT#16#431001 FID DO
UDINT#16#00011B6E DID
UDINT#16#82 DTY PE ST

UDINT#16#00021B69 DID
(*OC Trip*) OC1_OPT_TRIP
Z3G_OPT
DIN_BOOL
DIN_BOOL
UDINT#16#440001 FID DO
UDINT#16#431001 FID DO
UDINT#16#80 DT YPE ST
UDINT#16#83 DTY PE ST
UDINT#16#00011B23 DID
UDINT#16#00031B69 DID
OC2_OPT_TRIP
Z4G_OPT (*Switch On To Fault*)
DIN_BOOL
DIN_BOOL SOTF_ZS_TRIP
UDINT#16#440001 FID DO
UDINT#16#431001 FID DO DIN_BOOL OR
UDINT#16#430001 FID DO UDINT#16#80 DT YPE ST
UDINT#16#84 DTY PE ST
UDINT#16#83 DTYPE ST UDINT#16#00021B23 DID
UDINT#16#00041B69 DID
UDINT#16#00001B2B DID

SOTF_ZG_TRIP
(*EF Trip*) EF1_OPT _T RIP
DIN_BOOL
UDINT#16#431001 FID DO DIN_BOOL
UDINT#16#441001 FID DO
UDINT#16#83 DTYPE ST
UDINT#16#80 DT YPE ST
UDINT#16#00001B2B DID
UDINT#16#00011B23 DID
SOTF_OC_T RIP
DIN_BOOL EF2_OPT _T RIP
UDINT#16#454001 FID DO DIN_BOOL
UDINT#16#441001 FID DO
UDINT#16#83 DTYPE ST
UDINT#16#80 DT YPE ST
UDINT#16#00001B23 DID
UDINT#16#00021B23 DID

© 2019 Toshiba Energy System and Solution Corporation 28


Function Overview – Example of Application

SET TING_GROUP
DOUT_UINT
UDINT#16#201400 FID ST

UDINT#16#31 DTYPE
TON_1
UDINT#16#4000E1A0 DID
TON BOOL_TO_UINT MUL ADD ADD ADD
ACTIVE_G1 IN Q DI
S3_BI1
S3_BI1 t#1s PT ET UINT_1
OUT SET _G1

Stat

TON_2
S3_BI2
TON BOOL_TO_UINT MUL
S3_BI2
ACTIVE_G2 IN Q
OUT SET _G2
t#1s PT ET UINT _2
Stat

S3_BI3
S3_BI3
OUT SET _G3
TON_3
Stat TON BOOL_TO_UINT MUL
ACTIVE_G3 IN Q
S3_BI4
t#1s PT ET UINT _3
S3_BI4
OUT SET _G4

Stat

TON_4
TON BOOL_TO_UINT MUL
ACTIVE_G4 IN Q

t#1s PT ET UINT_4

© 2019 Toshiba Energy System and Solution Corporation 29


05
PLC Editing

© 2019 Toshiba Energy System and Solution Corporation 30


PLC Editing – PLC Input Logic

DIN_UINT_1
DIN_UINT
FID DO

DTY PE ST

DID

© 2019 Toshiba Energy System and Solution Corporation 31


PLC Editing – PLC Input Logic

© 2019 Toshiba Energy System and Solution Corporation 32


PLC Editing – PLC Input Logic

© 2019 Toshiba Energy System and Solution Corporation 33


PLC Editing – PLC Input Logic

© 2019 Toshiba Energy System and Solution Corporation 34


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 35


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 36


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 37


PLC Editing

© 2019 Toshiba Energy System and Solution Corporation 38


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 39


PLC Editing – PLC Output Logic

(*) Confirm that Group Variables (bit, uint08, ..., real32, real64)
are in included in “Global_Variables”

© 2019 Toshiba Energy System and Solution Corporation 40


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 41


PLC Editing – PLC Output Logic

© 2019 Toshiba Energy System and Solution Corporation 42


06
Knowledge to use

© 2019 Toshiba Energy System and Solution Corporation 43


Knowledge to use
1.

© 2019 Toshiba Energy System and Solution Corporation 44


Knowledge to use
2.

© 2019 Toshiba Energy System and Solution Corporation 45


Knowledge to use
3.

© 2019 Toshiba Energy System and Solution Corporation 46


Knowledge to use
[Initial Procedure / 4a. Adding Logic]
1. In the project tree window, right click “logical POUs”
and select “Insert->Program”

© 2019 Toshiba Energy System and Solution Corporation 47


Knowledge to use
[Initial Procedure / 4b. Adding Logic]
2. In the “Insert” window enter the Name of the
worksheet and click “OK”

© 2019 Toshiba Energy System and Solution Corporation 48


Knowledge to use
[Initial Procedure / 5a. Adding Tasks]
- The Task Execution Time settings can be adjusted for each set of tasks
1. In the Project Tree Window, select
“Physical Hardware->G2_config>G2_res-
>Task”;
2. Right click “Task” and click “Insert” as:

3. In the Insert window, enter a task


“Name”, select “Task type” and click “OK”

Task Type should be


EVENT

© 2019 Toshiba Energy System and Solution Corporation 49


Knowledge to use
[Initial Procedure / 5b. Adding Tasks]
4. After the task has been added, select the “Event” and set the “Priority” for
the task as

Select ‘Main 1’
Main1 means that this logic
executed on protection & control
task on G2 cyclically (1.67ms or
1.39ms).Less time critical logic can
be set with a slower cycle time.

Note: When an event “Main X” is selected, key in ‘0’ for


the priority. When an event other than “Main X” is
selected, key in ‘1’

© 2019 Toshiba Energy System and Solution Corporation 50


Knowledge to use
[Initial Procedure / 6a. Adding Logical POUs to Task]
1. Right click on the required Task and select “Insert Program instance”
as:

© 2019 Toshiba Energy System and Solution Corporation 51


Knowledge to use
[Initial Procedure / 6b. Adding Logical POUs to Task]
2. Enter a name for “Program instance”, select the logic required to be
added from “Program type” and click “OK”

(1). Enter a name for “Program instance”


(3). Click “OK”

(2). Select the logic required to be added from “Program type”

© 2019 Toshiba Energy System and Solution Corporation 52


Knowledge to use

© 2019 Toshiba Energy System and Solution Corporation 53


Knowledge to use

© 2019 Toshiba Energy System and Solution Corporation 54


Knowledge to use

© 2019 Toshiba Energy System and Solution Corporation 55


Knowledge to use

© 2019 Toshiba Energy System and Solution Corporation 56


Knowledge to use
[Checking the PLC error]

© 2019 Toshiba Energy System and Solution Corporation 57


Knowledge to use
[Troubleshooting]

Solution: user should key in the IP


address of the IED and “Build settings”
should be selected:
- “eCLR (Core 3.0.6)” for G2A
- “eCLR (Core 3.0.2)” for G2

© 2019 Toshiba Energy System and Solution Corporation 58


Thank you

© 2019 Toshiba Energy System and Solution Corporation 59

You might also like