7/3/2023 7:13 PM | |
Joined: 11/5/2012 Last visit: 8/14/2025 Posts: 490 Rating:
|
Hello we had similar problem. A variable was left in true state after the sequencer was no longer in the step that assigns to variable a true value. Could this be a bug in the PLC itself? TIA V17 and most recently: PLC is: 6ES7 516-3FN01-0AB0 with firmware: V2.6 Tia V15.1 Does somebody has more information about this?
------------------------------------------------------------------------------------------ |
Last edited by: Jen_Moderator at: 07/04/2023 08:21:56New subject after splitting |
|
7/4/2023 9:18 AM | |
Joined: 1/21/2013 Last visit: 8/29/2025 Posts: 4087 Rating:
|
Hi Rescobedo, As with any software product, there is always the possibility of an error in the PLC. However, it may also be expected behavior in the particular situation. I am not aware of any firmware or software bug that would explain the behavior described. But without knowing the details - in this case the PLC code - it's impossible to give a general answer. To clarify this, I would recommend that you contact Siemens and create a support request the next time you observe such a problem. Kind regards |
7/5/2023 2:36 PM | |
Joined: 7/7/2010 Last visit: 9/3/2025 Posts: 16057 Rating:
|
A screenshot of the logic may help greatly. Otherwise, we will be guessing. It is usually because whatever code is required to reset a tag to false is inside a block that gets the ENable input turned OFF too soon, so that block does not get the opportunity to reset it to false. Many Siemens PLC blocks with DBs associated with them require the EN to remain on pretty much all the time, or for as long as the block's InOuts and Output tags may need to change.
|
science guy |
|
This contribution was helpful to
1 thankful Users |
Follow us on