Gnomes Posted December 5, 2005 Report Posted December 5, 2005 I've got a quick question that I'm wondering about here as I'm trying to figure out some code that might work with what I'm trying to do. How short of an input signal is allowed for the plc to recognize an input and close the correct contacts in my logic? I'm using a VersaMax PLC with cpu001. Thanks for any help! Quote
Steve Bailey Posted December 5, 2005 Report Posted December 5, 2005 There are two components to the duration. First, the signal needs to remain on for the input filter time in order for the input module to recognize it. Once the input module has recognized the signal as being on, it must remain on long enough for the input module to report it to the CPU. This happens once per scan when the CPU queries all of the input modules for their status. So, the longer the scan time, the longer the signal needs to be on to ensure that it gets detected. When your computer that is running the programming software is connected to the PLC and online with logic equal, you can see the scan time displayed at the bottom of the screen. Quote
Gnomes Posted December 6, 2005 Author Report Posted December 6, 2005 Thanks for the help Steve. I will keep that information in mind. Quote
Recommended Posts
Join the conversation
You can post now and register later. If you have an account, sign in now to post with your account.
Note: Your post will require moderator approval before it will be visible.