Understanding a RS Logix 500 MOV Instruction

Rob S.

Member
Join Date
Sep 2008
Location
Maryland
Posts
739
Good Afternoon ,

I am trying to understand a MOV instruction . This is suppose to keep track of the layers on a palletizer .

Line 4
Current Layers

MOV

Move
Source N102:[N7:11]
6
Dest N102:101
6
What do you think is going on with N102:[N7:11] . Are these two merging somehow ? N102 is the data file for layers , and N7 is just labeled as a Integer Data file. What is the normal practice for something like this.....

Move
Source N102:[N7:11]

Thanks in advance,
 
If N7:11 is 4, then you'd move the value of N102:4 to N102:101

Sorry for my dumbness , but what tells me "If N7:11 is 4" ?
 
If N7:11 is 4, then you'd move the value of N102:4 to N102:101

Sorry for my dumbness , but what tells me "If N7:11 is 4" ?

The PLC logic. Somewhere in your program the value in N7:11 is being manipulated or written to.
Do a search for that address. If you can't find it, post your program here (zip it first) and someone will help.
 
Last edited:
If N7:11 is 4, then you'd move the value of N102:4 to N102:101

Sorry for my dumbness , but what tells me "If N7:11 is 4" ?

It's inserting the value of N7:11 into N102:[x]. Since you have N102:[N7:11], if the value of N7:11 is 4 you'll get N102:4. If the value of N7:11 is 10, you'll get N102:10.

EDIT: Whoops, think I misread the question
 
I've taken a QUICK look through your file (all I have time for right now) and I don't see any "obvious" point where the value of N7:11 is being manipulated by the ladder logic ...

GUESSING HERE: but is there another processor - or maybe an HMI - connected to this system which might be "pushing" a value (for example: 76) into the N7:11 location - over a network connection, etc. ? ...

this is pretty common for some palletizers - where another (usually larger) processor - or an operator - is keeping track of the "layers" or other positions to be "picked up from" - or "placed into" ...

you might want to post a more updated copy of the program file ... this one is a "backup" version - and (worse) it doesn't have any descriptions in it ... any descriptions available MIGHT offer a clue as to where the value contained in N7:11 is actually coming from ...

Thanks Ron for the link.

glad to help ...

Are you still doing classes ?

yes ... but I'm already booked solid out into October ... my little wife is letting me go "just one more year" before retiring - but she only lets me teach one week a month now (instead of my usual two or three weeks per month) ... frankly I'm going nuts thinking about being "fully retired" soon - but I'm pretty sure that this one is the very last year ...
 
Last edited:
I don't see anything in the program. (others may)

HMI? SCADA system? Something connected to one of the comm ports?

Edit: Ron types faster.
 
Yes. It is an HMI . This processor keeps track of all the patterns and then sens the pattern , layers , number , etc. to 3 palletizers.
 

Similar Topics

Good day, First time posting here. I am currently working on migrating an Allen Bradley Micrologix 1500 to Siemens S7 1200 and i came across...
Replies
4
Views
1,345
I am working with a Micrologix 1400 and a PanelView plus Compact HMI. There are some HMI tags that are present in the HMI that is actively using...
Replies
11
Views
2,717
Hello! I am brand new to the PLC scene and am cutting my teeth on a Micrologix 1500. I am using LabVIEW to configure and read/write. I finally got...
Replies
1
Views
1,688
hi guys i have a question , i have two machines linked together via a msg instruction they are only using a couple of bits , what i would like to...
Replies
21
Views
5,490
Hello Everyone, Just need some help with understanding something. Info: I had a compact logix L32E processor faulting and would not reset and...
Replies
1
Views
1,201
Back
Top Bottom