Versions Compared
Key
- This line was added.
- This line was removed.
- Formatting was changed.
Tip |
---|
Este driver Simulador oferece muitas opções de tipos de dados, intervalos e controle com os quais você pode gerar valores de simulação. Escolha em uma lista de tipos de dados (incluindo strings) e defina o valor mínimo e máximo que deseja que eles variem. Por exemplo, deseja simular um dispositivo analógico e sua resposta à variação de corrente de 4-20 mA? Você pode! Deseja utilizar um intervalo de 0-25 mA para poder simular uma quebra de fio com 0 mA? Também é possível. |
Driver Simulador
Para obter uma explicação genérica sobre o Módulo de dispositivo, canais, nós e configuração de pontos, consulte o guia de referência.
Súmario
Nome do driver de comunicação: TSimulator - Valores aleatórios SCADA
Versão atual: 1.0.0.0
This driver Simulator provides many options for data types, ranges, and control with which you can generate simulation values. Choose from a list of data types (including strings) and set the minimum and maximum value that you want them to vary. For example, do you want to simulate an analog device and its response to the current variation of 4-20 mA? You can do it! Do you want to use a range of 0-25 mA to simulate a wire break with 0 mA? It's also possible. |
Driver Simulator
For a generic explanation of the Device Module, channels, nodes, and point configuration, see the reference guide.
Summary
Name of the communication driver: TSimulator - Random SCADA Values
Current version: 9.2
Implementation DLL: T.ProtocolDriver.TSimulator.dll
Configuração de Canal
Opções de protocolo: não usado neste driver
Configuração do nó: não usado neste driver
Configuração de Ponto
A sintaxe para os pontos de comunicação do TSimulator éChannel Setup
Protocol options: not used in this driver
Node configuration: not used in this driver
Point Setting
The syntax for TSimulator communication points is: <Type>: <Min>; <Max>
Onde Tipo: representa o tipo de simulaçãoWhere Type: Represents the type of simulation:
BOOL;
INTEGER;
FLUTUADORFLOAT;
TEXTOSTRING;
RAMPARAMP;
SENOSINE;
Para o tipo de simulação STRING, o StringLength pode ser configurado na coluna Modificadores.
Exemplo de configuração de pontosFor the STRING simulation type, stringlength can be configured in the Modifiers column.
Example of point configuration
TagName | Node | Address | DataTypeDatatype | AccessType | Modifiers |
MySineSine | SimulatorNode | SINE:-50;50 | Native | Read | |
MyRamp | SimulatorNode | RAMP:0;100 | Native | Read | |
MyString | SimulatorNode | STRING: | Native | Read | StringLength=5 |
MyBool | SimulatorNode | BOOL: | Native | Read | |
MyIntMyint | SimulatorNode | INTEGER:0;10 | Native | Read | |
MyFloat | SimulatorNode | FLOAT:-500;-100 | Native | Read |
Solucionar problemas
O estado de execução do driver pode ser observado através das ferramentas de diagnóstico, que são:
Janela de rastreamentoTroubleshoot
The execution state of the driver can be observed through the diagnostic tools, which are:
Tracking window
Property Watch
Informação do Módulo
Module Information
A status value of 0 (zero) significa que a comunicação foi um sucesso. Valores negativos indicam um erro de driver interno e valores positivos significam que há erros de protocolo.
Nesta pagina:
means that communication was a success. Negative values indicate an internal driver error and positive values mean that there are protocol errors.
Scroll ignore | ||||||||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|---|
| ||||||||||||||||
On this page: |