D-Link DSL-G684T Manual do Utilizador Página 98

  • Descarregar
  • Adicionar aos meus manuais
  • Imprimir
  • Página
    / 118
  • Índice
  • MARCADORES
  • Avaliado. / 5. Com base em avaliações de clientes
Vista de página 97
98
begin
label28.Font.Color := clWindowText;
label28.Caption := 'Contracted';
end
else
begin
label28.Font.Color := clRed;
label28.Caption := 'ERROR';
end;
if copy(hex, 5,1) = '1' then
begin
label27.Font.Color := clWindowText;
label27.Caption := 'Resolved';
end
else
begin
label27.Font.Color := clRed;
label27.Caption := 'ERROR';
end;
label26.Caption := inttostr(BinToInt(copy(hex, 1,4)));
end;
end;
procedure TForm1.rst1Click(Sender: TObject);
begin
rst := 1;
if IdTelnet1.Connected then
begin
IdTelnet1.IOHandler.WriteLn('photo=off');
wait(3000);
application.MessageBox('Photocell turned off','OK',
MB_OK);
IdTelnet1.IOHandler.WriteLn('servo=off');
Vista de página 97
1 2 ... 93 94 95 96 97 98 99 100 101 102 103 ... 117 118

Comentários a estes Manuais

Sem comentários