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

Ventanilla

The document outlines the structure and properties of a main program block (OB1) within a PLC system, detailing its data types, offsets, and default values. It includes information on various networks that process inputs and outputs, indicating how signals are managed and transferred. The program is designed for automation tasks, with specific configurations for cycle times and event handling.
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)
7 views2 pages

Ventanilla

The document outlines the structure and properties of a main program block (OB1) within a PLC system, detailing its data types, offsets, and default values. It includes information on various networks that process inputs and outputs, indicating how signals are managed and transferred. The program is designed for automation tasks, with specific configurations for cycle times and event handling.
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

toldo / PLC_1 [CPU 314C-2 PN/DP] / Program blocks


Main [OB1]
Main Properties
General
Name Main Number 1 Type OB Language LAD
Numbering Manual
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 %M0.3 %M0.0


"pulso" "M3" "M0"

%M0.0
"M0"

Network 2:

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


"pulso" "M0" "M1"

%M0.1
"M1"

Network 3:

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


"pulso" "M1" "M2"

%M0.2
"M2"

Network 4:

%I0.0 %M0.2 %M0.3


"pulso" "M2" "M3"

Network 5:

%M0.0 %M0.2 %I0.0 %I0.2 %Q0.0


"M0" "M2" "pulso" "sb" "ma"

Network 6:
Totally Integrated
Automation Portal

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


"M2" "pulso" "sa" "mb"

You might also like