FORUM CTRLX AUTOMATION
ctrlX World Partner Apps for ctrlX AUTOMATION
Dear Community User! We are updating our platform to a new
system.
Read more: Important
information on the platform change.
06-29-2021 01:48 PM
Hello together,
how can I use the actual time of the ctrlX Core to programm a timer in Python? Can i find it in the the datalayer? Maybe there is an other possibility to measure time?
Greetings
Yannic
Solved! Go to Solution.
06-30-2021 11:38 AM
simply use the time library to ready the actual system time:
import time
test = time.time()