[GitHub] [plc4x] floka94 opened a new issue, #701: Cannot write singe BOOL or BYTE to PLC with Object PLC Mapping

2022-12-15 Thread GitBox
floka94 opened a new issue, #701: URL: https://github.com/apache/plc4x/issues/701 I am trying to write a single BOOL value to a Siemens S7-400 PLC with the OPM Feature. Here is my Entity: ```java @PlcEntity public class NewDataSetReady {

[GitHub] [plc4x] floka94 opened a new issue, #695: Invalid url for TCP transport

2022-12-15 Thread GitBox
floka94 opened a new issue, #695: URL: https://github.com/apache/plc4x/issues/695 I try to connect to a S7 PLC on Slot 3. I tried several connection strings: ```java "s7://172.16.0.12/0/3" "s7://172.16.0.12/0/3?controller-type=S7_400"

[GitHub] [plc4x] chrisdutz commented on issue #695: Invalid url for TCP transport

2022-12-15 Thread GitBox
chrisdutz commented on issue #695: URL: https://github.com/apache/plc4x/issues/695#issuecomment-1353022817 Which version of PLC4X are you using? I think we've changed that rack and slot setting to use a default and to be overridable via query options ... please have a look here:

[GitHub] [plc4x] floka94 closed issue #695: Invalid url for TCP transport

2022-12-15 Thread GitBox
floka94 closed issue #695: Invalid url for TCP transport URL: https://github.com/apache/plc4x/issues/695 -- This is an automated message from the Apache Git Service. To respond to the message, please log on to GitHub and use the URL above to go to the specific comment. To unsubscribe,

[GitHub] [plc4x] floka94 commented on issue #695: Invalid url for TCP transport

2022-12-15 Thread GitBox
floka94 commented on issue #695: URL: https://github.com/apache/plc4x/issues/695#issuecomment-1353029752 I use version 0.10.0. Ah thank you very much! It seems I used an outdated code example! Now everything is working as expected! -- This is an automated message from the Apache