Test results for firmwware 3.0.0 267A22F
Scene and detailed results below. The short version is that everything seems to work as expected, except that J and K do not seem to be initialized to 0 in each script when the scene is loaded. Values for J and K seem to be saved with the scene. Thanks for developing this - it’s going to be great to have so much extra storage!
LOCAL VAR TESTING
#1
J 10
K 11
X J
Y K
#2
I 20
$ 3
#3
X I
#4
J 40
K 41
$ 5
#5
X J
Y K
#6
J + J 1
K + K 1
X J
Y K
#7
#8
#M
J + J 10
K + K 20
X J
Y K
#I
M.ACT 0
J 100
K 200
X J
Y K
Scene load:
Expected result X=100, Y=100
pass
Trigger script 1
Expected result X=10, Y=11
pass
Trigger script 2
Expected result X=20, Y=unchanged
pass
Trigger script 3
Expected result X=0, Y=unchanged
pass
Trigger script 4
Expected result X=0, Y=0
pass
Trigger script 5
Expected result X=0, Y=0
pass
Trigger script 6
Expected result X=1, Y=1
Repeated triggers count up X Y
fail - X and Y increment by 1 but start at values stored with scene
M.ACT 1
Expected result X=10, Y=20
every metro tick, X increments by 10, y increments by 20
fail - X and Y increment by 10 and 20 but start with values stored in scene