Studio 5000 One shots, handshake required?

I have some odd 'bugs' in one of our machines here and was wondering the following:

View attachment 40202

If 'a' is toggled and b allows 'c' to latch. Is there any instance where 'c' would not latch? This seems obvious but my troubleshooting this large program has lead me to this not always occurring for some reason. Is there limitations on how the rung is scanned?

Thanks,

E

I think your problem is the unlatch condition was true same time with your input 'a' goes high. Need to make sure that does not happen. You dont have to use oneshot. see my example below

Cycle_Complete.png
 
One thing I use as a test - with an online edit add a branch around the OTL and latch another "test" bit that is not addressed anywhere else in the program. If that test bit gets latched but the monitored bit doesn't that means the monitored bit is getting unlatched somewhere. If the test bit doesn't get latched then the line is either not true or not being scanned.

If a ladder is not being scanned when you are online the XIO's & XIC's do turn green if they are controlled elsewhere, or are inputs changing.
 
One thing I use as a test - with an online edit add a branch around the OTL and latch another "test" bit that is not addressed anywhere else in the program. If that test bit gets latched but the monitored bit doesn't that means the monitored bit is getting unlatched somewhere. If the test bit doesn't get latched then the line is either not true or not being scanned.

Or use the cross-reference on the "monitored bit" and sort the x-ref by "destructive" to see what else could be writing that bit.... much easier than online editing.


If a ladder is not being scanned when you are online the XIO's & XIC's do turn green if they are controlled elsewhere, or are inputs changing.

The programming software looks at the instruction type and the current value of the tag to determine highlighting, totally irrespective if they are, or not controlled elsewhere.
 

Similar Topics

Hello, We are now working on a software to collet the configuration of different PLC brands ,using a third software to backup all the simens...
Replies
1
Views
67
Hello everyone, I'm new here, I hope someone can help me. I've been trying to install EDS files to my Studio 5000 with the EDS tool installer but...
Replies
3
Views
113
Hi Everyone, I am facing an issue while installing the STUDIO 5000 in my windows 10 PC. During installation I am getting an error that " Error...
Replies
4
Views
181
I am connecting to a remote device. When attempting to upload I receive an error that states: Error: Auto_Functions: The Import was aborted due...
Replies
3
Views
183
Back
Top Bottom