Contact language
35015365.01 07/2008 121
Coils The coil graphic elements are programmed in the test area and take up one cell (1
line high and 1 column wide).
Name Computer art Functions
Direct coil The associated bit object takes the value of the test field
result.
Negated coil The associated bit object takes the negated value of the
test field result.
Set coil The associated bit object is set to 1 when the result of the
test field is 1.
Reset coil The associated bit object is set to 0 when the result of the
test field is 1.
Conditional
jump to
another
network
(JUMP)
is used to connect to a labeled network, upstream or
downstream.
Jumps are only made within the same programming entity
(main program, sub-program,…). Making a jump causes:
z scanning of a network in progress to stop,
z running of the required labeled network,
z the part of the program between the jump action and
the designated network not to be scanned.
Transition
condition coil
provided in Grafcet language, used when the
programming of the transition conditions associated with
the transitions causes a changeover to the next step.
Coil calling up
a sub-program
(CALL)
is used to connect at the start of a sub-program when the
result of the sub-program test field is at 1.
Calling up a sub-program means that:
z scanning of the network in progress stops,
z the sub-program runs,
z the scanning of the network that was interrupted
resumes.
Return of the
sub-program
Reserved for SR sub-program and allows the calling
module to return when the result of the test field is at 1.
Stop program stops the program running when the result of the test field
is at 1.
S
R
->>%Li
#
C
<RETURN>
<HALT>