0% found this document useful (0 votes)
65 views3 pages

Program Comments Network Title Network Comment

This document contains the code for several PLC programs including the MAIN program, SBR_0 subroutine, and INT_0 interrupt routine. The MAIN program contains 4 networks that use inputs, outputs, and internal relays to control operations. The subroutine and interrupt routine are defined but no networks or logic are shown for them. Variable types like BOOL, IN, OUT, and TEMP are declared for the subroutine but no other details are provided.

Uploaded by

Usep Siregar
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)
65 views3 pages

Program Comments Network Title Network Comment

This document contains the code for several PLC programs including the MAIN program, SBR_0 subroutine, and INT_0 interrupt routine. The MAIN program contains 4 networks that use inputs, outputs, and internal relays to control operations. The subroutine and interrupt routine are defined but no networks or logic are shown for them. Variable types like BOOL, IN, OUT, and TEMP are declared for the subroutine but no other details are provided.

Uploaded by

Usep Siregar
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/ 3

UNIT_6_C / MAIN (OB1)

Block: MAIN
Author:
Created: 04/10/2017 07:56:00 pm
Last Modified: 04/10/2017 08:07:50 pm

Symbol Var Type Data Type Comment


TEMP
TEMP
TEMP
TEMP

PROGRAM COMMENTS
Network 1 Network Title
Network Comment

I0.0 M0.0

I0.1 C1 M0.0
/ /

Network 2

M0.0 I0.3 I0.2 I0.4 Q0.0 M0.1


/ / S1 OUT
SR
M0.0 I0.3 M0.1
/

I0.3
R

M0.0
/

I0.4

Network 3

M0.0 I0.2 I0.3 I0.5 Q0.1 M0.2


/ / S1 OUT
SR
M0.0 I0.2 M0.2
/

I0.2
R

M0.0
/

I0.5

Network 4

I0.2 C1
CU CTU

I0.3

I0.1
R

-10 PV

1/3
UNIT_6_C / SBR_0 (SBR0)

Block: SBR_0
Author:
Created: 04/10/2017 07:56:00 pm
Last Modified: 04/10/2017 08:07:50 pm

Symbol Var Type Data Type Comment


EN IN BOOL
IN
IN_OUT
OUT
TEMP

SUBROUTINE COMMENTS
Network 1 Network Title
Network Comment

2/3
UNIT_6_C / INT_0 (INT0)

Block: INT_0
Author:
Created: 04/10/2017 07:56:00 pm
Last Modified: 04/10/2017 08:07:50 pm

Symbol Var Type Data Type Comment


TEMP
TEMP
TEMP
TEMP

INTERRUPT ROUTINE COMMENTS


Network 1 Network Title
Network Comment

3/3

You might also like