0% found this document useful (0 votes)
10 views2 pages

Exam 21

This document summarizes the main program for a PLC automation system. The main program contains 6 networks that: 1) Monitor inputs to switch between manual and automatic mode and start/stop operation; 2) Control tags based on the mode and start/stop inputs; 3) Normalize and scale a temperature sensor value to a 0-100 range tag; 4) Control a "Tag_3" based on the mode; and 5) Monitor "Tag_2" to output frequencies at 20Hz and 30Hz based on setpoints.

Uploaded by

190108050
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
0% found this document useful (0 votes)
10 views2 pages

Exam 21

This document summarizes the main program for a PLC automation system. The main program contains 6 networks that: 1) Monitor inputs to switch between manual and automatic mode and start/stop operation; 2) Control tags based on the mode and start/stop inputs; 3) Normalize and scale a temperature sensor value to a 0-100 range tag; 4) Control a "Tag_3" based on the mode; and 5) Monitor "Tag_2" to output frequencies at 20Hz and 30Hz based on setpoints.

Uploaded by

190108050
Copyright
© © All Rights Reserved
We take content rights seriously. If you suspect this is your content, claim it here.
Available Formats
Download as PDF, TXT or read online on Scribd
You are on page 1/ 2

Totally Integrated

Automation Portal

exam10.03 / PLC_1 [CPU 1215C DC/DC/DC] / Program blocks


Main [OB1]
Main Properties
General
Name Main Number 1 Type OB Language LAD
Numbering Automatic
Information
Title "Main Program Sweep (Cy‐ Author Comment Family
cle)"
Version 0.1 User-defined ID

Main
Name Data type Default value Comment
Input
Initial_Call Bool Initial call of this OB
Remanence Bool =True, if remanent data are available
Temp
Constant

Network 1:

%I0.0 %M0.0
"manual/auto" "auto"

Network 2:

%I0.0 %I0.2 %I0.1 %M0.1


"manual/auto" "stop" "start" "maual"

%M0.1
"maual"

Network 3:
0-100 range

NORM_X SCALE_X
Int to Real Real to Real
EN ENO EN ENO
0 MIN %MD100 4.0 MIN %MD110
OUT "Tag_1" %MD100 OUT "Tag_2"
%IW68
"Temperature "Tag_1" VALUE
sensor" VALUE 20.0 MAX
27648 MAX

Network 4:

%M0.0 %M0.2
"auto" "Tag_3"

%M0.1
"maual"

Network 5:

%MD110 %M0.2 %Q0.1


"Tag_2" "Tag_3" "20hz"
>=
Real
8.8

Network 6:
Totally Integrated
Automation Portal

%MD110 %M0.2 %Q0.2


"Tag_2" "Tag_3" "30hz"
>=
Real
10.4

You might also like