Denso RC5 Spezifikationen Seite 342

  • Herunterladen
  • Zu meinen Handbüchern hinzufügen
  • Drucken
  • Seite
    / 692
  • Inhaltsverzeichnis
  • LESEZEICHEN
  • Bewertet. / 5. Basierend auf Kundenbewertungen
Seitenansicht 341
12-66
12.7 Interference Check
SETAREA (Statement)
Function
Selects the area where an interference check is performed.
Format
SETAREA <Interference check area number>
Explanation
<Interference check area number> selects the interference check area
previously defined. The valid area numbers are from 0 to 7. This must be
declared beforehand using the AREA command.
An interference check is performed during the time after the SETAREA
command is executed and prior to the execution of the RESETAREA
command. Once interference is detected, the RESETAREA command is
executed. The next interference is not detected until SETAREA is executed
again.
An interference check can be executed simultaneously in a maximum of 8
areas specified using the area numbers from 0 to 7, if the SETAREA command
has been executed.
The SETAREA command does not initialize the designated I/O declared by the
AREA command. In such a case, the I/O is directly set in the input/output
control statement and initialization of the RESETAREA command is required.
Related Terms
AREA, RESETAREA, AREAPOS, AREASIZE
Example
DIM lp1 As Position
DIM lv1 As Vector
Lp1 = (10, 10, 5, 0, 9, 0, 1)
Lv1 = (50, 10, 50)
AREA 2, lp1, lv1, 104, 1 'Declares I/O number 104 in the area specified by lv1
'at the position specified by lp1 in area number 2.
SETAREA 2 'Makes the area check of number 2 valid.
RESETAREA 2 'Initializes the area check of number 2.
Seitenansicht 341
1 2 ... 337 338 339 340 341 342 343 344 345 346 347 ... 691 692

Kommentare zu diesen Handbüchern

Keine Kommentare