plcpeople/nodeS7

Need support for DBD

Closed this issue · 2 comments

Hi,
I have to read DB10.DBD10 variable for a new project. If I try with this string i get :

"Failed to find a match for DB10"

There are any way to get it?

Well, you could start with the example in the README.

You will notice a slightly different format that specifies not just the address but also the data type. So is DB10.DBD10 a REAL or DINT or other?

Run the example, but delete the items you don't need and leave DB10,REAL10 (or DB10,DINT10) and it will work.

Closing due to lack of activity, support of DINT and REAL data types is known to work.