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

Hi all, hope you are having a great day, I am in need of your help to create a AOI or program that does this kind of job: I have a IO Link...
Replies
0
Views
54
Hi. I have a 222 CPU. I need to recover the program from the eeprom memory. Is it possible?
Replies
1
Views
90
Can we use a Simotion D455 ethernet port x127 as a gate, to access S7-1500 plc Tia Portal program ? In the Simatic manager, we used Netpro to do...
Replies
2
Views
87
Hi all, I am having issues accessing my Cimplicity software - the site code changed after re-install and I am no longer able to attain a new key...
Replies
10
Views
167
Posted this to Reddit with little success, so I figured I would share it here as well. Very new to PLCs, but figured I would give it a shot to...
Replies
0
Views
123
Back
Top Bottom