MOV Function

Sorry, but I can't open the program - I think .RSS is for Micrologix, which I don't have.

Hopefully someone else can open it and answer your questions.

Kent
 
...if one of the condition we set come through (i.e B3:8/0 on rung 0001 not 7 my mistake)and the force is less than 15000 add 100 and replace (O:1.5) with with the new value , which will make it our new number.
Except it will not become your new number. On EVERY scan you number gets reset back to 15000 by the first rung 000, so the most your number wil ever be is 15100, and that is where it will stop.

If you have to set it to 15000 initially, then use something that is only true ONE time, such as the First Scan bit, or use a One-Shot to only set your Output to 15000 ONE TIME only. You could add a control bit and once your initial value is set, Latch the Control Bit on to disable Rung 000.

Try moving the ONS from Rung 003 (you do not need it there) to Rung 000.
 
Last edited:

Similar Topics

I have a program that runs a CPM Pelletizer. It has shear pins that break when rocks or other debris lodge in between the rollers and die. When...
Replies
2
Views
1,518
Attached is an image of rung 43 on LAD10 of our digester program. In the MOV instruction at the end of the rung, the source address is something...
Replies
13
Views
3,138
Hi all, Is there a equivalent function block that do the same as MOV function in ladder? Thanks.
Replies
5
Views
2,361
I'm studying a Ladder program, but I don't understand How different between @MOV(21) function and MOV(21) function. Could anyone let me know...
Replies
4
Views
8,826
I encountered a digital switch and zi tried to use [DSW S D1 D2 n] where S is the head device (x), d1 (head device (Y), D2 is the device number...
Replies
0
Views
1,567
Back
Top Bottom