Hello,
I discover your program to pilot all my Powered Up Lego trains. Thanks a lot for your development, it works perfectly, and it is very easy to use ;-)
My Horizon Express has 2 motors (one in front locomotive and the other in back locomotive) and it was easy to synchronize 2 motors on only one slider with the programming tool.
// Horizon Express - 2 motors management
//=======================================
while(Hub[4].IsConnected)
{
// Synchronize motor 2 on motor 1 speed
Hub[5].SetMotorSpeed("A", Hub[4].GetSpeed("A"));
// wait 0,25 sec to update motor 2 speed on motor 1
Wait(250);
}
Could it be possible to synchronize the color of the train icon (always green) with the color choosen in the hub configuration ?