Space Engineers

Space Engineers

SAMv2 - Sam's Autopilot Manager version 2
Tinkerbel 2021 年 6 月 24 日 下午 10:14
Remote commands..
HI Everyone,

Just wondering whether someone can give me some advice on sending remote commands to a Drone without a cockpit.

Some variables
$Shipname = drone_ship_4_gold
$Dock_1 = Dock_1 [SAM Name=drone_dock_1]
$Dock_2 = Dock_2 [SAM Name=drone_dock_12

I've configured the Drones Programable block with the following settings.

Programmable block [SAM Name=drone_ship_4_gold]
[CUSTOMDATA]
SAM.
SAM.LIST
SAM.ApproachDistance=1000
SAM.ApproachingSpeed=30
SAM.DockDistance=5
SAM.MaxSpeed=55
SAM.ConvergingSpeed=30
SAM.TaxiingDistance=20
SAM.Wait=100

The Antennae, Cameras, remote control are all tagged with [SAM]

So all of the above works perfect for ships with cockpits where I set a list of paths. But for some reason when I transmit my commands remotely nothing works. As far as my understanding goes , the below command should sent drone_ship_4_gold to doc with connector {drone_dock_1} to load some cargo and then drop it off at connector {drone_dock_2}. It's just that nothing happens when I transmit the command from the programmable block on my Base via the "keyboard".

On a side note , my base Antenna and programmable block on the base are all tagged with [SAM]

SAMv2 cmd# run
drone_ship_4_gold
{Load}drone_dock_1
{Unload}drone_dock_2

Some help will be much appreciated.

Thanks in advance,