You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
This time will be used to determine, how long not successful communication has happened. Hence, we have to add the line from the second code block before the return statement in the first code block.
The text was updated successfully, but these errors were encountered:
The write interaction with the TUM PLC is skipped when the user controls it:
pyra/packages/core/modules/enclosure_control.py
Lines 125 to 130 in 6a5ee60
However, after all successful write statement, the time will be stored:
pyra/packages/core/modules/enclosure_control.py
Line 156 in 6a5ee60
This time will be used to determine, how long not successful communication has happened. Hence, we have to add the line from the second code block before the return statement in the first code block.
The text was updated successfully, but these errors were encountered: