Denso RC5 Specifications Page 421

  • Download
  • Add to my manuals
  • Print
  • Page
    / 692
  • Table of contents
  • BOOKMARKS
  • Rated. / 5. Based on customer reviews
Page view 420
Chapter 13 Input/Output Control Statements
13-39
case 4
' 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,CYAN 'Set background color.
set_button btn_no,B_FGCOLOR,LIGHTMAGENTA 'Set foreground color
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
case 5
' 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,GRAY 'Set background color.
set_button btn_no,B_FGCOLOR,LIGHTBLUE 'Set foreground color.
var_index = loopcnt
set_button btn_no,B_VALUE_NO,var_index
change_bCap btn_no,bcap7
end select
loopcnt = loopcnt + 1
wend
'Creating a 3D button for returning to screen 0
io_adrs = 128
minx = 510
maxx = 600
miny = 250
maxy = 320
btn_no = 92
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)
set_button btn_no,B_KIND,3DBUTTON_IO '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.
change_bCap btn_no,bcap6 'Set button number.
disp_page panel_no 'Display specified screen.
END
Page view 420
1 2 ... 416 417 418 419 420 421 422 423 424 425 426 ... 691 692

Comments to this Manuals

No comments