Campbell CSIOPC Especificaciones Pagina 167

  • Descarga
  • Añadir a mis manuales
  • Imprimir
  • Pagina
    / 322
  • Tabla de contenidos
  • SOLUCIÓN DE PROBLEMAS
  • MARCADORES
  • Valorado. / 5. Basado en revisión del cliente
Vista de pagina 166
Section 10. CRBASIC Programming Instructions
10-29
DisplayMenu … EndMenu
Marks the beginning and ending of a custom menu.
Syntax
DisplayMenu ("MenuName", AddToSystem)
menu definition
EndMenu
MenuItem
Defines the name and associated measurement value for an item in a custom
menu.
Syntax
MenuItem ("MenuItemName", Variable)
MenuPick
Creates a list of selectable options that can be used when editing a MenuItem
value.
Syntax
MenuPick (Item1, Item2, Item3...)
DisplayValue
Defines the name and associated data table value or variable for an item in a
custom menu.
Syntax
DisplayValue ("MenuItemName", Expression)
SubMenu … EndSubMenu
Defines the beginning and ending of a second level menu for a custom menu.
Syntax
DisplayMenu ("MenuName", 100)
SubMenu ("MenuName")
menu definition
EndSubMenu
EndMenu
10.11 Serial Input / Output
Read more! See Section 11.8 Serial Input.
MoveBytes
Moves binary bytes of data into a different memory location when translating
big endian to little endian data.
Syntax
MoveBytes (Destination, DestOffset, Source, SourceOffset,
NumBytes)
SerialClose
Closes a communications port that was previously opened by SerialOpen.
Syntax
SerialClose (ComPort)
SerialFlush
Clears any characters in the serial input buffer.
Syntax
SerialFlush (ComPort)
Vista de pagina 166
1 2 ... 162 163 164 165 166 167 168 169 170 171 172 ... 321 322

Comentarios a estos manuales

Sin comentarios