S7-300 send data to PC with Ignition/OPC-UA

[quote=“RicoCh”]Hi Chi :slight_smile:

thanks a lot …; that was so obvious that URI meant “complete URI” that I totaly missed it! :blush:

It went perfectly well with Prosys java sdk sample client and was dealt in 2 lines of code !

static S300nodeIdMW0 = new NodeId(1, "[S300]MW0"); read(S300nodeId1) ;

since XDBs are not very text readable, it may be interesting to be able to imports symbols and DBs into Siemens OPCUA module from some Step7 exports and be able to build internal PLC’s “objects namespace” :wink:
is it somehaow on IA’s roadmap?

cheers
Eric[/quote]

I had a parser for the .AWL file format about 80% ready for the initial release of the driver, but then we went ahead and launched without it. The parser has since been sent to the bit dungeon. Maybe someday I’ll work on that again.