Sign in to follow this  
Followers 0
S.amine

Internal relay M

3 posts in this topic

Why we use internal relay M in mistubishi plc. 

Share this post


Link to post
Share on other sites

it is internal memory, meant for bit-wise access... other types also exist like L, B. D etc.

they all can be used store information and keep track of things. 

unlike inputs and outputs they are not exposed to external world.

Share this post


Link to post
Share on other sites

Little more detail in case you are new to the Mits PLCs

M are basic internal relay bits. 

D are basic internal Words

L are Latched internal relays (their state remains through power cycles)

X/Y Obviously inputs & outputs

T are timers

C are counters

Z are pointer modifiers i.e. [MOV K150 D100Z1] would move value of 150 to D100+(Value of Z1), so if Z1 = 10, D110 would 

1 person likes this

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now
Sign in to follow this  
Followers 0