chrisdutz commented on PR #2382: URL: https://github.com/apache/plc4x/pull/2382#issuecomment-4652346591
> Hi @chrisdutz , > > I am doing some test on s7 to read some variables and it is not working. It does not even connect to the Plc. The same test is working using the code of develop branch. > > To run the test i needed to change at [s7Driver](https://github.com/apache/plc4x/blob/refactor/spi3/plc4j/drivers/s7/src/main/resources/META-INF/services/org.apache.plc4x.java.api.PlcDriver) file like shown below because the class does not exist in the repo. Is it exist in your development environment? > > org.apache.plc4x.java.s7.readwrite.S7Driver -> org.apache.plc4x.java.s7.S7Driver > > Thanks, Anderson. Did you check out the branch and build the entire project? I did move the locations of the driver classes.. But if you bike the full project it should work. Chris -- 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: [email protected] For queries about this service, please contact Infrastructure at: [email protected]
