Jump to content

Recommended Posts

Posted
Hello Everyone, I am new to ladder logic, and trying to understand flow of below attached ladder logic- How does the program flow ? Does PT4601_I in rung 3 waits for rung 2 to complete inorder to consider updated value of PT4601_I or it consider PT4601_I default value and runs simultaneously with rung 2 ? Thank you in advacne
Posted
Each rung is executed sequentially. When a variable's value is updated as a result of an instruction on rung 2, the updated value is immediately available at rung 3. What is the full name of the variable at the IN1 node of the ADD_REAL instruction on rung 3? If it is PT4601_INT and that variable is defined as INT, then you may have a problem mixing an INT variable with a REAL instruction. If PT4601_INT is actually a REAL variable then you have a problem with the REAL_TO_INT instruction on rung 2.

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.

Guest
Reply to this topic...

×   Pasted as rich text.   Restore formatting

  Only 75 emoji are allowed.

×   Your link has been automatically embedded.   Display as a link instead

×   Your previous content has been restored.   Clear editor

×   You cannot paste images directly. Upload or insert images from URL.

×
×
  • Create New...