What would this return


#1

hi
@@SumpPump1TriggerTime = $now

($now-@@SumpPump1TriggerTime)/60000
what value would ts return is it


#2

hmm run time in minutes?


#3

when coding is there a way to go through the code an see what it gives you


#4

Assuming the values for the other variables are present, you can try the Evaluation console (in non-edit mode, scroll all the way down the piston).

Instead of Value, select Expression. The you can enter ($now-@@SumpPump1TriggerTime)/60000

Edit: The evaluation console is also available in edit mode by the way, it is also possible to preview the evaluation in Expression editor.


#5

I see the evaluation console in edit it a gray box how do i get it to work?


#6

image


#7

thank that is a big help