You are viewing an old version of this page. View the current version.

Compare with Current View Page History

Version 1 Next »

This document has only specific information about the device connection settings and its address syntax. 

Refer to the User Manual for more information on the Device Module.



Overview

The Simulator Driver gives you many options for data types and ranges, and it gives you control over which simulation values you can generate. 

Pick from a list of data types — including Strings! — and set the Min & Max values you would like the data types to range through.

Do you want to simulate a real-world analog device and its response to a 4-20mA varying current? You can!

Or do you prefer to use a range that was 0-25 mA so you can simulate a wire break with 0 mA? Because you can too!



Summary

Communication Driver Information
Driver nameTSimulator
Assembly NameT.ProtocolDriver.TSimulator
Assembly Version1.0.0.1
Available for LinuxFalse
Devices supported 

N/A (Not Applicable)

ManufacturerN/A (Not Applicable)
ProtocolProprietary over TCP/IP
PC RequirementsEthernet port

Channels Configuration

Protocol Options

Not used in this driver.



Nodes Configuration

Primary Station 

Not used in this driver.



Points Configuration

The syntax for the TSimulator communication points is: <Type>:<Min>;<Max>

Example:

Where:

  • <Type>: Represents the Simulation Type:
    • BOOL;
    • INTEGER;
    • FLOAT;
    • STRING;
    • RAMP;
    • SINE;


NOTE

For STRING simulation type, the StringLength can be configured in Modifiers column.


Points configuration examples

TagName

Node

Address

DataType

AccessType

Modifiers

MySine

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


MyInt

SimulatorNode

INTEGER:0;10

Native

Read


MyFloat

SimulatorNode

FLOAT:-500;-100

Native

Read



Driver Revision History

TSimulator Revision History
Version Notes
1.0.0.1Initial release on new documentation standards

In this section...

Error rendering macro 'pagetree'

null

  • No labels