program

sikarrajesh

Member
Join Date
May 2010
Location
nodia
Posts
1
i want know that a program

we have 2 reoxmity sanser . one volve and 1 cylendre .
if volve get 24 volt dc cylender move in forword direction .
continu move b/w sanaer one and 2..............................
plz send lader logic .
 
From your description this is the best I can do.

PLC 06

// Rung 1
// Address 0
#BEGIN COMMENT
"http://www.plctalk.net/qanda/showthread.php?t=55485"
""
"i want know that a program"
""
"we have 2 reoxmity sanser . one volve and 1 cylendre ."
"if volve get 24 volt dc cylender move in forword direction ."
"continu move b/w sanaer one and 2.............................."
"plz send lader logic ."
#END
STR X100
SET C0

// Rung 2
// Address 2
STR X101
RST C0

// Rung 3
// Address 4
STR C0
OUT Y0

// Rung 4
// Address 6
END

// Rung 5
// Address 7
NOP


#BEGIN ELEMENT_DOC
"X100","","","reoxmity sanser cylinder rear"
"X101","","","reoxmity sanser cylinder forward"
"Y0","","","if volve get 24 volt dc cylender move in forword direction "
"C0","","","control bit"

#END
 
Sorry, can't help you there Officer Crabtree

(sikarrajesh, I apologise for the 'allo 'allo reference, I know engish isn't your first language but I couldn't resist it).
 

Similar Topics

my ccw softwer stops working when i add and try to open a ladder program.
Replies
0
Views
68
I have an old Sentry Palletizer (S/O Number 3007 / Serial Number 1172) that has lost its program as the backup battery died years ago. I can...
Replies
0
Views
121
Hi All, As a precaution my company has been collecting copies all the HMI and PLC programs. I have recorded copies of most of our sites...
Replies
0
Views
78
So basically i have 2 queries : 1. I have a program file of S7-300 PLC which i want to migrate in RSLogix500.In short i want to convert my simatic...
Replies
15
Views
285
Hi, i am using DVP-14SS2 PLC, after program written to plc, when power is reset, plc doesn't run. always need to connect to pc for the run mode.
Replies
0
Views
48
Back
Top Bottom