Denso RC5 Dokumentacja Strona 387

  • Pobierz
  • Dodaj do moich podręczników
  • Drukuj
  • Strona
    / 692
  • Spis treści
  • BOOKMARKI
  • Oceniono. / 5. Na podstawie oceny klientów
Przeglądanie stron 386
Chapter 13 Input/Output Control Statements
13-5
SET (Statement) [Conforms to SLIM]
Function
Sets an I/O port to ON.
Format
SET <I/O variable>[,<Output time>]
Explanation
This statement sets the designated port in <I/O variable> to ON.
If <Output time> is designated a pulse is output. (The output time unit is ms.)
If <Output time> is designated the system does not proceed to the next
instruction until this time elapses. The specified output time value is the
minimum output time while the actual output time will change according to task
priority.
Related Terms
RESET, DEFIO
Example
TAKEARM 'Obtains the robot control priority.
IOBLOK ON 'Concurrently executes an I/O instruction with the next motion
'instruction.
MOVE P,(902.7,0,415.3,18050,180,1)
'Moves (PTP control) to the coordinates
'(902.7,0,415.3,180,50,180,1).
SET IO[240] 'Sets the port 240 BIT type to ON.
SET IO[241],40 'Sets the port 241 BIT type to ON for 40 ms.
SET IO[SOL1] 'Sets the port designated by I/O variable SOL1 to ON.
SET IO[104 TO 110] 'Sets the port 104 to 110 BIT to ON.
IF IO[242] THEN
RESET IO[240] 'Sets the port 240 type to OFF.
RESET IO[SOL1] 'Sets the port designated by I/O variable SOL1 to OFF.
RESET IO[104 TO 110] 'Sets the port 104 to 110 BIT type to OFF.
ENDIF
IOBLOCK OFF
Przeglądanie stron 386
1 2 ... 382 383 384 385 386 387 388 389 390 391 392 ... 691 692

Komentarze do niniejszej Instrukcji

Brak uwag