Denso RC5 Specifikace Strana 419

  • Stažení
  • Přidat do mých příruček
  • Tisk
  • Strana
    / 692
  • Tabulka s obsahem
  • KNIHY
  • Hodnocené. / 5. Na základě hodnocení zákazníků
Zobrazit stránku 418
Chapter 13 Input/Output Control Statements
13-37
'Label display
select case loopcnt
case 0
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,RED 'Set foreground color.
change_bCap btn_no,bcap0 'Set button number.
case 1
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,BLACK 'Set foreground color.
change_bCap btn_no,bcap1 'Set button number.
case 2
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,WHITE 'Set foreground color.
change_bCap btn_no,bcap2 'Set button number.
case 3
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,YELLOW 'Set foreground color.
change_bCap btn_no,bcap3 'Set button number.
case 4
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,LIGHTMAGENTA 'Set foreground. color
change_bCap btn_no,bcap4 'Set button number.
case 5
set_button btn_no,B_KIND,LABEL 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,LIGHTBLUE 'Set foreground color.
change_bCap btn_no,bcap5 'Set button number.
end select
loopcnt = loopcnt + 1
wend
Zobrazit stránku 418
1 2 ... 414 415 416 417 418 419 420 421 422 423 424 ... 691 692

Komentáře k této Příručce

Žádné komentáře