Sign in to follow this  
Followers 0
Guest Chido

Question About Forces

10 posts in this topic

Hi everybody: Please help me. I am modifiying a program on a A2SH using GX Developer. I was doing some testing forcing signals with the IO disconnected and now will connect it and I am not sure how to remove all the forces that I did. I was wondering if there is a way like in RSLogix to disable and remove all forces at the same time. Do the forces remain? or if for instance the input (X10) is ON the force OFF will be overwritten with the real value? Thanks a lot..

Share this post


Link to post
Share on other sites
Forcing on Mitsubishi PLC's does not work in any way similar to that of RSLogix. If you force on an output coil (eg Y20 or M100) it will be on so long as there is no reference to it in the program code, if there is reference to it in the code, you will turn it on and then after the next scan, the plc will turn it off again. Inputs work slightly different, you can turn them off or on as many times as you like and the PLC will evaluate them in whatever condition you set. Trouble is, there's no way of knowing what inputs have been forced! For example, you have an emergency stop button that gives a 1 for healthy, you are testing and force that input to a 1 by mistake, someone presses the stop button and the plc will still think it's ok! The only way that I know of removing all of the forces is to switch the processor to reset. Edited by navillusi

Share this post


Link to post
Share on other sites
The device test dialog (alt+1) will give you a history of what devices you have toggled. Close the project and re-open and the history will be cleared.

Share this post


Link to post
Share on other sites
Thanks Navillusi: I will reset the PLC to get rid of all the forces because I forced quite a bit of inputs, that could be dangeorus :*-(

Share this post


Link to post
Share on other sites
Please someone correct me if I am wrong - but I always thought that with mitsi, you cannot force inputs ON. (Not to stay forced on anyway) or for that matter outputs either (IN RUN MODE) You can with the simulator (thats what it is for) but if the logic is not true, you cant force an 'Y' or an 'X' on

Share this post


Link to post
Share on other sites
You can force inputs or outputs on mits, X or Y you can not force M coils that i know of. I have been very busy lately but i will check my book at work and let you know. I went to a class at mits for there PLC a couple months back and got some good info give me a day or 2 and i will post.

Share this post


Link to post
Share on other sites
Here is mits site and a manual for the gx developer ver6, if you go to the debugging section it talks some about forces. I will still check my info at work and post back. http://www.meau.com/Files/IB_NA_0800031-D.PDF

Share this post


Link to post
Share on other sites
It is usually not hard to find the manuals on www.meau.com but sometimes their site is VERY slow... Here is link to FX manuals

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
Sign in to follow this  
Followers 0