Mitsubishi A0J2 problem

kerolarifen

Member
Join Date
Sep 2014
Location
Kajang
Posts
11
Dear All,

currently i have a problems with my mitsubishi PLC.
i'm using A0J2 (old PLC).

when the input is triggered,
the output remain same which is not activate.
even i try in simulation mode,
it still not activate.

here i attached the simulation image.



pnv74bv2p
 
thanks friend. ...


You are very welcome.


I am humbled by how often a fresh set of eyes finds my mistakes (even occasionally my own after a night's sleep), so I am more than happy to pass on the favor. P.S. I have never worked with Mitsi stuff; maybe that is why I saw it?
 
Last edited:
That is a MC (Master control) any code after it will only be processed if the relay is on so before that there should be an MC instruction and at some point later in the logic a MCR (Master control reset).
So to elaborate any code between the MC & MCR will only be processed when the bit in the MC instruction is turned on.
 
That is a MC (Master control) any code after it will only be processed if the relay is on ...




The sublime beauty of ladder is that that contact (NO; XIC) on the left-hand rail made that intuitively clear to someone with zero experience in the Mitsi domain, and who had never seen similar notation before.


Exactly as intended by the designers of ladder.


N.B. I'm not saying that that makes ladder superior - I dislike all programming languages - or anything like that; just it has its uses.
 
I agree it does see a little weird how it is displayed, however, the reason for this is if it is a long bit of code it makes it a little easier to understand. My explanation is not very good I should have explained it is not a sort of jump over the code, if the MC relay is off any output in the ladder will drop off (they will not stay on like a jump round the code it is just a way of displaying the same as the code attached), so even if the logic is true on any of the rungs the resulting outputs will be false attached is the equivalent of the MC/MCR instructions. so in reality is just a contact driving multiple ladders.
Here is the equivalent in normal ladder doing the same job. M0 is just the equivalent of the MC/MCR instruction.

MC.png
 

Similar Topics

I have an old A0J2 CPU on a blow molding machine. This machine wasn't connected to power for nearly an year. Then moved to another factory. Now...
Replies
10
Views
1,997
Dear sirs, currently i am working on project which need to replace the aoj2 series cpu, aoj2-d71 positioning unit to a2s series and position...
Replies
2
Views
5,274
hi. we have an "archaic" a0j2 mitsubishi plc, and i have to modify the program. i found medoc program for connecting so i solved the first step -...
Replies
1
Views
4,532
I have a problem with an A0J2-PLC. I was called out to a customer who has a machine with an A0J2-PLC. First there was no power to the PLC, I...
Replies
6
Views
3,478
Hello! If someone can help me with the following problem. I can't change the phone number. Do I really need the interface (AL-232CAB - Programming...
Replies
0
Views
39
Back
Top Bottom