newbie needs help

clayd82

Member
Join Date
Apr 2014
Location
Indiana
Posts
14
How do you reset the value you have into n7:88? Would a oneshot work? Thank you in advance and sorry for the easy question. I'm new and learning.
 
if the register N7:88 is used in your code just click on it and enter any valid value and it will overwrite whatever is currently in there. If you have code that is moving a value into that register it will get overwritten on the next scan though.
 
This would probably be an "easy question", if you provided a bit more detail as to what it is that you are attempting to accomplish.

It sounds as if you are working on a program for an Allen Bradley PLC-5 or SLC. Is that correct?

What do you mean by "reset"?

What value do you currently have in N7:88, and what value would you like for it to have? Why?
 
I'm adding cycle times into different categories, under 120s, >=120<130, etc., and then trying to find the average. I need to do this for the 3 shifts we have, so after each 8 hr shift, I need the n7 registers to go back to 0. I am programming in Logix500.
 
Set up a 1 hour timer. When the timer is done add a value of 1 into another register and then reset the timer. Do this until your other register = 8 and then have a line of code that says when this register = 8 move 0 into N7:88 and on the next branch move zero into the other register. That way a oneshot isn't needed.
 
WHen you are at the end of your shift(however you are tracking it in the PLC) use a oneshot instruction and a move instruction. For the source you would use 0 and the destination would be your N7:88 in your MOV instruction.
 

Similar Topics

I've used FTView ME for as long as I can remember but am now developing an application with SE. I've imported an ME project that will serve as...
Replies
3
Views
1,477
Have a 1500 thats used on a Italian Roller Coaster. Uses a couple of AIC's and a 500 Plc Also a Panelview 550 Everytime we go thru the start...
Replies
1
Views
1,525
Hi all, Please can someone help me? I am new to programing and stuck on a task. I am working on RS LOGIX 5000 with a compact logix 5370 controller...
Replies
2
Views
3,059
hi! to all, can someone gimme a download link of siemens s7 ver.4 sp1? We have lost our dvd installer and we don't know now what to do. can...
Replies
7
Views
1,915
I am using a Zelio SR2A101FU controller and Zelio Soft 2 programming software that is version 4.3. I am connected via USB to my laptop which is...
Replies
2
Views
2,047
Back
Top Bottom