<?xml version="1.0" encoding="utf-8"?>
<rss version="2.0" xmlns:atom="http://www.w3.org/2005/Atom"><channel><title>Recent changes to Configuration</title><link>https://sourceforge.net/p/argos-scada-en/wiki/Configuration/</link><description>Recent changes to Configuration</description><atom:link href="https://sourceforge.net/p/argos-scada-en/wiki/Configuration/feed" rel="self"/><language>en</language><lastBuildDate>Mon, 14 May 2012 20:51:39 -0000</lastBuildDate><atom:link href="https://sourceforge.net/p/argos-scada-en/wiki/Configuration/feed" rel="self" type="application/rss+xml"/><item><title>WikiPage Configuration modified by Steve</title><link>https://sourceforge.net/p/argos-scada-en/wiki/Configuration/</link><description>&lt;pre&gt;--- v1 
+++ v2 
@@ -1,24 +1,24 @@
-Configuration
+**Configuration**
 Contents
 
     1 Communications:
         Allen Bradley 1.1 (Ethernet / IP):
         1.2 UDP Simple:
         1.3 Modbus TCP:
    
 
-Communication Managers:
+**Communication Managers:**
 
 A process for each device or device group for which is required to communicate. All managers are configured through an XML file, you must have the following format:
 
 \&lt;dispositivos_xml&gt;
     \&lt;cantidad&gt;2\&lt;/cantidad&gt;
     \&lt;nombre&gt;cliente1\&lt;/nombre&gt;
     \&lt;dispositivo id="1"&gt;
         .
         .
         .
     \&lt;/dispositivo&gt;
     \&lt;dispositivo id="2"&gt;
         .
         .
@@ -26,96 +26,96 @@
     \&lt;/dispositivo&gt;
 \&lt;dispositivos_xml&gt;
 
         Quantity: Number of devices configured in the file.
         Name: ID of the host.
         Device: Set each of the devices.
 
-Allen Bradley (Ethernet / IP):
+**Allen Bradley (Ethernet / IP):**
 
 Process responsible for the protocol to communicate using Ethernet / IP.
 
      #&gt; as-clx_ethip -d config.xml 
 
         d file: File XML device configuration.
 
 Where the configuration file must have the following format:
 
 \&lt;dispositivo id="1" modelo="AB"&gt;
     \&lt;nombre&gt;allen_bradley_clx_ethip\&lt;/nombre&gt;
     \&lt;marca&gt;AB\&lt;/marca&gt;
     \&lt;tipo&gt;LGX\&lt;/tipo&gt;
     \&lt;habilitado&gt;1\&lt;/habilitado&gt;
     \&lt;comunicacion&gt;
         \&lt;tipo&gt;CNET\&lt;/tipo&gt;
         \&lt;direccion&gt;192.168.117.61\&lt;/direccion&gt;
         \&lt;ruta&gt;1,1\&lt;/ruta&gt;
         \&lt;nodo/&gt;
     \&lt;/comunicacion&gt;
     \&lt;grupos/&gt;
     \&lt;tiempo_muestreo&gt;100\&lt;/tiempo_muestreo&gt;
     \&lt;lectura&gt;
         \&lt;registro direccion="Entrada_Flotante" tipo="REAL_" escritura="1"/&gt;
     \&lt;/lectura&gt;
 \&lt;/dispositivo&gt;
 
 Communication Manager
 
         id: Serial number of the device.
         model: Reference to the type of device communication.
         name: unique name that will serve as swap.
         Brand: Manufacturer of the device.
         Type: Family or device model.
         enabled: Enables the administrator to begin data acquisition.
         communication: Parameters of the protocol.
 
             type: type of communication protocol.
             address: Name or IP address of the device.
             path: Settings backplane where the processing module.
             node: Not used.
 
         groups: not used.
         tiempo_muestreo: data acquisition time in milliseconds.
         Reading: List of records to buy.
 
             address: Name Tag on the device.
             type: Type of Tag in the device.
             Writing: It permitted the writing of this tag in the device.
 
