Start » Filter Reference » System » Modbus TCP » ModbusTCP_Connect
Module: | FoundationLite |
---|
Connects as a client to a remote Modbus server socket.
Name | Type | Range | Description | |
---|---|---|---|---|
inHost | String | The hostname or IP address to connect to. | ||
inPort | Integer | 7 - 65535 | Modbus port of host to connect to. 502 is the default one. | |
inTimeout | Integer* | 500 - | Timeout in milliseconds, block if not specified. | |
inKeepAliveTime | Integer* | 2000 - | When specified activates Tcp/Ip keep alive on new socket with given idle time. | |
outSocket | SocketId? | Connected socket ID. |
Description
For more details please check help of TcpIp_Connect filter. The filters works in the same way.
Remarks
User manual
For more informations about using this filters please follow the link: Communication with Modbus TCP devices.
Complexity Level
This filter is available on Basic Complexity Level.
Disabled in Lite Edition
This filter is disabled in Lite Edition. It is available only in full, Aurora Vision Studio Professional version.
See Also
- ModbusTCP_Close – Closes a connected Modbus socket gracefully.