Re: Little PLC4X update

2020-02-16 Thread Philipp Zehnder
Hi Chris, that's great news. Last week we were able to test the S7 Adapter a bit more and read multiple values in one event from a PLC. During the test the following question came up: Is it possible to get a list of all S7 devices in the network? Currently the user needs to know the IP of the

RE: Setup dev project in Intelij

2020-02-16 Thread Dominik Riemer
Hi, @Florian: very cool, thanks a lot for your PR! @Philipp, regarding your question on where to keep the documentation of pipeline elements, a good way is to populate the documentation.md of the pipeline element in the asset folder. When doing this, the documentation is available in the code

[GitHub] [incubator-streampipes-extensions] tenthe merged pull request #4: Feature/base implementation

2020-02-16 Thread GitBox
tenthe merged pull request #4: Feature/base implementation URL: https://github.com/apache/incubator-streampipes-extensions/pull/4 This is an automated message from the Apache Git Service. To respond to the message, please

[GitHub] [incubator-streampipes-extensions] tenthe commented on issue #4: Feature/base implementation

2020-02-16 Thread GitBox
tenthe commented on issue #4: Feature/base implementation URL: https://github.com/apache/incubator-streampipes-extensions/pull/4#issuecomment-586753920 I tested the processors locally and they work fine. I can see the results in the dashboard as well. If you have further problems with the

Re: Setup dev project in Intelij

2020-02-16 Thread Philipp Zehnder
Hi Florian, sorry for the late reply. Very cool, I tested your processors and they worked as expected and I will merge them directly. Just one minor comment. Please try to avoid logging raw events to the console. This makes it harder to find errors and exceptions in the logs when the service

Re: Image Labeling

2020-02-16 Thread Dominik Riemer
Hi Johannes, sounds good! I think bounding boxes and polygons are totally fine for the first prototype. How to you plan to integrate the labeling tool, will it be part of the data explorer or do you plan to add a new component? Dominik On 2020/02/14 16:30:17, Johannes Tex wrote: > Hi, > >