Mitsubishi FX - Referencing bits in words...

donnedved1960

Member
Join Date
Jan 2012
Location
Kansas City
Posts
8
So my HMI is writing D words to the FX1s PLC for buttons, etc. How does one reference these bits in the PLC? I've tried several syntaxes on an open contact using D71.0, etc. How does one use D-words at the bit level in ladder?

Thanks for any help!!
 
The FX1S does not support bit-level addressing for D registers.
Copy the register value to a word of bits and read bits from there.
For example: after MOV D10 K4M100, bits M100-M115 reflect the D10 bits.
 
The K4 represents 4 nybbles (4 bits) therefore K4 = 16 bits (the length of the D register)

Hope this helps

Steve
 

Similar Topics

Hi Guys, I have a questions to the Mitsubishi guys about signal and module addresses. I’m coming from Siemens and Rockwell background, however...
Replies
2
Views
1,212
Hi Guys, I have a questions to the Mitsubishi guys about signal and module addresses. I’m coming from Siemens and Rockwell background, however...
Replies
0
Views
952
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
how to communicate FactoryTalk Optix and Mitsubishi Q Series. I want to know the details of that
Replies
0
Views
56
HOW to communicate with OPTIX and Mitsubishi's Q Series PLC?? PLEASE HELP ME
Replies
0
Views
64
Back
Top Bottom