While checking s7nodave's EPICS device support for S7-1200 I've encountered a problem that refers to libnodave. When I'm try to read any memory address in PLC, IOC console reports an error:
epics> 2014/05/19 14:20:41.964 Siemens-PLC error while reading 1 bytes from PLC address FB35. Status = context not supported. Step7 says:Function not implemented or error in telgram.
That is libnodave status code 0x8104. When I've tried to search the web for this error code, all results were referencing to S7-1500, not S7-1200.
I can access those memory blocks through Siemens SDK: they exist and contain valid data.
Why does S7-1200 refuse to send libnodave the data? Is there any option to make data blocks available from network?
I used EPICS ver. 3.14.12.4, s7nodave 1.03 build with asyn ver. 4.11, boost ver. 1.55.0. Tried various versions both on PC and Virtualbox.