0% found this document useful (0 votes)
4 views

Bai1

The document outlines the configuration of a PLC program block named 'Main' in the Totally Integrated Automation Portal. It includes details about various properties, data types, and default values for different variables related to the program execution. Additionally, it specifies input and output symbols for controlling the program's operation.

Uploaded by

A Nguyễn
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)
4 views

Bai1

The document outlines the configuration of a PLC program block named 'Main' in the Totally Integrated Automation Portal. It includes details about various properties, data types, and default values for different variables related to the program execution. Additionally, it specifies input and output symbols for controlling the program's operation.

Uploaded by

A Nguyễn
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/ 1

Totally Integrated

Automation Portal

Bai1 / PLC_1 [CPU 313C] / 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 Offset Default value Comment
Temp
OB1_EV_CLASS Byte 0.0 Bits 0-3 = 1 (Coming event), Bits 4-7 = 1 (Event class 1)
OB1_SCAN_1 Byte 1.0 1 (Cold restart scan 1 of OB 1), 3 (Scan 2-n of OB 1)
OB1_PRIORITY Byte 2.0 Priority of OB Execution
OB1_OB_NUMBR Byte 3.0 1 (Organization block 1, OB1)
OB1_RESERVED_1 Byte 4.0 Reserved for system
OB1_RESERVED_2 Byte 5.0 Reserved for system
OB1_PREV_CYCLE Int 6.0 Cycle time of previous OB1 scan (milliseconds)
OB1_MIN_CYCLE Int 8.0 Minimum cycle time of OB1 (milliseconds)
OB1_MAX_CYCLE Int 10.0 Maximum cycle time of OB1 (milliseconds)
OB1_DATE_TIME Date_And_Time 12.0 Date and time OB1 started
Constant

Network 1:

%I0.0 %I0.1 %Q0.2


"start" "stop" "den"

%Q0.2
"den"

Symbol Address Type Comment


"den" %Q0.2 Bool
"start" %I0.0 Bool
"stop" %I0.1 Bool

You might also like