Set-Reset Function in Mitsubishi FX2N

riyajahamad

Member
Join Date
Jun 2002
Location
Pune-India
Posts
133
Dear All PLC Experts,

During program modification in Mitsubishi FX2N PLC I am facing with some strange problem.

I am trying to set M32 and M33 by M256 and M286 respectively, after Y41 on both (M32, M33) should reset. But during running only M32 getting reset. I am not getting reason for why M33 not gets reset (Please refer image below).

Is it due to scan time?

Is it due to M32 and M33 derived (triggered by Y41)?

Expecting guidance from experts.

Thanks in advance.

Riyaz

set-reset.JPG
 
There are many possibilities; here are a few

The m33 is double coiled and is being SET again further down the program

M33 is part of a compare statement and the compare is true

m286 is being turned on (if only for one scan) and setting it again
 
This code looks messy, Not knowing what turns on M256 & 286 I can only guess.
On a scan if M256 & 286 are on both M32 & 33 will be set.
If the rung with M32 & 33 is true Y41 will be turned on & in turn reset M32 & 33.
However if on next scan M256 is off but 286 is on the M32 will be off , M33 will be set again.
This will make the rung with M32 & 33 False so Y41 will be off.
This will not reset M32 or 33 so M33 will stay on.
Why use two relays why not AND M256 & 286 to set M32 only?.
This code looks like there's been a problem & code is just being added willy nilly to try & overcome some bug.
 

Similar Topics

I am trying to achieve a set/reset or toggle function withthe same input. Example: Push a button once, the motor or pump starts, push the same...
Replies
33
Views
8,114
hello I am using a SFC function with rslogix and my question is: if Step 4 or 10 is currently activ how can I reset (or abort) all SFC and go...
Replies
5
Views
4,737
I'm pretty new to PLC's so this is a pretty simple question. I have a micro 810 and I'm trying to get the set and reset function to work. I have...
Replies
20
Views
4,461
Hi guys, Im new to this forum and factorytalk in general. I have a question and if someone can enlighten me on this that would be great. I want to...
Replies
5
Views
2,214
I am trying to set up a Function Block Timer (TONR in Controllogix5k) so that by changing the position of a selector switch, a different preset is...
Replies
5
Views
1,939
Back
Top Bottom