![GSK 980TC3 Series Скачать руководство пользователя страница 61](http://html.mh-extra.com/html/gsk/980tc3-series/980tc3-series_manual_2275232061.webp)
Chapter 5 PLC Functional Code
49
Ⅰ
Programming
capacity) in the data table can be specified by specifying the address. Thus allowing change in table
capacity even after writing the sequence program in the ROM.
Format:
REP
(
W
)
RST
ACT
DSCH
S1
Storage
address
of data
in data
table
S2
Data
table
head
address
S3
Search
data
address
Length
Format
S4
Output
address
of
search
result
Fig. 5-29-1
Control conditions:
Check repetition
(
REP
)
REP=0
:
Execute the DSCH instruction, search begins from the head address, and the
repetition will be omitted, the search stops when the target data is found in the
first time, and output its address. If the searched data is not found, W=1.
REP=1
:
Execute the DSCH instruction, if the searched data is not found or is two
(
or
more than two
)
, W=1.
Reset
(
RST
)
RST=0
:
Release reset.
RST=1
:
Reset. W=0.
Activation instruction (ACT):
ACT
=
0 : Do not execute DSCH instruction, W does not change.
ACT
=
1 : Execute DSCH instruction. If the search data is found, table number where
the data is stored will be output. If the search data is not found, W becomes
1.
Parameter:
Length
:
Specifies data length
1
:
1-byte long data.
2
:
2-byte long data.
S1
:
Storage address of number of data in data table. This address requires
memory of number of byte according to the format designation. Number of data
in the table is n+1(head number in the table is 0 and the last number is n).
S2
:
Data table head address.
S3
:
Search data input address.
S4
:
Search result output address. Actual transmission address=head address
+index value
,
index value is 0
~
(S1-1)
,
the actual transmission address
Содержание 980TC3 Series
Страница 13: ...1 Programming Ⅰ Programming Ⅰ ...
Страница 14: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 2 一 Programming ...
Страница 24: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 12 一 Programming ...
Страница 32: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 20 一 Programming ...
Страница 71: ...59 Operation Ⅱ Ⅱ Operation ...
Страница 72: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 60 Ⅱ Operation ...
Страница 86: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 74 Ⅱ Operation ...
Страница 96: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 84 Ⅱ Operation ...
Страница 97: ...85 III Ⅲ Function III Function ...
Страница 98: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 86 Ⅲ Function ...
Страница 114: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 102 Ⅲ Function ...
Страница 136: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 124 Ⅲ Function ...
Страница 138: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 126 Ⅲ Function ...
Страница 140: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 128 Ⅲ Function ...
Страница 148: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 136 Ⅲ Function ...
Страница 149: ...137 Installation and Connection Ⅳ Ⅳ Installation and Connection ...
Страница 150: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 138 Installation and Connection Ⅳ ...
Страница 156: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 144 Installation and Connection Ⅳ ...
Страница 208: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 196 Appendix Appendix ...
Страница 209: ...197 附 录 Appendix ...
Страница 218: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 206 Appendix ...
Страница 226: ...GSK980TC3 Series Bus Turning CNC system PLC Installation and Connection User Manual 214 Appendix ...