Ecostruxure Automation Expert [21.1]: How to read Real Time Clock from Controller.
User can read Real Time Clock from Controller by using a Function block MIBGET. This Function block is available in service section of Runtime.Base library.
MIBGET function block is internally used for getting diagnostic information.
Provide a constant with string 'System.CurrentTime' at Path1. Create a Constant at Q1 and make it True.

After deployment to Controller, you can see, the block had read the system time and was available at Value1 output.
MIBGET function block is internally used for getting diagnostic information.
Provide a constant with string 'System.CurrentTime' at Path1. Create a Constant at Q1 and make it True.
After deployment to Controller, you can see, the block had read the system time and was available at Value1 output.