Denso RC5 Especificações Página 420

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 692
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 419
13-38
'Display in the lower row
loopcnt = 0
while loopcnt < 6 'Loop 6 times.
btn_no = btn_adrs + 10 + loopcnt
minx = 10 + ((loopcnt mod 6)*100)
miny = 120 + ((loopcnt / 6)*100)
maxx = 100 + ((loopcnt mod 6)*100)
maxy = 190 + ((loopcnt / 6)*100)
io_adrs = IO_PB_ADRS+6+loopcnt
var_index = var_index + 1
'Common process
set_button (btn_no),(1),(minx)
set_button (btn_no),(2),(miny)
set_button (btn_no),(3),(maxx)
set_button (btn_no),(4),(maxy)
set_button (btn_no),(9),(enable)
set_button (btn_no),(10),(visible)
set_button (btn_no),(11),(var_type)
set_button (btn_no),(12),(var_index)
set_button (btn_no),(14),(panel_no)
'Label display
select case loopcnt
case 0
' set_button btn_no,B_KIND,3DBUTTON_V 'Set button type.
set_button btn_no,B_KIND,3DBUTTON_V2 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,MAGENTA 'Set background color.
set_button btn_no,B_FGCOLOR,RED 'Set foreground color.
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
case 1
' set_button btn_no,B_KIND,3DBUTTON_V 'Set button type.
set_button btn_no,B_KIND,3DBUTTON_V2 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,LIGHTGRAY 'Set background color.
set_button btn_no,B_FGCOLOR,BLACK 'Set foreground color.
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
case 2
' set_button btn_no,B_KIND,3DBUTTON_V 'Set button type.
set_button btn_no,B_KIND,3DBUTTON_V2 'Set button type
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,BLUE 'Set background color.
set_button btn_no,B_FGCOLOR,WHITE 'Set foreground color.
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
case 3
' set_button btn_no,B_KIND,3DBUTTON_V 'Set button type.
set_button btn_no,B_KIND,3DBUTTON_V2 'Set button type.
set_button btn_no,B_IO_NO,io_adrs 'Set I/O address.
set_button btn_no,B_BGCOLOR,GREEN 'Set background color.
set_button btn_no,B_FGCOLOR,YELLOW 'Set foreground color.
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
Vista de página 419
1 2 ... 415 416 417 418 419 420 421 422 423 424 425 ... 691 692

Comentários a estes Manuais

Sem comentários