How I get a fixed scale alignment?

It seems there I no possibility to do that?

My workaround to do it with manipulate one value at midnight to get it automatically scaled, also doesn’t work.

If(minute < 1 || hour < 1) v12 = 100;

Use a lowercase “i” for the “if” and the rule will validate correctly.

if(minute < 1 || hour < 1) v12 = 100;