Programmer (Optional)
42 DC1010/1020/1030/1040 Product Manual 8/05
Alarm Operation: During the program running, Alarm 1 will become actuated
5.4.2 Segment Completion Alarm
ALD1 (Alarm Code for Alarm 1)= 07 (Segment End Alarm)
AL1 (Alarm Condition)= 2 (‘2’ means Segment No.) When segment 2 ends, AL1 will
act.
ALT1 (Alarm Time) = 00.10
Alarm Operation Example: Once Segment 2 is completed, Alarm 1 will become actuated
and will be on for 10 seconds
5.4.3 END Function
The DC1000 does not have an END segment, so that the program will complete all the
segments if segments are defined. If the program procedure is less than 8 segments, set
the ‘OUT’ of next segment to 0, then the program running will be ended right after the
previous segment is completed. Otherwise, it will proceed for 8 or 16 segments
5.4.4 Linking Function
The program function of DC1000 has 2 program patterns, and each program has a
maximum of 8 segments. You can link these two patterns to obtain a program of 16
segments (PTN = 0)
PTN=1 proceed pattern 1-contains 8 segments.
PTN=2 proceed pattern 2-contains 8 segments.
PTN=0 linking proceed pattern 1 and 2 - total 16 segments.*
(*Please configure PTN1 and PTN2 first, and then set PTN to 0 – See Table 5-3 Program
Configuration Prompts)
5.4.5 Wait Function
Refer to “Wait” in Table 4-2 for Setting.
Wait = 0 No Wait
Wait = Others Program holds on WAIT state until PV > (SV – WAIT setting)
Example:
PV = 80
SV_1 = 100
WAIT = 2
When PV runs to 100 at segment 1, the program will hold until the PV > 98, then the
program will run to segment 2.
continued