Gman1

Input on the left vertical line

3 posts in this topic

Hi!

I have a question about programming. I want to place an input (X01) on the left vertical line, to allow the rest of the program running by an external switch. How can I place an input like that? I work on Gx works2 and using an Fx3g Plc

(I used it once, but i can't find that program.)

Edited by Gman1

Share this post


Link to post
Share on other sites

Look into the MC and MCR commands.  Those are the Master Control and Master Control Reset commands.  They will essentially allow you to enable a whole block of logic that is contained between the MC and MCR. 

Share this post


Link to post
Share on other sites

| X0 | ----- [MC n1 M0]

Stuff to run when X0 is on..

---------------[MCR n1]

Stuff that runs all the time

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