Skip to content

Commit

Permalink
Insert Block Body
Browse files Browse the repository at this point in the history
  • Loading branch information
DavidDKo committed Aug 9, 2024
1 parent 0481fa9 commit cf24e38
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/Blocks/Drives/classRtcSinamics.st
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ using siemens.Simatic.S71500.DistributedIO;
NAMESPACE Simatic.Ax.LAcycCom
CLASS LAcycCom_classRtcSinamics
VAR
;
rtcRealTimeSyncPING : bool;
end_VAR
METHOD PUBLIC execute
;
Expand All @@ -13,7 +13,7 @@ NAMESPACE Simatic.Ax.LAcycCom
;
end_METHOD
METHOD PUBLIC getPing : bool
;
getPing := rtcRealTimeSyncPING;
end_METHOD
END_CLASS
END_NAMESPACE

0 comments on commit cf24e38

Please sign in to comment.