How to accees bit in d PLC mitsubishi FX3G

tid_champ

Member
Join Date
Mar 2011
Location
bkk
Posts
30
Hi
I want to acceess bit in d but the fx3g not support. I
I trial function BCD & BIN data input to output are not equal.

| M8000
|----------| |-----------------[DBIN K8M160 D160]
|

I force bit 160-163 data same( k8m160 = 8 , D160 = 8)
I force bit 164 data not equal(k8m160 = 16 , D160 = 10)

Please guide me for the function or solve problems.:(
Thank you.
 
To access individual bits within a 'D' register use the period character after the register number followed by the bit number.

d160.0
---| |----

Steve
 
Can you move the 'D' register to a 'M' register and use them?

---[MOV D160 K4M0]--|

M0-M15 will correspond to D160 bit 0-15

Steve
 

Similar Topics

See the screenshot of EIP tag list. We are trying to read in a digital input that is hard-wired. It is shown here as I31.1. I believe we cannot...
Replies
7
Views
278
A couple days ago I accidentally toggled an alwasyoff bit. The issue is it was set up as a single OTU on a rung, nothing else, and used as XICs...
Replies
3
Views
224
Hi I have an old panel builder 32 that I’m replacing for a factory talk me hmi . In the plc for the old panel builder there is a coms bit for the...
Replies
0
Views
72
Hello, Haven't been on in a while. I need to generate a bit level pdf of the I/O for RSLogix 500. I can generate a report but it just shows the...
Replies
1
Views
155
I tried researching but I still don't quite get it. As far as I understood, it's used after a function is called in STL and then if the function...
Replies
1
Views
143
Back
Top Bottom