tiria

How to read analogue input values on the FX5U-32MR/ES?

10 posts in this topic

Dear all,

I am new to Mitsubishi PLCs and I wish to read  analogue input(0-10V)  on the FX5U-32MR/ES.The PLC is compact.

Could you please provide me with the required ladder code for that.The SD registers for the two channels is SD6020 alogue 1 and SD6060 for analogue 2.

Thanks. 

Share this post


Link to post
Share on other sites

An example of converting the value of the analog signal SD6020 and SD6060 from an integer to a real number.

SD6020.jpg

Share this post


Link to post
Share on other sites

Thanks so much.I've connected 2V to each of the analogue modules.Why is it not being detected  in the program when I start monitoring?

Gxworks3.png

Share this post


Link to post
Share on other sites

It is necessary to allow the operation of each channel CH1 and CH2. As shown in the picture.

ENB_Analog.jpg

Share this post


Link to post
Share on other sites

It is necessary to organize a registry reset at PLC startup.
That's what I did in the attached program.

test_AInputs.gx3

Share this post


Link to post
Share on other sites

Great.The last two ladder rungs that use the DEMUL function are for scaling purposes,right?

Share this post


Link to post
Share on other sites

Does anyone know why I am not getting values into registers?  I am on a FX5U-32M

 

PaulNotMoving.thumb.PNG.46a701cfa51f1f49aec9

Share this post


Link to post
Share on other sites

After turning off the PLC and back on it is okay now.  I am going to have to try to get it working for the digital to analog next. Sos about the earlier post.

Share this post


Link to post
Share on other sites

Create an account or sign in to comment

You need to be a member in order to leave a comment

Create an account

Sign up for a new account in our community. It's easy!


Register a new account

Sign in

Already have an account? Sign in here.


Sign In Now