The reason for the problem was a wrong format string in the panel. Thus a,b,c always were displayed as 0.

Replace "a = %d" by "a = %0.f" and the same for b and c. - I've edited the workshops recently and produced this error.