It's like a hidden parameter

Without knowing the PLC or the platform the best that can be suggested is a masked AND.


Something like:
AND
I10
00000001
[storage_bit0]


Then when input 10.0 is on that storage bit will be on and you use that bit in your ladder. This way a search may show that the WORD 10 is used, but not 10.1 or 10.0. EDIT: The example is presuming the word is an 8 bit word like Siemen's - if it's 16 bit then add more 0's.



You will have to look in the manual for the programming software you are using to see exactly how it's done for your PLC. The instruction might be AND, MAND, MSK, or a few other labels. Plus determine if the Stop PB is a N.C. contact as it should be for a real world application, or a N.O. contact that the school had if there is a test PLC to run your program in.
 
Last edited:
... If the Stop button is pressed, I is NOT < 1 (it's 2) and breaks the latch. Use the < in case both the start and stop are pressed (value of 3)...


Except that for safety reasons physical Stop PB's are N.C. contacts and would always be ON, so the word would be 3 to start, 2 or 3 to run and 0 or 1 for off - except if the E-stop safety is wired to 10.2, K1 or MCR to 10.3, fuse power to 10.4, motor contactor AUX contact ON to 10.5,.....
 
anyone knew how? im looking too

Make a new thread and ask the question for your problem.... This thread is 6 years old and now a bunch of people are responding to a dead question which isn't even yours... ;)
 

Similar Topics

Hi, I'm an absolute beginner in PLCs.. I have an Allen Bradley SLC5/03 PLC installed on a machine, the program is working well, I uploaded it to...
Replies
25
Views
3,863
Hi, I'm a bit new to this and this is my first post, so I hope I'm doing this right. I have an Allen Bradley Family 5 PLC in our plant and I am...
Replies
17
Views
4,542
I have a S5-115U, 941B.... In OB1, I can see some block calls Like JU PB16, JU PB17 and so on.... But in the Directory I don't see these blocks at...
Replies
44
Views
10,815
Hello, I have a problem with Eplan, and I can't seem to find answer anywhere online. I am working on a project, and I have many pages of...
Replies
2
Views
3,109
In RSL5K, I've concluded that the PID_ENHANCED data-type holds errors under hidden tags from previous executions of a PIDE instruction (... PV-Sp...
Replies
3
Views
1,591
Back
Top Bottom