This document has only the specific information about the device connection settings and its address syntax.
Refer to the User Guide for more information on the Device Module.
SiemensTI505 driver implements communication with Simatic/TI 505 devices. For TCP/IP communication, the driver uses both CAMP and CAMP Packed Task Code messaging protocols for efficient data transfer.
Communication Driver Information | |
---|---|
Driver name | SimaticTI505 |
Assembly Name | T.ProtocolDriver.SimaticTI505 |
Assembly Version | 1.0.1.0 |
Available for Linux | False |
Devices supported | Simatic/TI 505 and compatibles devices |
Manufacturer | Siemens |
Protocol | CAMP and CAMP+Packed Task Code |
Interface | TCP/IP |
Multi-threading | User configurable. Default is five threads to each network node |
Max number of nodes | User defined |
PC Requirements | Ethernet port |
DataType | Variables | Format | Read | Write |
V | Memory | Short | Yes | Yes |
M | Memory | Short | Yes | Yes |
X | Discrete Input Packed | 16bits | Yes | Yes |
Y | Discrete Output Packed | 16bits | Yes | Yes |
C | Control Register Packed | 16bits | Yes | Yes |
WX | Word Input | Short | Yes | Yes |
WY | Word Output | Short | Yes | Yes |
TCP | Time/Counter Preset | Short | Yes | Yes |
TCC | Time/Counter Current | Short | Yes | Yes |
DSP | Drum Step Preset | Short | Yes | Yes |
DSC | Drum Step Current | Short | Yes | Yes |
DCP | Drum Count Preset | Short | Yes | Yes |
STW | System Status Word | 16bits | Yes | - |
DCC | Drum Current Count | 32bits | Yes | - |
The driver supports the following protocols:
TCP/IP channels:
TCP/IP channels:
Where :
E.g.: 192.168.1.101 ;1505
The syntax for the SiemensTI505 communication points is: <DataType><Address>
Where:
DataType | Variables |
---|---|
V | Memory |
M | Memory |
X | Discrete Input Packed |
Y | Discrete Output Packed |
C | Control Register Packed |
WX | Word Input |
WY | Word Output |
TCP | Time/Counter Preset |
TCC | Time/Counter Current |
DSP | Drum Step Preset |
DSC | Drum Step Current |
DCP | Drum Count Preset |
STW | System Status Word |
DCC | Drum Current Count |
For more information about the valid data type, see the Supported Operands table aforementioned.
E.g.: V100 (DataType = V, Address = 100)
Select Single DataType with WordSwap equal true (Modifiers column) for float-point format. |
SimaticTI505 Revision History | |
---|---|
Version | Notes |
1.0.1.0 | Initial release on new documentation standards. |