[jira] [Commented] (MINIFICPP-895) Modbus Integration

2024-01-23 Thread Christofer Dutz (Jira)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17810031#comment-17810031
 ] 

Christofer Dutz commented on MINIFICPP-895:
---

As this issue just popped up in my postbox ... we also have PLC4Go ... would 
that be an alternative? These drivers are a lot more mature and capable than 
the C ones.

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Assignee: Martin Zink
>Priority: Minor
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MINIFICPP-895) Modbus Integration

2023-11-17 Thread Christofer Dutz (Jira)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17787077#comment-17787077
 ] 

Christofer Dutz commented on MINIFICPP-895:
---

Well theoretically the nifty driver should be operational. 

However nobody's really actively working on it at the moment. The updates you 
see are usually code-generation updates. 

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Priority: Minor
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MINIFICPP-895) Modbus Integration

2023-11-16 Thread Martin Zink (Jira)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=17787070#comment-17787070
 ] 

Martin Zink commented on MINIFICPP-895:
---

[~cdutz] any updates on the PLC7C project? From github it seems its still not 
ready to use, but there are frequent commits to it. 

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Priority: Minor
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian Jira
(v8.20.10#820010)


[jira] [Commented] (MINIFICPP-895) Modbus Integration

2019-05-31 Thread Christofer Dutz (JIRA)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853138#comment-16853138
 ] 

Christofer Dutz commented on MINIFICPP-895:
---

Ok ... just saw the "MI"in Minify ... sorry for missing that. But yes C++ is 
currently not implemented very far, because we had been working hard on 
generated drivers. We didn't want to manually port every driver to C++ and C# 
and Python. But our code-generator efforts are proceeding nicely and I think in 
a few months we should be able to ship first C++ drivers.

The NiFi integration itself is implemented by myself without much knowledge of 
NiFi ... It would be great if someone with more background to this could have a 
look.

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Assignee: Mr TheSegfault
>Priority: Major
> Fix For: 0.7.0
>
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MINIFICPP-895) Modbus Integration

2019-05-31 Thread Mr TheSegfault (JIRA)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853098#comment-16853098
 ] 

Mr TheSegfault commented on MINIFICPP-895:
--

[~cdutz]  We are a C++ project. While we do support JNI integration so that we 
can run your NiFi processors and controller services, I think [~jeremy.dyer] is 
seeking native C++ functionality ( as would our customers, I imagine ). 

In looking at this [https://github.com/apache/plc4x/tree/develop/plc4cpp] I 
didn't see a great deal implemented. Is there more code available? 

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Assignee: Mr TheSegfault
>Priority: Major
> Fix For: 0.7.0
>
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)


[jira] [Commented] (MINIFICPP-895) Modbus Integration

2019-05-31 Thread Christofer Dutz (JIRA)


[ 
https://issues.apache.org/jira/browse/MINIFICPP-895?page=com.atlassian.jira.plugin.system.issuetabpanels:comment-tabpanel=16853093#comment-16853093
 ] 

Christofer Dutz commented on MINIFICPP-895:
---

Ähem ... Hi. Chris here from the PLC4X project ...

you do know that we already have Modubus drivers and we also have NiFi 
integration? However this would need some help to clean up and fine-tune. With 
this you currently get: Modbus, S7, ADS, EtherNet/IP and OPC-UA support.

> Modbus Integration
> --
>
> Key: MINIFICPP-895
> URL: https://issues.apache.org/jira/browse/MINIFICPP-895
> Project: Apache NiFi MiNiFi C++
>  Issue Type: Epic
>Reporter: Jeremy Dyer
>Assignee: Mr TheSegfault
>Priority: Major
> Fix For: 0.7.0
>
>
> Modbus is a de facto industry standard for communicating with electronic 
> devices. Our primary goal here would be to provide a modbus implementation 
> that would allow for users to connect to those electronic devices to both 
> transfer and receive information from them.



--
This message was sent by Atlassian JIRA
(v7.6.3#76005)