AYUDA EN LÍNEA
 WINDEVWEBDEV Y WINDEV MOBILE

Este contenido se ha traducido automáticamente.  Haga clic aquí  para ver la versión en inglés.
Ayuda / Herramientas / Motor de monitoreo / Robot
  • Overview
  • Configuring the Robot controller parameters
  • Alert options
  • Alert by WDBal
  • Alert by email
  • Using a specific program
  • Configuring the status report
WINDEV
WindowsLinuxJavaReportes y ConsultasCódigo de Usuario (UMC)
WEBDEV
WindowsLinuxPHPWEBDEV - Código Navegador
WINDEV Mobile
AndroidWidget Android iPhone/iPadIOS WidgetApple WatchMac Catalyst
Otros
Procedimientos almacenados
Monitoring robot: Robot controller settings
Overview
From the monitor, you can change the configuration options:
  • of the robot,
  • of the Robot controller,
  • of the monitor.
Configuring the Robot controller parameters
The Robot controller parameters correspond to the parameters specified in the wizard for configuring the Robot controller.
To display the parameters of the Robot controller:
  1. In the menu of the monitor, go to the "Settings" group, select "Configure" and then "Parameters of the Robot controller".
  2. A window is opened, displaying the Robot controller characteristics:
    • Name, Computer.
    • Alert options.
Alert options

Alert by WDBal

The "WDBal" tab is used to configure the sending of error reports via the PC SOFT messaging named WDBal. To use this mode of alert message, the database of Control Centers must be accessible from the computer where the Robot controller is installed.
The "Configuring WDBal" section is used to define the access mode to the data of Control Centers:
  • In network sharing mode: data file directory.
  • In HFSQL Client/Server mode:
    • server used, port and database.
    • user and password.
You can define the default recipient(s) of the message sent via the messaging system ("Define recipients") in "Contributors". The recipients shown are the users who have enabled WDBal.

Alert by email

The "Email" tab is used to configure the sending of error reports by email. To use this mode of alert message, an SMTP server must be accessible from the computer where the Robot controller is installed.
The "Email settings" section allows you to define the characteristics of the SMTP server used:
  • SMTP server and port
  • User and associated password to use the SMTP server.
  • Type of security used.
The "Contributors" section allows you to define:
  • The sender of the message, i.e. the email address used as sender.
  • The default recipients of the message sent. Simply specify the email addresses of the recipients.

Using a specific program

The "Other program" tab allows you to send error reports via a specific program. To use this mode of alert message, specify the path of the desired executable. This executable must be accessible from the setup computer of the Robot controller.
In this mode, the error report is an XML file. The path of the error report will be passed in command line to the specific program and it will have to be processed by this program.
The format of the XML file is as follows:
<Test>
<NumeroTest>%1</NumeroTest>
<NomTest>%2</NomTest>
<CategorieTest>%3</CategorieTest>
<PrioriteTest>%4</PrioriteTest>
<SyntaxeTest>
%5
</SyntaxeTest>
<SolutionTest>
%6
</SolutionTest>
<DateErreur>%7</DateErreur>
<HeureErreur>%8</HeureErreur>
<MessageErreurPersonnel>
%9
</MessageErreurPersonnel>
<MessageErreur>
%10
</MessageErreur>
</Test>
<Test>
...
</Test>
In this code:
  • %1 = Number identifying the test
  • %2 = Name of the test
  • %3 = Name of the test category
  • %4 = Priority of the test
  • %5 = Syntax of the test (associated parameters)
  • %6 = Solution proposed for the test
  • %7 = Date of the error
  • %8 = Time of the error
  • %9 = Error message specified in the form of the test
  • %10 = Error message returned by the robot

Configuring the status report

The "Configuring the status report" tab is used to configure the subject of the message sent (by email or by WDBal).
The "Object of email sent" section is used to build the title of the message. Macros are used to get specific information (name of the Robot controller, ...).
Versión mínima requerida
  • Versión 14
Esta página también está disponible para…
Comentarios
Haga clic en [Agregar] para publicar un comentario

Última modificación: 21/09/2024

Señalar un error o enviar una sugerencia | Ayuda local