Mitsubishi Fx2n analog addressing

rj061991

Member
Join Date
May 2014
Location
iligan city
Posts
75
Good day!

i would like to ask about what are the analog addresses in mitsubishi plc..the siemens s7 300 plc has PIW and PQW.. what should i use in mitsubishi fx2n plc??
thanks for the replies
 
The FX series uses the slot numbers i.e. if installed as first extension then this is slot 0 and so on.
You need to use the TO & FROM functions in GX developer
there are a number of manuals on the mitsi website
https://gb3a.mitsubishielectric.com/fa/en/service/download
Search for the card you want i.e. FX2N-4AD.
The TO instruction sends data to the card i.e. [TO K0 K1 D200 K4]
and the FROM instruction reads data from the card, it depends on what you are reading/writing but the TO instruction above writes to the analog block 0 Buffer 1 D200 - D203 to 4 addreses
you really need the manuals but these can be difficult to find on the website as the FX2N is now obsolete and replaced with FX3 however the code should be the same
 
as mentioned by parky.
use the TO & FROM instructions. there you will have to define the address of A/I , and where you want to store this value (you can store it in data register), which later on you can move that value to another register etc & can perform other functions also as required.

Thanks.
 

Similar Topics

i am using mitsubishi plc FX1N-40MR & analog module FX2n-8AD with it, i want coding that plc accept input analog voltage from -10v - +10v which...
Replies
0
Views
4,351
Hi All, I am trying to collect data from an analog switch using AD module in a FX2N series PLC. I have attached my small code that I am using to...
Replies
14
Views
20,374
I've worked on one Mitsubishi PLC in the past 40 years. Now, it looks like I get to tackle another one...using GX-WORKS3-C1 software which I...
Replies
3
Views
952
I have been asked to work on a Mitsubishi Melsec FX2N-80MR PLC but have no experience with Mitsubishi at all. The hope is to get online to find...
Replies
4
Views
1,338
Hi all IÂ’ve never worked with Mitsubishi PLCÂ’s or software, but a customer at our branch has requested the PLC program for future...
Replies
0
Views
784
Back
Top Bottom