Plc

shan

Member
Join Date
Sep 2002
Location
tamil nadu
Posts
3
Dear Guys,
Iam using siemens S7-300 series,CPU-313 plc for our Bagging M/c.I don't have software for that PLC only having hard copy ladder logic programe.I have a doubt in OB1 programe Block.The two network have given below,

Network:2

O "FIXED_O" M199.0 -- GC FLAG FIXED O
ON "FIXED_O" M199.0 -- GC FLAG FIXED O
R "FIXED_O" \\ FESTE O M199.0 -- GC FLAG FIXED O

O "FIXED_1" M199.1 -- GC FLAG FIXED 1
ON "FIXED_1" M199.1 -- GC FLAG FIXED 1
S "FIXED_1" \\ FESTE 1 M199.1 -- GC FLAG FIXED 1

O "TEST_O" M99.0 -- GC FLAG TEST O
ON "TEST_O" M99.0 -- GC FLAG TEST O
R "TEST_O" \\ TEST O M99.0 -- GC FLAG TEST O

O "TEST_1" M99.1 -- GC FLAG TEST 1
ON "TEST_1" M99.1 -- GC FLAG TEST 1
S "TEST_1" \\ TEST 1 M99.1 -- GC FLAG TEST 1

Network:3
"DB_TIMERS

-------------------------------------------------< OPN >--------


I can't able to understand the meaning of above written two network,can any one know please help me.
thanks,

Regards,
S Shanmugam
 
Shan:

The first 3 lines of Network 2 will make sure "FIXED_0" is always off (OR FIXED_0 OR NOT FIXED_0 then RESET FIXED_0). The next 3 lines make sure "FIXED_1" is always on (OR FIXED_1 OR NOT FIXED_1 then SET FIXED_1). The next 2 flags are controlled the same way. Network 3 opens the "DB_Timers" data block. This lets you address elements in the DB without specifying the data block in the address (similar to the "old" S5 way of doing it).

Rob
 

Similar Topics

Good Day to all of you, this is my first post, i will try to explain as best as possible, english is not my natural language. I am performing an...
Replies
0
Views
20
Hi All, Someone at work has put a PLC system on my desk, that's just been taken off an idle production line. He said "It's an S7 PLC. We don't...
Replies
3
Views
81
I have a project to automate four generator sets. The system will monitor and store the load demand of the factory. Once there's Power outage, the...
Replies
0
Views
45
i have two plc 1. s7-1212dc/dc/dc ip; 192.168.0.1 2. s7-1500 1513-1pn ip; 192.168.3.2 i need to get data from plc1 to plc2. any idea how to do...
Replies
5
Views
86
Back
Top Bottom