You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: plc4j/drivers/bacnet/src/main/java/org/apache/plc4x/java/bacnetip/configuration/BacNetIpConfiguration.java
Copy file name to clipboardExpand all lines: plc4j/drivers/knxnetip/src/main/java/org/apache/plc4x/java/knxnetip/configuration/KnxNetIpConfiguration.java
@Description("Path to the `knxproj` file. The default KNXnet/IP protocol doesn't provide all the information needed to be able to fully decode the messages.")
33
-
publicStringknxprojFilePath;
35
+
publicFileknxprojFile;
34
36
35
37
@ConfigurationParameter("knxproj-password")
36
38
@Description("Optional password needed to read the knxproj file.")
@@ -56,12 +58,12 @@ public class KnxNetIpConfiguration implements PlcConnectionConfiguration {
56
58
"- 'BUSMONITOR': The client operates as a busmonitor where he can't actively participate on the bus. Only one 'BUSMONITOR' connection is allowed at the same time on a KNXnet/IP gateway.")
Copy file name to clipboardExpand all lines: plc4j/drivers/s7/src/main/java/org/apache/plc4x/java/s7/readwrite/configuration/S7Configuration.java
+1-1Lines changed: 1 addition & 1 deletion
Original file line number
Diff line number
Diff line change
@@ -103,7 +103,7 @@ public class S7Configuration implements PlcConnectionConfiguration {
103
103
publicintmaxAmqCallee = 8;
104
104
105
105
@ConfigurationParameter("controller-type")
106
-
@Description("As part of the connection process, usually the PLC4X S7 driver would try to identify the remote device. However some devices seem to have problems with this and hang up or cause other problems. In such a case, providing the controller-type will skip the identification process and hereby avoid this type of problem. Possible values are:/n- S7_300\n- S7_400\n- S7_1200\n- S7-1500\n- LOGO")
106
+
@Description("As part of the connection process, usually the PLC4X S7 driver would try to identify the remote device. However some devices seem to have problems with this and hang up or cause other problems. In such a case, providing the controller-type will skip the identification process and hereby avoid this type of problem. Possible values are:/n- S7_200\n- S7_300\n- S7_400\n- S7_1200\n- S7-1500\n- LOGO")
Copy file name to clipboardExpand all lines: website/asciidoc/modules/users/partials/bacnet-ip.adoc
+2-2Lines changed: 2 additions & 2 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -38,8 +38,8 @@
38
38
- `tcp`
39
39
- `pcap`
40
40
5+|Config options:
41
-
|`ede-file-path` |STRING | | |Path to the location of a single EDE file, that contains the descriptor for the target device.
42
-
|`ede-directory-path` |STRING | | |Path to the directory used for storing multiple EDE files. These files contain the descriptors for the possible target devices.
41
+
|`ede-file-path` |FILE | | |Path to the location of a single EDE file, that contains the descriptor for the target device.
42
+
|`ede-directory-path` |FILE | | |Path to the directory used for storing multiple EDE files. These files contain the descriptors for the possible target devices.
0 commit comments