Thanks for reply SkyeFire .
If I assign my speed value to a variable and I change this value via using this variable , still not ?
For example, my LIN Motion Speed is iMySpeedValue.
IF $IN[255] THEN
iMySpeedValue = 2
ELSE
iMySpeedValue = 0.2
ENDIF
Does not work ?