Strauss

Inhibit IO Modules Programaticcaly in Studio 5000

3 posts in this topic

Hi,

Does anybody know if its possible to access the "Inhibit Module" tick box within the Hardware Device Connection tab from the PLC code?

I'm hoping to turn this on / off depending on whether certain modules of machine are physically installed.  e.g. A Kinetix Drive / Point IO etc.

Thanks

Share this post


Link to post
Share on other sites

Yes, you can. It will be an SSV instruction.
Use the Class Name "Module", Instance Name of the module, Attribute Name "Mode". For "Source", use a tag with bit 2 set. For more info, put an SSV instruction in your program, highlight it, and hit "F1" to open the help. Then scroll down to the bottom and select "GSV/SSV Objects" and then scroll down to click the link "Module".

Here's a screenshot of two SSV instructions that inhibit and un-inhibit a module:
SSV_Inhibit.JPG.d3a1e6ad2e60efaa2df0d383
There should be rung conditions to enable it as needed, of course. Probably couple the SSV with a GSV to verify it has changed state so you can disable the SSV instruction.

That's all based on v32 of Logix Designer.

Edited by Joe E.
2 people like this

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