-Simple UDP:
+**Simple UDP:**
 
 Process that serves multiple UDP connections (multiple devices simultaneously), with a packet format agreed between the device and the communications manager.
 
     #&gt; as-clx_ethip_ps -d config.xml -o 1 
 
         d file: File XML device configuration.
         o listener: listeners group configured in the XML file.
 
 Where the configuration file must have the following format:
 
 \&lt;dispositivo id="2" modelo="AB"&gt;
     \&lt;nombre&gt;allen_bradley_clx_ethip_ps\&lt;/nombre&gt;
     \&lt;marca&gt;AB\&lt;/marca&gt;
     \&lt;tipo&gt;LGX\&lt;/tipo&gt;
     \&lt;habilitado&gt;1\&lt;/habilitado&gt;
     \&lt;comunicacion&gt;
         \&lt;tipo&gt;PaS\&lt;/tipo&gt;
         \&lt;direccion/&gt;
         \&lt;ruta/&gt;
         \&lt;nodo/&gt;
     \&lt;/comunicacion&gt;
     \&lt;grupos&gt;
         \&lt;oyente id="1" puerto="9003" longitud="200"&gt;
             \&lt;cantidad&gt;1\&lt;/cantidad&gt;
             \&lt;equipo nombre="uno" ip="192.168.117.60" puerto_escritura="17000"&gt;
                 \&lt;registro direccion="Entrada_Flotante" tipo="REAL_" indice="54" longitud="4" escritura="0"/&gt;
             \&lt;/equipo&gt;
         \&lt;/oyente&gt;
     \&lt;/grupos&gt;
     \&lt;tiempo_muestreo&gt;100\&lt;/tiempo_muestreo&gt;
     \&lt;lectura/&gt;
 \&lt;/dispositivo&gt;
 
-Modbus TCP:
+**Modbus TCP:**
 
 Process responsible for communicating with other devices using Modbus TCP.
 
&lt;/pre&gt;</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Mon, 14 May 2012 20:51:39 -0000</pubDate><guid>https://sourceforge.net854b39205fd4717180ad668dabc6cb84a5f5bcca</guid></item><item><title>WikiPage Configuration modified by Steve</title><link>https://sourceforge.net/p/argos-scada-en/wiki/Configuration/</link><description>Configuration
Contents

    1 Communications:
        Allen Bradley 1.1 (Ethernet / IP):
        1.2 UDP Simple:
        1.3 Modbus TCP:
   

Communication Managers:

A process for each device or device group for which is required to communicate. All managers are configured through an XML file, you must have the following format:

\&lt;dispositivos_xml&gt;
    \&lt;cantidad&gt;2\&lt;/cantidad&gt;
    \&lt;nombre&gt;cliente1\&lt;/nombre&gt;
    \&lt;dispositivo id="1"&gt;
        .
        .
        .
    \&lt;/dispositivo&gt;
    \&lt;dispositivo id="2"&gt;
        .
        .
        .
    \&lt;/dispositivo&gt;
\&lt;dispositivos_xml&gt;

        Quantity: Number of devices configured in the file.
        Name: ID of the host.
        Device: Set each of the devices.

Allen Bradley (Ethernet / IP):

Process responsible for the protocol to communicate using Ethernet / IP.

     #&gt; as-clx_ethip -d config.xml 

        d file: File XML device configuration.

Where the configuration file must have the following format:

\&lt;dispositivo id="1" modelo="AB"&gt;
    \&lt;nombre&gt;allen_bradley_clx_ethip\&lt;/nombre&gt;
    \&lt;marca&gt;AB\&lt;/marca&gt;
    \&lt;tipo&gt;LGX\&lt;/tipo&gt;
    \&lt;habilitado&gt;1\&lt;/habilitado&gt;
    \&lt;comunicacion&gt;
        \&lt;tipo&gt;CNET\&lt;/tipo&gt;
        \&lt;direccion&gt;192.168.117.61\&lt;/direccion&gt;
        \&lt;ruta&gt;1,1\&lt;/ruta&gt;
        \&lt;nodo/&gt;
    \&lt;/comunicacion&gt;
    \&lt;grupos/&gt;
    \&lt;tiempo_muestreo&gt;100\&lt;/tiempo_muestreo&gt;
    \&lt;lectura&gt;
        \&lt;registro direccion="Entrada_Flotante" tipo="REAL_" escritura="1"/&gt;
    \&lt;/lectura&gt;
\&lt;/dispositivo&gt;

Communication Manager

        id: Serial number of the device.
        model: Reference to the type of device communication.
        name: unique name that will serve as swap.
        Brand: Manufacturer of the device.
        Type: Family or device model.
        enabled: Enables the administrator to begin data acquisition.
        communication: Parameters of the protocol.

            type: type of communication protocol.
            address: Name or IP address of the device.
            path: Settings backplane where the processing module.
            node: Not used.

        groups: not used.
        tiempo_muestreo: data acquisition time in milliseconds.
        Reading: List of records to buy.

            address: Name Tag on the device.
            type: Type of Tag in the device.
            Writing: It permitted the writing of this tag in the device.

Simple UDP:

Process that serves multiple UDP connections (multiple devices simultaneously), with a packet format agreed between the device and the communications manager.

    #&gt; as-clx_ethip_ps -d config.xml -o 1 

        d file: File XML device configuration.
        o listener: listeners group configured in the XML file.

Where the configuration file must have the following format:

\&lt;dispositivo id="2" modelo="AB"&gt;
    \&lt;nombre&gt;allen_bradley_clx_ethip_ps\&lt;/nombre&gt;
    \&lt;marca&gt;AB\&lt;/marca&gt;
    \&lt;tipo&gt;LGX\&lt;/tipo&gt;
    \&lt;habilitado&gt;1\&lt;/habilitado&gt;
    \&lt;comunicacion&gt;
        \&lt;tipo&gt;PaS\&lt;/tipo&gt;
        \&lt;direccion/&gt;
        \&lt;ruta/&gt;
        \&lt;nodo/&gt;
    \&lt;/comunicacion&gt;
    \&lt;grupos&gt;
        \&lt;oyente id="1" puerto="9003" longitud="200"&gt;
            \&lt;cantidad&gt;1\&lt;/cantidad&gt;
            \&lt;equipo nombre="uno" ip="192.168.117.60" puerto_escritura="17000"&gt;
                \&lt;registro direccion="Entrada_Flotante" tipo="REAL_" indice="54" longitud="4" escritura="0"/&gt;
            \&lt;/equipo&gt;
        \&lt;/oyente&gt;
    \&lt;/grupos&gt;
    \&lt;tiempo_muestreo&gt;100\&lt;/tiempo_muestreo&gt;
    \&lt;lectura/&gt;
\&lt;/dispositivo&gt;

Modbus TCP:

Process responsible for communicating with other devices using Modbus TCP.

     #&gt; as-mbtcp -d config.xml 

        d file: File XML device configuration.

Where the configuration file must have the following format:

\&lt;dispositivo id="1" modelo="MB"&gt;
    \&lt;nombre&gt;modbus_tcp\&lt;/nombre&gt;
    \&lt;marca/&gt;
    \&lt;tipo/&gt;
    \&lt;habilitado&gt;1\&lt;/habilitado&gt;
    \&lt;comunicacion&gt;
        \&lt;tipo&gt;MBTCP\&lt;/tipo&gt;
        \&lt;direccion&gt;192.168.117.58\&lt;/direccion&gt;
        \&lt;puerto&gt;502\&lt;/puerto&gt;
        \&lt;nodo&gt;66\&lt;/nodo&gt;
    \&lt;/comunicacion&gt;
    \&lt;grupos/&gt;
    \&lt;tiempo_muestreo&gt;300\&lt;/tiempo_muestreo&gt;
    \&lt;lectura&gt;
        \&lt;registro direccion="000001" tipo="BIT_" cantidad="40" tmb="OCOILS_" escritura="1"/&gt;
        \&lt;registro direccion="100001" tipo="BIT_" cantidad="40" tmb="ICOILS_" escritura="0"/&gt;
        \&lt;registro direccion="300001" tipo="CORTO_" cantidad="40" tmb="IREG_" escritura="0"/&gt;
        \&lt;registro direccion="400001" tipo="CORTO_" cantidad="40" tmb="HREG_" escritura="1"/&gt;
    \&lt;/lectura&gt;
\&lt;/dispositivo&gt;


        id: Serial number of the device.
        model: Reference to the type of device communication.
        name: unique name that will serve as swap.
        Brand: Not used.
        type: Not used.
        enabled: Enables the administrator to begin data acquisition.
        communication: Parameters of the protocol.

            type: type of communication protocol.
            address: Name or IP address of the device.
            Port: Port where you will hear the Master Modbus.
            node: node in the network of Modbus devices.

        groups: not used.
        tiempo_muestreo: data acquisition time in milliseconds.
        Reading: List of records to buy.

            address: Address of Tag in the device.
            type: Type of Tag in the SCADA.
            Quantity: Number of records to read in a query.
            tmb: Tag Type in the Modbus device.
            Writing: It permitted the writing of this tag in the device.
</description><dc:creator xmlns:dc="http://purl.org/dc/elements/1.1/">Steve</dc:creator><pubDate>Mon, 14 May 2012 05:46:33 -0000</pubDate><guid>https://sourceforge.netd6019a316e558f5e1b06e8d244131feb542d978d</guid></item></channel></rss>