Error Handling
SICAM RTUs, User Manual SICAM CMIC
323
DC8-001-2.09, Edition 08.2016
B.2
Combine two Inputs with AND
The cycle time is set to 50 ms. The first two inputs of the master control element will be com-
bined by logical AND. The result is transferred to a flag and additional to a digital output. The
type identification of the output is single message.
PLC_RESET:
LD 50
(*load value 50*)
ST PLC_CYCLETIME
(*store at system variable for cycle*)
(*time in ms*)
PLC_INIT:
PLC_START:
LD
I_030_002_000_000.VALUE
(*read input IN00*)
ST AND.IN0
(*store at input 0 for AND function*)
LD
I_030_003_000_000.VALUE
(*read input IN01*)
ST AND.IN1
(*store at input 1 for AND function*)
CAL AND
(*call function*)
ST M_BOOL_TESTFLAG
(*store in a flag*)
ST
O_030_008_000_000.VALUE
(*store as single command output*)
Summary of Contents for SICAM CMIC
Page 8: ...Preface 8 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 46: ...Installation 46 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 62: ...Interfaces and Circuitry 62 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 102: ...Preparing the Engineering 102 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 334: ...Error Handling 334 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 404: ...Use Cases 404 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 ...
Page 414: ...Glossary 414 SICAM RTUs User Manual SICAM CMIC DC8 001 2 09 Edition 08 2016 X Z ...