programming analoge module(mitsubishi)

jerrycat

Member
Join Date
May 2003
Posts
20
hi how are you, thanks to you i,m starting to create my own program now. i have two questions??

i,m using a melsec FX2n PLC
i,m now trying to program a FX2n -2AD. this module is used to convert two anlog signals to digitals one. the problem is that in the programming manuals there are two fuction which can do this ,
1 THe "FROM" and the "to"
2 the RD3a

1 can anyone help me with a sample program using the RD3A fucntion
 
FROM is used to copy data from module to PLC memory so your
program can use it.
TO is used to send data to module for example to configure it
or to write values to analog outputs.
 
Take a good look at the Buffer memory settings.

You will find them in the booklet that came with the PLC.

Every buffer has its own meanning.

In some you will activate a chanel.
In others you will read the realtime value or the average value. This average will be based on scans or time and of course these settings are written TO some buffers.

So to read a value you will use FROM and to qwrite to a buffer you will use TO.
 

Similar Topics

Hello All, I am stumped on how to convert a %MW to a %MF using Machine Expert Basic and a Modicon M221. The help files show a word to a double...
Replies
4
Views
156
Hi, I am trying to set up a plc. I've never done any programming with ladder logic previously. I'm trying to set up a a program to turn a device...
Replies
7
Views
261
Dear all, I have fx2n plc on my hand but I don't have the programming cable sc-09 and it would not be easy for me to get one. I need the cable...
Replies
3
Views
144
Hi all, i am the new controls guy at the plant and i have inherited a pc from the previous controls guy with Siemens tia portal version 16 and 17...
Replies
20
Views
975
I need to pull the program off of an old 90-30 so I can convert it to Allen Bradley. This is my first time messing with GE and I don't have the...
Replies
2
Views
100
Back
Top Bottom