Denso RC5 Dokumentacja Strona 415

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 414
Chapter 13 Input/Output Control Statements
13-33
change_pCap (Version 1.5 or later)
Function
Edits a caption for a specified page.
Format
change_pCap <PageNumber>,<Caption>
<PageNumber> Number indicating a page out of all pages arranged on
a TP operation panel.
<Caption> Character string to be displayed in the title bar of a
page.
Explanation
change_pCap displays a character string specified by <Caption> in the title
bar of a page specified by <PageNumber>.
Example
'!TITLE "<Title>"
PROGRAM sample4
.
.
.
pcap4 = "Cut workpiece"
page_no = 3
.
.
.
change_pCap page_no,pcap4
.
.
.
end
Page caption example
Przeglądanie stron 414
1 2 ... 410 411 412 413 414 415 416 417 418 419 420 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag