Feb 212013
 

The input is the height of the platform.

If you put in a constant height, the platform will go that height and stay there… with zero speed.

Recall that in order to pick up the payload, the payload must be a precise distance from the spuCraft AND that the payload must be moving at exactly the same speed as Pokey.

How are you going to match the speed?

In general, you can’t set the speed of the platform. You can only set the height. The only way you can set the speed of the platform is if you set the speed to zero.

Given this, I think the only way to rubustly pick up the payload is to pick it up when the velocity of the spuCraft is zero.

Is this enough for you to get going?

If so, then go. If you need more, continue by clicking here.

Return to Lift Help.

Feb 072013
 

The switch provides a mechanism to switch to a different input script. However, when programming your switch, you have the option of setting an “automatic switching condition.” Whether or not you should use an automatic switch depends on the specific application. Here’s how they work:

  • If the automatic switching condition is not set, then the script gets switched immediately when the specified button is pressed.
  • If the automatic switching condition is “on,” then pressing the specified button only “arms” the switch. The script does not gets switched until the mathematical rule written in the box is satisfied. When the condition is satisfied, the switch gets triggered automatically.

So, in general, you will need an automatic switch when you need a script to be executed at a precise instant. If you can tolerate a reasonable amount of human error in determining when the switch gets activated, it’s usually easier to leave the automatic switching condition off (not “on”).

As you approach any of the belts in the Drop world, my guess is that timing is probably critical. After passing a belt, you might want an imprecise switch to easily return back to the default manual script.

Back to Drop World Help.