-
Notifications
You must be signed in to change notification settings - Fork 311
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
7 changed files
with
25 additions
and
23 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
10 changes: 5 additions & 5 deletions
10
ScadaDoc/ScadaDoc/content/latest/es/software-overview/applications/agent-application.html
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,20 +1,20 @@ | ||
<!DOCTYPE html> | ||
<html> | ||
<head> | ||
<title>Agent Application - Rapid SCADA Documentation</title> | ||
<title>Aplicación Agent - Documentación de Rapid SCADA</title> | ||
<meta charset="utf-8" /> | ||
<link href="../../../../../css/scadadoc.min.css" rel="stylesheet" type="text/css" /> | ||
<script type="text/javascript" src="../../../../../lib/jquery/jquery.min.js"></script> | ||
<script type="text/javascript" src="../../js/contents.js"></script> | ||
<script type="text/javascript" src="../../../../../js/scadadoc.js"></script> | ||
</head> | ||
<body> | ||
<h1>Agent Application</h1> | ||
<h1>Aplicación Agent</h1> | ||
|
||
<p>Agent transfers configuration between Rapid SCADA instance and the Administrator application. In addition, Agent provides log files for displaying in Administrator. Agent runs as a service on a server where Rapid SCADA instance, controlled by Agent, is installed. An instance of Rapid SCADA includes the Server, Communicator and Webstation applications, all or some of these applications.</p> | ||
<p>La aplicación Agent transfiere la configuración entre una instancia de Rapid SCADA y la aplicación Administrator. Adicionalmente, Agent proporciona archivos de registro (log files) para mostrar en Administrator. Agent se ejecuta como un servicio en el servidor en el que está instalada una instancia de Rapid SCADA, controlada por Agent. Una instancia de Rapid SCADA incluye las aplicaciones Server, Communicator y Webstation, todas o algunas de ellas.</p> | ||
|
||
<p>Agent communicates with Administrator via TCP. Therefore, Administrator can be installed on the same computer as Agent, or on another computer that is accessible over the network. By default, Agent uses TPC port 10002. In case of remote access, incoming connections on this port must be allowed by the server firewall.</p> | ||
<p>Agent se comunica con Administrator a vía TCP. Por lo tanto, Administrator puede ser instalado en la misma computadora que Agent o en otra computadora a la que se pueda acceder a través de la red. De manera predeterminada (por defecto), Agent utiliza el puerto TPC 10002. En caso de acceso remoto, el servidor de seguridad (Firewall) debe permitir las conexiones entrantes a este puerto.</p> | ||
|
||
<p>Agent has no user interface. To check its operation, use the log files which default location is C:\SCADA\ScadaAgent\Log</p> | ||
<p>Agent no tiene interfaz de usuario. Para verificar su funcionamiento, utilize los archivos de registro cuya ubicación predeterminada es C: \ SCADA \ ScadaAgent \ Log</p> | ||
</body> | ||
</html> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters