Automatische Wiedergabe nach Encoder Start

Gut, dann so:


begin
  repeat
    ExecuteCommand('ENCODER CONNECT');
    Sleep(5000);
  until
    Encoder.GetConnections.GetItem(0).GetState = ecsConnected;
  ExecuteCommand('PLAYER 1-1 START');
end.


Geänderte Grüße

TSD