File tree Expand file tree Collapse file tree 1 file changed +7
-3
lines changed
src/site/asciidoc/users/protocols Expand file tree Collapse file tree 1 file changed +7
-3
lines changed Original file line number Diff line number Diff line change @@ -103,7 +103,10 @@ profinet:raw://{ip-address}:{port}?{options}
103
103
104
104
----
105
105
106
- An example of this connection string would be:-
106
+ Where the {ip-address}, unlike other PLC4X driver, uses the local IP address of the network interface you would like to bind to.
107
+ This allows us to connect to multiple devices at once via the devices parameter.
108
+
109
+ An example of this connection string which has two devices test-device-1 and test-device-2, connected on the localhost interface would be:-
107
110
108
111
----
109
112
@@ -158,7 +161,8 @@ The following data types are supported
158
161
159
162
=== Some useful tips
160
163
161
- The GSD file contains all the information of what the addresses will end up being. The easiest approach is to use the browsing
162
- function of the Profinet driver to return a list of all available tags. Then only the address of interest can be selected.
164
+ Although the GSD file contains all the information needed to configure which data will be available from a device.
165
+ The easiest approach is to use the browsing function of the Profinet driver to return a list of all available tags.
166
+ Then only the addresses of interest can be selected.
163
167
164
168
|===
You can’t perform that action at this time.
0 commit comments