Conair S900II System Informações Técnicas Página 58

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 82
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 57
Programming S900II Level 1
Version 2.2 |>
V Specific programming
53
01T01527_2
25.5.00
V SPECIFIC PROGRAMMING
V 1. PLC and parallel subroutines SPP examples
V 1. 1. Managing a timed belt indexing
An output activates the belt indexing : .output at 0 > belt is stopped,
.output at 1 > belt is indexed.
Solution using a PLC :
Define the PLC in step 0 of the main PRG (example : PLC 01).
Start the belt indexing in the main PRG (after the part release).
(Example : SET OUT 20).
Write in the PLC 01 :
IF OUT 20 (output actuating the belt indexing)
TIMER 00
VAL 50 (length of movement in 1/10s)
IF TIM 00
RST OUT 20 (output actuating the belt movement)
Solution using an SPP :
Callup the SPP in the main program (after the part release).
(Example : SP 81 L0).
Write in the SPP :
Step 0 OUT 20 (output actuating the belt movement)
Step 1 TIME 50 (length of the movement in 1/10s)
Step 2 END
Vista de página 57
1 2 ... 53 54 55 56 57 58 59 60 61 62 63 ... 81 82

Comentários a estes Manuais

Sem comentários