Delta-electronics DELTA DUP-B Manual do Utilizador Página 349

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 491
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 348
Chapter 3 Creating and Editing Screens
3.14.3.3 Data Transfer
There are five commands for data transfer, including MOV, BMOV, FILL, FILLASC and
FMOV.
MOV (Transfer Data)
Equation
Var1 = Var2
Explanation
Transfer data from Var2 to Var1. No data change within Var2 after executing MOV
command.
Remark
The calculation result can be stored as WORD and DWORD.
Var1 can be internal memory only. Var2 can be internal memory or constant.
Example
$0 = 0
The data within the internal memory address $0 is assigned to the constant 0 (this is
an operation of unsigned 16-bit data).
$1 = 99999 (Signed DW)
The data within the internal memory address $1 is assigned to the constant 99999
(this is an operation of signed 32-bit data).
3-328 Revision May, 2010
Vista de página 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 490 491

Comentários a estes Manuais

Sem comentários