Control Expert Read_Var/Write_Var Parameters setting
Modicon PAC Forum
A forum for topics related to the scope of Modicon PAC offers and ecosystem along the whole lifecycle: Modicon M580 and 340, EcoStruxure Control Expert, EcoStruxure Process Expert (Unity Pro) and more.
Send a co-worker an invite to the portal.Just enter their email address and we'll connect them to register. After joining, they will belong to the same company.
You have entered an invalid email address. Please re-enter the email address.
This co-worker has already been invited to the Exchange portal. Please invite another co-worker.
Please enter email address
Send InviteCancel
Invitation Sent
Your invitation was sent.Thanks for sharing Exchange with your co-worker.
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-07-1407:53 PM
Control Expert Read_Var/Write_Var Parameters setting
For the Read_Var or Write_Var Function Block, there is a GEST Array[0..3] parameters to manage the data exchange where the GEST Array[2] (the #3 word of the array) is the timeout parameter with 100ms timebase. The default recommendation is 5 meaning 500ms for the timeout and retry I assume.
Does anyone notice what will be the behaviour of the operation if this parameter did not set and leave it zero. In case the the block does not successful execute, will the block restart itself or not?
Link copied. Please paste this link to share this article on your social media post.
Posted: 2024-07-1409:31 PM
Timeout determines the maximum waiting time for the response. The time base for this parameter is 100 ms (the value 0 corresponds to an infinite waiting value).
When the timeout elapses, the exchange is ended with an error report. Also, the system does not accept any responses after the end of the timeout.