Denso RC5 Especificaciones Pagina 407

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 692
  • Tabla de contenidos
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 406
Chapter 13 Input/Output Control Statements
13-25
13.5.1 Programming a TP operation screen
Program a TP operation screen as follows:
(1) Setting button parameters
Use set_button command to specify button parameters for a button.
(Example) Create a button numbered 1 with background (7) set to black (0)
set_button 1,7,0
(2) Setting page parameters
Use set_page command to specify page parameters for a page.
(Example) Create a page numbered 2 with background (3) set to red (4)
set_page 2,3,4
(3) Setting a button caption
Use change_bCap command to specify a desired button caption.
(Example) Specify caption "Setup" for button numbered 2
change_bCap 2,"Setup"
(4) Setting a page caption
Use change_pCap command to specify a desired page caption.
(Example) Specify caption "Screen 3" for page numbered 3
change_pCap 3,"Screen 3"
(5) Displaying a specified page
Use disp_page command to display the desired page.
Vista de pagina 406
1 2 ... 402 403 404 405 406 407 408 409 410 411 412 ... 691 692

Comentarios a estos manuales

Sin comentarios