Mitsubishi D Registers

godcixelsyd

Member
Join Date
Jan 2013
Location
Georgia
Posts
102
Hi all. I'm trying to find information on the last fault for an A1SHCPU. So far from my reading and understanding, this should be stored in D9008, and I have a list of what the stored amount would indicate. My only issue is I can't find a way to just see what is currently stored in registers, sort of like viewing data tables in RSLogix500. Is there something like this for mitsubishi? I'm using GXDeveloper v8. Thanks in advance!
 
The quickest way would be to write a line at the bottom of the program like

-| |-----------[MOV D9008 D100] -|

In monitor mode it will show the contents
 
I had thought of doing it this way... I was hoping there was a way to just view current values of all registers. Guess there isn't. Thanks!
 
I looked around and didn't see the 'device memory' tab you referenced, and the Diagnostics seems to tell you only a current fault, not a last active fault. I took your suggestion and modified it to
-[<> D9008 K0]-----------[MOV D9008 D100]
in hopes that if it is a fault which allows the scan to continue, that it will store it where I can see what it was afterwards. Thanks for you help!
 

Similar Topics

Its been a while since I've worked with a mitsu. In regards to Timer register reads and writes: Does it read the accumulator and write to the...
Replies
5
Views
2,322
Hi, I'm currently in the process of locking down a program, I have managed to set passwords for FB's and WS but can't seem to find a way of...
Replies
10
Views
1,792
So I'm gradually getting the gist of what my predecessor designed, and I've hit another oddity. In out WonderWare most of the IO is going through...
Replies
2
Views
2,563
Can someone help me understand what is the benefit of using file registers as opposed to regular latched data registers. We mostly use the FX3U...
Replies
3
Views
3,426
Hello, Will the Protocol format 1 or 4 support reading of ER (extended data registers) in Mitsubishi PLCs? Which protocol i have to implement to...
Replies
2
Views
1,593
Back
Top Bottom