Delta-electronics DELTA DUP-B Bedienungsanleitung Seite 349

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 491
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 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
Seitenansicht 348
1 2 ... 344 345 346 347 348 349 350 351 352 353 354 ... 490 491

Kommentare zu diesen Handbüchern

Keine Kommentare