
Programming S900–II Level 1
Version 2.2 |–>
V – Specific programming
58
01T01527_2
25.5.00
V – 2. 2. The part counters
A certain number of counters can be viewed in the production pages.
The part counters
. The number of parts finished, which can be viewed in the parts page of the production menu, is
generated in the program.
For the counter to evolve, it is necessary to program the increment, i.e. : SET WWRD 76 + xx_D where
xx equals the number of parts per mould.
. The number of parts to be done, which can be viewed in the parts page of the producution menu,
can be modified using the two following methods :
directly in the consultation page (see S900–II User Manual),
by the program, where the counter is WWRD 68 : SET WWRD 68 = xxxx_D and where
xxxx is the number of parts to be made.
. Using the parts counter :
1) Trigger an end of cycle stop when you arrive at the number of parts to be done.
Write in the program :
IF WWRD 76 >= WWRD 68
SET WRD 59 OR 2_D
2) Carry out a quality control when you arrive at the number of parts to be done.
Write in the program :
IF WWRD 76 >= WWRD 68
SP 15 L0
where SP 15 describes the part release at the quality control station.
The counters
The counters 0, 1 and 2 can be consulted in the counter page of the production menu.
The counters must be assigned values in the programs.
1) INC CNT 0
2) SET CNT 1 = 3_D
3) RST CNT 2
Comentarios a estos manuales