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.
On this page:
IndraControl communication driver implements communication with Bosch Rexroth IndraControl L20/L40 PLCs using a EtherNet/IP adapter.
Communication Driver Information | |
---|---|
Driver name | IndraControl |
Assembly Name | T.ProtocolDriver.IndraControl |
Assembly Version | 1.0.0.0 |
Available for Linux | False |
Devices supported | Bosch Rexroth IndraControl L20/L40 |
Manufacturer | Bosch Rexroth |
Protocol | EtherNet/IP - Bosch |
Interface | TCP/IP |
PC Requirements | Ethernet port |
Type | Read | Write | Data Type |
EtherNet/IP Adapter Outputs | Yes | Yes | Byte Only |
EtherNet/IP Adapter Inputs | Yes | - | Byte Only |
This configuration is not supported for this Driver.
Stations syntax: <IP> ; <Port> ;
Where :
<IP>: IP address of the slave device in the network
<Port>: TCP port where the slave device is listening (default is 44818)
Name | Channel | Primary Station |
IndraControl | IndraControl | 192.168.200.105;44818 |
The syntax for the IndraControl communication points is: <%QB><Address> for Outputs and <%IB><Address> for Inputs
E.g.: %QB1 (Type = Output, Address = 1)
TagName | Node | Address | DataType | AccessType |
Output1 | IndraControl | %QB1 | Native | ReadWrite |
Output2 | IndraControl | %QB2 | Native | ReadWrite |
Output3 | IndraControl | %QB3 | Native | ReadWrite |
Output15 | IndraControl | %QB15 | Native | ReadWrite |
Input1 | IndraControl | %IB1 | Native | Read |
Input2 | IndraControl | %IB2 | Native | Read |
IndraControl Revision History | |
---|---|
Version | Notes |
1.0.0.0 | Initial release on new documentation standards. |