Re: Beckhoff ADS symbolic addressing

2018-05-17 Thread Christofer Dutz
Hi Sebastian,

I really can't wait to experiment with this. 

Chris

Am 17.05.18, 16:03 schrieb "Sebastian Rühl" 
:

Hi,

I have implemented symbolic addressing into the Beckhoff ADS driver.

https://github.com/apache/incubator-plc4x/commit/d918d5466861a324ca98c9e23519141c47486aa3
 


You can now use strings for addresses or like before IndexGroup/Index 
Offset.

An example can be found here:

https://github.com/apache/incubator-plc4x/blob/master/plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/ManualPlc4XAdsTest.java
 


Sebastian



Beckhoff ADS symbolic addressing

2018-05-17 Thread Sebastian Rühl
Hi,

I have implemented symbolic addressing into the Beckhoff ADS driver.
https://github.com/apache/incubator-plc4x/commit/d918d5466861a324ca98c9e23519141c47486aa3
 


You can now use strings for addresses or like before IndexGroup/Index Offset.

An example can be found here:
https://github.com/apache/incubator-plc4x/blob/master/plc4j/protocols/ads/src/test/java/org/apache/plc4x/java/ads/ManualPlc4XAdsTest.java
 


Sebastian