I'd like to adjust fork height of forklift, I write both two ways.
setvarnum(Model.find("AGV02"), "forkinitialheight", 0.45);
getvarnode(Model.find("AGV02"), "forkinitialheight").value = 0.45;
May I ask why the fork only lift down for a short moment, after that it turns out to be it's original height? How could I change it's defaulted variable? Thank you!