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

   ### What happened?
   
   Hi everybody,
   
   I am a new user of plc4x, and I wrote a very simple program based on example 
to connect to an Allen Bradley PLC using EthernetIP protocol.  It seems to be 
connected, but waiting for the 'connectionRequestChannel' to respond forever:
   
   `// Wait for the driver to connect (or not)`
   `fmt.Println("Waiting for the driver to connect...")`
   `connectionResult := <-connectionRequestChanel`
   
   Here is a screenshot of the logs:
   
![image](https://github.com/apache/plc4x/assets/117114606/efb2991e-5575-4701-b17e-9ad457b2a81f)
   
   Is it an Allen Bradley issue or a driver issue?
   
   Thanks.
   Charly
   
   ### Version
   
   latest
   
   ### Programming Languages
   
   - [ ] plc4j
   - [X] plc4go
   - [ ] plc4c
   - [ ] plc4net
   
   ### Protocols
   
   - [ ] AB-Ethernet
   - [ ] ADS /AMS
   - [ ] BACnet/IP
   - [ ] CANopen
   - [ ] DeltaV
   - [ ] DF1
   - [X] EtherNet/IP
   - [ ] Firmata
   - [ ] KNXnet/IP
   - [ ] 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-unsubscr...@plc4x.apache.org.apache.org

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

Reply via email to