Mitsubishi – Melsoft GX Developer (Compare function).

NJC123

Member
Join Date
Aug 2009
Location
various
Posts
38
I’ve got job that requires removing an old Mitsubishi PLC and replacing it with a Schneider.
I’ve never work on Mitsubishi before. Typically the code has no comments and there is very little documentation / knowledge of how the process works. So at the moment I’m going through the code trying to make some sense of it.
Could someone please confirm the operation of the compare function in the Melsoft GX Developer.

-----[CMP D3 D85 M53 ]

If D3 > D85 = M53 (Hi)
If D3 = D85 = M54 (Hi)
If D3 < D85 = M55 (Hi)


Thanks
Nige
 
I know this thread is donkey's old but just wanted to say thanks to BTalbot (something the original poster never bothered to do!). I was looking for this info and found this post and it was just what I was looking for so... thank you.

;-)
 
Uptown47 you’re right I should have replied, BTalbot thanks for the info it was helpful. Better late than never.
 
+1

But just for the record, The sign is shown wrongly in the attached manual excerp.

It reads:

C10>K100,M0=ON

It should be

C10<K100,M0=ON

BR
 
Last edited:

Similar Topics

Hi everyone, I'm new to ladder programming and I may have been too ambitious thinking I could do a full plc program by myself. My father has a...
Replies
62
Views
14,817
I am new to PLC programming and just started a new internship where they are asking me to write a pretty simple program. I am studying Mechanical...
Replies
27
Views
19,936
I have been fighting with this mitsubishi software and have most things figured, so far. The major problem is that i dont see a way to display the...
Replies
2
Views
5,699
I'm translating a program from RSLogix500 to Mitsubishi Q type plc, using Melsoft GX, and I just need to know which vales of Counters, Timers and...
Replies
4
Views
2,274
I am new to mitsubishi PLC programming, and, for the most part, have been slowly making progress. However I have come to a problem. I need to know...
Replies
8
Views
3,772
Back
Top Bottom