Advice on the best way to count the hours to set point of an opc tag

I’m looking for a way to count the amount of hours it takes for my industrial furnace to get to the temperature set point. I have the temperature as a opc tag but im not even sure where to start. I want to start the count at 10 am and count the hours it takes to get from its current temp to 2350 deg F.
I’m pretty new to ignition and programming in general.
Any pointers would be helpful.
Thanks

(1) Read a “Go” Tag (Run furnace)
(2) Note in Ignition what time the “Go” Tag went True
(3) Note in Ignition what time the “Go” Tag went False
(4) Runtime = (3) - (2)

There’s Python scripting to help withe Date/time subtraction

It would be a lot easier in PLC Logic to do and just read the tags (If you have permission to add a bit of logic that is) :wink: