Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.
Registros de operações

Operations Records (LOG)

O protocolo utiliza um sistema de registro de LOG em arquivo de texto e em evento do Windows. Existem quatro tipos de mensagemThe protocol uses a LOG logging system in text file and in Windows event. There are four types of messages: Debug, Info, Warning e and Error.

Debug

Mensagens em nível mais baixo. Utilizada quando necessita-se identificar com mais detalhes cada processo. Geralmente utilizada por desenvolvedores, testadores e integradores.

Info

Mensagens de informações importantes para acompanhamento do funcionamento do Módulo de comunicação.

Warning

Mensagens de aviso, as quais podem ser ignoradas ou necessitam ser verificadas.

Error

Mensagens de erro, que não podem ser ignoradas e necessitam de atenção e correção imediata para o funcionamento correto do Módulo de comunicação.

Trace Window do Action.NET

O Action.NET possui a janela trace, que é executada no servidor e apresenta o registro de operações em tempo real de cada canal e nó. Ela possui 4 colunas importantes

Messages at a lower level. Used when each process needs to be identified in more detail. Generally used by developers, testers, and integrators.

Info

Important information messages for monitoring the operation of the Communication Module.

Warning

Warning messages, which can be ignored or need to be checked.

Error

Error messages, which cannot be ignored and require immediate attention and correction for the correct functioning of the Communication Module.

Trace Window of the Action.NET

The Action.NET has the trace window, which runs on the server and displays the real-time operations record of each channel and node. It has 4 important columns (Info 1, Info 2, Info 3 e , and Info 4), as quais, informam o Canal, Nó, Endereço do ponto e método executado pelo which inform the Channel, Node, Point Address, and method executed by the driver.

Evento do

Windows

O Módulo de comunicação está configurado internamente para registrar sempre todas as mensagens de Warning e Error. Essa regra independe da configuração de nível de log definida.

  • O formato da mensagem é composto por: Canal, Nó (quando houver), Endereço do ponto (quando houver), Data/Hora, Tipo da mensagem, Thread, Método e mensagem.

Arquivo de texto

  • O Módulo de comunicação irá registrar as mensagens baseado no nível hierárquico definido na configuração de canal (Sessão 2 do Manual).

  • O diretório é composto por pastas para cada canal e nó que foi inicializado. A raiz encontra-se em

    Event

    The Communication Module is configured internally to always record all Warning and Error messages. This rule is independent of the log-level setting defined.

    • The message format consists of: Channel, Node (when any), Point Address (when any), Date/Time, Message Type, Thread, Method, and Message.

    Text file

    Funcional
    • The Communication Module will log messages based on the hierarchical level defined in the channel configuration (Manual Session 2).

    • The directory consists of folders for each channel and node that has been initialized. The root is found in: C:\Action.NET\Projects\Logs\Drivers\

    • O diretório é composto por pastas para cada canal e nó que foram inicializados.

    • O arquivo de texto é criado no formatoThe directory consists of folders for each channel and node that have been initialized.

    • The text file is created in the format: Log-DIA-MES-ANO.log

    • Por exemplo, se configurado o armazenamento máximo de 30 arquivos, cada um com tamanho máximo de 35 Megabytes. A cada ciclo de dia um arquivo é criado, caso o mesmo não tenha ultrapassado o tamanho máximo. Caso, esse tamanho seja ultrapassado uma vez. Uma cópia do arquivo do dia com final .1 será criada e será criado um outro novo arquivo. Se o estouro se repetir no mesmo dia. O arquivo novo substitui a cópia e é iniciado um novo arquivo. Se não, um novo ciclo de arquivo diário é criado. Sendo assim, cada nó poderá armazenar aproximadamente 1076 Megabytes em disco.

    • O formato da mensagem é composto por: Endereço do ponto (quando houver), Data/Hora, Tipo da mensagem, Thread, Método e mensagem.

    Códigos de Erros e Qualidades

    Erros de comandos (CO)

    Códigos de erro de comando são lidos do atributo lastApplError. O atributo é válido apenas para classes de dados de comando e seu valor apresenta o status do último comando. Ele é atualizado quando as respostas de comando são recebidas dos dispositivos. Utilizado por ponto de
    • For example, if you configured the maximum storage of 30 files, each with a maximum size of 35 Megabytes. Each day cycle a file is created if it has not exceeded the maximum size. If, this size is exceeded once. A copy of the file of the day with end .1 will be created and another new file will be created. If the burst repeats itself on the same day. The new file replaces the copy and starts a new file. If not, a new daily file cycle is created. Therefore, each node can store approximately 1076 Megabytes on disk.

    • The message format consists of: Point address (when any), Date/Time, Message Type, Thread, Method, and Message.

    Error codes and qualities

    Command errors (CO)

    Command error codes are read from the lastApplError attribute. The attribute is valid only for command data classes, and its value displays the status of the last command. It is updated when command responses are received from devices. Used per point of Functional Constraint CO.

    Code

    Cause

    Description

    0

    UNKNOWN 

    Unknown

    1

    NOT_SUPPORTED 

    Not supported

    2

    BLOCKED_BY_SWITCHING_HIERARCHY 

    Not successful, because one of the downstream Loc switches has the value TRUE.

    3

    SELECT_FAILED 

    Canceled due to an unsuccessful selection (select service).

    4

    INVALID_POSITION 

    Control action is aborted due to invalid switch position.

    5

    POSITION_REACHED 

    Switch is already in the intended position.

    6

    PARAMETER_CHANGE_IN_EXECUTION 

    Control action is blocked due to running parameter change.

    7

    STEP_LIMIT 

    Control action is blocked because tap changer has reached the limit EndPosR or EndPosL.

    8

    BLOCKED_BY_MODE 

    Control action is blocked because the LN is in a mode (Mod) which does not allow any switching.

    9

    BLOCKED_BY_PROCESS 

    Control action is blocked due to some external event at process level that prevents a successful operation.

    10

    BLOCKED_BY_INTERLOCKING 

    Control action is blocked due to interlocking of switching devices.

    11

    BLOCKED_BY_SYNCHROCHECK 

    Control action with synchrocheck is aborted due to exceed of time limit and missing synchronism condition.

    12

    COMMAND_ALREADY_IN_EXECUTION 

    Control select or cancel service is rejected because control action is already running.

    13

    BLOCKED_BY_HEALTH 

    Control action is blocked due to some internal event that prevents a successful operation (Health).

    14

    1_OF_N_CONTROL 

    Control action is blocked because another control action in a domain (for example substation) is already running.

    15

    ABORTION_BY_CANCEL 

    Control action is aborted due to cancel service.

    16

    TIME_LIMIT_OVER 

    Control action is terminated due to exceed of some time limit.

    17

    ABORTION_BY_TRIP 

    Control action is aborted due to a trip.

    18

    OBJECT_NOT_SELECTED 

    Control action is rejected because control object was not selected.

    19

    OBJECT_ALREADY_SELECTED 

    Select action is not executed because the addressed object is already selected.

    20

    NO_ACCESS_AUTHORITY 

    Control action is blocked due to lack of access authority.

    21

    ENDED_WITH_OVERSHOOT 

    Control action executed but the end position has overshoot.

    22

    ABORTION_DUE_TO_DEVIATION 

    Control action is aborted due to deviation between the command value and the measured value.

    23

    ABORTION_BY_COMMUNICATION_LOSS 

    Control action is aborted due to the loss of connection with the client that issued the control.

    24

    ABORTION_BY_COMMAND 

    Control action is blocked due to the data attribute CmdBlk.stVal is TRUE.

    25

    NONE 

    Command not successful due to Unknown causes.

    26

    INCONSISTENT_PARAMETERS 

    The parameters between successive control services are not consistent for example the ctlNum of Select and Operate service are different.

    27

    LOCKED_BY_OTHER_CLIENT 

    Another client has already reserved the object.

    99

    CONTROL_MODEL_STATUS_ONLY

    The object is not controllable, only the services that apply to a status object are supported. The attribute ctlVal does not exist.

    Qualidades

    O padrão adotado pelo Action.NET de tabela de qualidades é do

    Qualities

    The standard adopted by the Action.NET of the quality table is from Open Platform Communications (OPC). Para isso, utiliza-se a tabela abaixo para converter uma qualidade do IEC 61850 para um código de qualidade OPCTo do this, you use the table below to convert an IEC 61850 quality to an OPC quality code.

    61850
    Name

    OPC
    Code

    OPC
    Name

    OPC
    Description

    Validity Invalid
    Detail Overflow

    0

    Bad
    [Non-Specific]

    Non-specific. The value is bad but no specific reason is known.

    Config Error

    4

    Bad
    [Configuration Error]

    Configuration Error. There is some server specific problem with the configuration. For example the item in question has been deleted from the configuration.


    8

    Bad
    [Not Connected]

    Not Connected. The input is required to be logically connected to something but is not. This quality may reflect that no value is available at this time, for reasons like the value may have not been provided by the data source.

    Detail Failure

    12

    Bad
    [Device Failure]

    Device Failure. A device failure has been detected.

    Time Quality (Clock Failure / Not Synchronized)

    16

    Bad
    [Sensor Failure]

    Sensor Failure. A sensor failure had been detected (the 'Limits' field can provide additional diagnostic information in some situations).


    20

    Bad
    [Last Known Value]

    Last Known Value. Communications have failed. However, the last known value is available. Remark: The 'age' of the value may be determined from the TIMESTAMP in the OPCITEMSTATE.


    24

    Bad
    [Communication Failure]

    Comm Failure. Communications have failed. There is no last known value is available.


    28

    Bad
    [Out of Service]

    Out of Service. The block is off scan or otherwise locked. This quality is also used when the active state of the item or the group containing the item is InActive.


    32

    Bad
    [Waiting For Initial Data]

    Waiting for Initial Data. After Items are added to a group, it may take some time for the server to actually obtain values for these items. In such cases the client might perform a read (from cache), or establish a ConnectionPoint based subscription and/or execute run a Refresh on such a subscription before the values are available. This substatus is only available from OPC DA 3.0 or newer servers.

    Validity Questionable

    64

    Uncertain
    [Non-Specific]

    Non-specific. There is no specific reason why the value is uncertain.

    Detail Old Data
    Operator Blocked

    68

    Uncertain
    [Last Usable]

    Last Usable Value. Whatever was writing this value has stopped doing so. The returned value should be regarded as 'stale'. Remark: This differs from a BAD value with Substatus 5 (Last Known Value). That status is associated specifically with a detectable communications error on a 'fetched' value. This error is associated with the failure of some external source to 'put' something into the value within an acceptable period of time. Remark: The 'age' of the value can be determined from the TIMESTAMP in OPCITEMSTATE.

    Detail Out of Range
    Detail Bad Reference
    Detail Oscillatory
    Detail Inconsistent
    Detail Inaccurate

    80

    Uncertain
    [Sensor Not Accurate]

    Sensor Not Accurate. Either the value has 'pegged' at one of the sensor limits (in which case the limit field should be set to 1 or 2) or the sensor is otherwise known to be out of calibration via some form of internal diagnostics (in which case the limit field should be 0).


    84

    Uncertain
    [EU Exceeded]

    Exceeded Engineering Units Exceeded. The returned value is outside the limits defined for this parameter. Remark: In this case (per the Fieldbus Specification) the 'Limits' field indicates which limit has been exceeded but does NOT not necessarily imply that the value cannot move farther out of range.


    88

    Uncertain
    [Sub-Normal]

    Sub-Normal. The value is derived from multiple sources and has less than the required number of Good good sources.

    Validity Good
    Validity Test

    192

    Good
    [Non-Specific]

    Non-specific. The value is good. There are no special conditions.

    Source Substituted

    216

    Good
    [Local Override]

    Local Override. The value has been Overridden. Typically this is means the input has been disconnected and a manually entered value has been 'forced'.

    Falha de comunicação

    Quando o módulo de comunicação estabelecer uma conexão com o equipamento e houver uma falha de comunicação entre eles. A qualidade dos pontos será atualizada para o valor 24, que corresponde ao código

    Communication failure

    When the communication module establishes a connection to the equipment and there is a communication failure between them. The quality of the points will be updated to the 24, which corresponds to the OPC Bad [Communication Failure] do OPC. O valor e a data/hora dos pontos não sofrerão alteração. Caso o driver nunca tenha estabelecido uma comunicação com o equipamento, isso não será considerado como uma falha de comunicação que muda o valor da qualidade dos pontos.

    PanelNesta pagina

    code. The value and date/time of the points will not change. If the driver has never established a communication with the equipment, this will not be considered as a communication failure that changes the quality value of the points.

    Panel

    On this page:

    Table of Contents
    maxLevel2
    minLevel1
    printablefalse