User Manual

ADAM-6000 Series User Manual 224
started. If the second button is pressed, the motor will be stopped immedi-
ately. PLCs are typically used for this kind of industrial automation appli-
cation, and the ladder diagram will look like Figure 7.23 below:
Figure 7.23: Ladder Diagram for On/Off Control
Now, we can use GCL logic to achieve the same control operation. Two
logic rules are used. The complete logic architecture is shown by Figure
7.24 below:
Figure 7.24: GCL Logic for On/Off Control
After you load the example project file, you can find that it uses rule 1
and rule 2. One output of rule 1 and one input of rule 2 are assigned to the
same internal flag: Flag 0. This can combine 2 or more logic rules
together, that we call it Logic Cascade (Please refer to Section 7.4.1). We
have configured the condition for DI 1 input as False, so the DI input
value is inverted before entering the AND operator of rule 2. The GCL
logic architecture is similar to the PLC ladder diagram.
3. Sequential Control (Turn On in Sequence and Remain On)