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

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
94
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
870
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
84
New to vfds. I put in parameters. IP, but I get ethernet flashing and link solid. What did I do wrong?
Replies
9
Views
468
I'm been deciphering a program for a press here. I've gotten most of it deciphered using the manual to understand the instructions (first mitsu...
Replies
11
Views
280
Back
Top Bottom