TuanNguyen

can't config timer interrupt in GX IEC developer

3 posts in this topic

hi every one!

i'm new with PLC mitsubishi, i have a Fx3u board and using Gx developer

i can config input interrupt pointer in GX developer  but i don't know how to config timer interrupt with GX developer.

i have read a lot of manual but i don't understand...

someone can help me?????

 

Edited by TuanNguyen

Share this post


Link to post
Share on other sites

Something like this should work. There are 3 timer interrupt pointers I6 to I8 for the fx3 series. The last two numbers after the pointer are the interrupt timer in ms e.g. I610 is 10ms, I620 is 20ms.

fx3uI6_1.thumb.jpg.826dc35f76fcccecd0bc6fx3uI6_2.thumb.jpg.72549c4c8dd6701d69947

Share this post


Link to post
Share on other sites

Example for timed interrupt.

Add your code to the task that will be called every 10mS.

If you are controlling any I/O in your interrupt, use "REF_M" to perform an I/O refresh.

interruptGxIec.bmp

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