Mitsubishi QnA CPU - command notations

tugood2b

Member
Join Date
Apr 2005
Posts
1
I have a lot of experience with PLC's however, I am just learning to use the Mitsubishi QnA. I have trouble understanding the command notation. For example:

From HO K839 D300 K1

This is a "From" command. "HO" means a hexidecimal number to be read from. "D300" is the register that is being written to. "K" stands for constant. So, does "K839" mean the constant hexidecimal "h0839" is being written to "D300"? If so, what does "K1" mean? Is this the number of words written to "D300"?
 
Instruction FROM refers to a memory buffer of any inteligent module pluged in the base.

From HO K839 D300 K1

H0 - address of the module
K839 - internal memory address
D300 - this is a register in PLC where your data will be moved to
K1 - tells how many values will be transfered
 

Similar Topics

Hello. Is it possible to upload PLC program (Mitsubishi QnA) and get it in language it was written and not in ST?
Replies
1
Views
2,374
I have a problem with a Mitsubishi QnA series that happens once every 28 days at exactly 4:30 in the afternoon (at least for all of 2010). I am...
Replies
5
Views
2,235
how to use off delay timer in QnA series programming of Mitsubishi PLC ...please help - thanks:(
Replies
2
Views
3,644
Hi all, I am using a Mitsubishi QnA-CPU, and I have some problems accessing file registers ("retentive registers") . It seems that when I write a...
Replies
4
Views
7,561
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
59
Back
Top Bottom