Re: Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Tim Mitsch
Hey Sebastian Sorry for delayed answer – but first of all warm welcome on the list. Just tested ur code-snippet vs our S7-1515 and is working fine. U said u activated Put/Get. Do u have the possibility to execute the scraper runner: Plc4j/util/scraper/test/TriggeredScraperRunner U need to

Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Cesar Garcia
Hi, Some recipes from SIEMENS WinCC Flexible (Reck 0, Slot=1), https://support.industry.siemens.com/cs/document/38111886/how-do-you-access-s7-1200-tags-with-a-panel-or-rt-configured-with-wincc-flexible-2008-sp2-?dti=0=en-WW WinCCFlexible The recipe for SNAP7 work (Rack 0, Slot=0), ,

Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Sebastian Wiendl
Hi Cesar, thanks for your input. s7://172.30.74.65/0/0 is an illegal plc4j connection string. (The PLC's webserver is disabled btw.) s7://172.30.74.65/0/0 yields the same exception as before. I checked with our IT department in parallel - there is one router between

Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Julian Feinauer
Hi Cesar, thanks fort he excellent hint... do you know any documentation about that? Would be good to state that somewhere in our documentation! Julian Am 07.11.19, 15:54 schrieb "Cesar Garcia" : Hello, Try (*"s7://172.30.74.65/0/0 ")* For

[BUILD-STABLE]: Job 'PLC4X/PLC4X/develop [develop] [578]'

2019-11-07 Thread Apache Jenkins Server
BUILD-STABLE: Job 'PLC4X/PLC4X/develop [develop] [578]': Is back to normal.

Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Cesar Garcia
Hello, Try (*"s7://172.30.74.65/0/0 ")* For S7-1200 and S7-1500 is Rack=0, Slot=0, Best regards El jue., 7 nov. 2019 a las 9:58, Sebastian Wiendl (< swie...@bhs-corrugated.de>) escribió: > Hello everyone, > > my sample program of PLC4J (very similiar to the hello

[BUILD-FAILURE]: Job 'PLC4X/PLC4X/develop [develop] [577]'

2019-11-07 Thread Apache Jenkins Server
BUILD-FAILURE: Job 'PLC4X/PLC4X/develop [develop] [577]': Check console output at "https://builds.apache.org/job/PLC4X/job/PLC4X/job/develop/577/;>PLC4X/PLC4X/develop [develop] [577]"

Re: Antwort: Re: Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Julian Feinauer
Hmmm... Interesting. Probably @Tim Mitsch has an idea? Julian Von: Sebastian Wiendl Antworten an: "dev@plc4x.apache.org" Datum: Donnerstag, 7. November 2019 um 15:10 An: "dev@plc4x.apache.org" Betreff: Antwort: Re: Antwort: Re: Configuring a S7-1500

Antwort: Re: Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Sebastian Wiendl
I tried both: GET/PUT enabled and GET/PUT disabled. I saw no difference in behaviour. Mit freundlichen Grüßen Kind regards Sebastian Wiendl DSE / Digital Solutions Software Engineer Phone: +49 9605 919 - 9341 E-Mail: swie...@bhs-world.com Internet: www.bhs-world.com Shop: www.icorr.shop BHS

Re: Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Julian Feinauer
Hey, same to you : ) Hm, thats tricky.. I think we have never seen something like that before. The only thing I could think of is GET/PUT not being enabled (via TIA) on the PLC but I’m unsure if that’s already for the connection or only for reads. Julian Von: Sebastian Wiendl Antworten an:

Antwort: Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Sebastian Wiendl
Record Response Time :-) I had a simple read before I tried the ping - same result. I think the exception already happens during the PlcDriverManager.getConnection. Mit freundlichen Grüßen Kind regards Sebastian Wiendl DSE / Digital Solutions Software Engineer Phone: +49 9605 919 - 9341

Re: Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Julian Feinauer
Hi Sebastian, first of, welcome to PLC4X : ) Second, interesting Issue you have there.. I will try to reproduce it. I think the issue is in the “ping()” method which does nothing “native” but rather uses the “ping” method of Netty’s channel handler. It would be a better test to just do a

Configuring a S7-1500 for Access with PLC4J

2019-11-07 Thread Sebastian Wiendl
Hello everyone, my sample program of PLC4J (very similiar to the hello world example) fails to connect to my test PLC (S7-1500): Nov 07, 2019 2:37:51 PM io.netty.channel.DefaultChannelPipeline onUnhandledInboundException WARNUNG: An exceptionCaught() event was fired, and it reached at the tail