D-registers and M-registers

mb25

Member
Join Date
Mar 2007
Location
inverness
Posts
3
Hello, this may seem like a really stupid question, but can anyone tell me exactly what the difference between D-registers and M-registers are? Or does it just depend on how the particular software uses them? Thanks
 
D are data registers. They cannot be addressed on bit level in the FX series (except FX3U).
M are bits (also called auxiliary relays in the manual).
 
Just to expand that, the D registers are 16 bit registers only availlable as words, the M are bit level m0, m1,m2 etc.

Note in mitsubishi you can alter the settings to give the range of retentitive i.e. D200 to D512 or D0 to D512, you can do this for most addressable internals.
You can copy D words to M bits by mov instruction & vice versa i.e. D200 k4m0
the K4M0 means 4 nibbles (16bits) starting at M0.
 

Similar Topics

What is the best way to extract the hour and minute from the register that comes from Yaskawa VFD. In studio 5000 I have a register saved as INT...
Replies
3
Views
82
Good day guys. I have a third party device with its Modbus registers which I want to copy/set up on a plc because I need to convert my Modbus tcp...
Replies
3
Views
135
Hello everyone, I want to read a register in HC900 honeywell but I am not understanding. https://ibb.co/2dNDsmk In this link are the things I...
Replies
10
Views
1,781
Hi Team, So, what is the correct understanding of the codes for Holding vs Input registers? My understanding was #3 = Input registers & #4 =...
Replies
15
Views
2,401
Howdy Everyone, We have an old HMI that is a UniOp Model eTOP310U201. It is the only one in the plant, and i didn't even know it was here until a...
Replies
15
Views
2,096
Back
Top Bottom