i have something that i don't understand if anyone can help me with this :
i try to read a RFID tag and save in a Dummy
i write a rule like :
Code: Select all
on RFIDlime#tag>0 do
TaskValueSet 2,1,%eventvalue%
endon
My Dummy is : 80709464
so i try a rule like :
Code: Select all
on RFIDlime#tag>0 do
TaskValueSet 2,1,80709466
endon

Try with others values like 80000002 my Dummy is 80000000
with 70000002 my Dummy is 70000000
Always 2 under de correct value.
So i try to correct it with
TaskValueSetand 2,1,%eventvalue%+2
But my eventvalue get + 6 ...
try:
TaskValueSetandRun = same
any explanation ? is it a bug ?