Log time data from uArm with Blockly

I use Blockly to control the uArm Swift Pro, and I’m looking for a way to log time data (hour, minutes, seconds). For example, I’d like to have the time logged when specific lines of code run.

I’d like to continue using Blockly if possible. Does anyone have suggestions on how I might be able to go about this - whether using the extension ports or some other method?

Any suggestions would be greatly appreciated!

Hello,
You can use the Python-SDK to control the uarm, you can write the python program to log the time data.
Thanks.