arnoldzw

GXWorks2 - Add analog module FXCPU

3 posts in this topic

Hi Guys,

I have an FX2N-32MR CPU in the GXWorks2 environment.

When you have Q CPU`s you can add an intelligent module as an analog option card, but this does not work with an FXCPU.

I have an FX2N-4AD analog input module, where can i add this to the hardware configuration, and how to address these inputs?

 

Hope someone can give some advice,

 

Best regards,

Arnold

Share this post


Link to post
Share on other sites

@arnoldzw for FX Series you don't need to config in your project for expansion module. When you programming it you should use FROM or TO instructions to read or write buffer memory from module. By count start at K0 such as if you have 2 FX2N-4AD modules when you need to read data from first one should use [FROM K0 ... ... ...] and another should be [FROM K1 ... ... ...] for more information please check this link below it have how to setup and example program.

 

http://dl.mitsubishielectric.com/dl/fa/document/manual/plc_fx/jy992d65201/jy992d65201f.pdf

Share this post


Link to post
Share on other sites

Thank you Wasan, i`m programming in FBD, so will give it an try!

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