You are viewing a plain text version of this content. The canonical link for it is here.
Posted to dev@plc4x.apache.org by "leewatt (via GitHub)" <gi...@apache.org> on 2023/02/16 07:03:40 UTC

[I] [Bug]: Modbus: Write coil wrong (plc4x)

leewatt opened a new issue, #808:
URL: https://github.com/apache/plc4x/issues/808

   ### What happened?
   
   Follow the the steps as described at [Playing around with Apache PLC4X with a virtual Modbus PLC](https://plc4x.apache.org/users/getting-started/virtual-modbus.html):
   ...
   builder.addItem("value-1", "coil:1", true);
   builder.addItem("value-2", "coil:3[4]", true, false, true, true);
   PlcWriteResponse response = writeRequest.execute().get();
   ...
   It returns:
   15:00:35.863 [nioEventLoopGroup-2-1] DEBUG org.apache.plc4x.java.spi.codegen.fields.FieldReaderEnum - reading field exceptionCode
   Error[value-1]: INVALID_DATA
   Error[value-2]: INVALID_DATA
   
   ### Version
   
   v0.10.0
   
   ### Programming Languages
   
   - [X] plc4j
   - [ ] plc4go
   - [ ] plc4c
   - [ ] plc4net
   
   ### Protocols
   
   - [ ] AB-Ethernet
   - [ ] ADS /AMS
   - [ ] BACnet/IP
   - [ ] CANopen
   - [ ] DeltaV
   - [ ] DF1
   - [ ] EtherNet/IP
   - [ ] Firmata
   - [ ] KNXnet/IP
   - [X] Modbus
   - [ ] OPC-UA
   - [ ] S7


-- 
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, e-mail: dev-unsubscribe@plc4x.apache.org.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org


Re: [I] [Bug]: Modbus: Write coil wrong

Posted by "chrisdutz (via GitHub)" <gi...@apache.org>.
chrisdutz closed issue #808: [Bug]: Modbus: Write coil wrong
URL: https://github.com/apache/plc4x/issues/808


-- 
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, e-mail: dev-unsubscribe@plc4x.apache.org

For queries about this service, please contact Infrastructure at:
users@infra.apache.org