01-18-2019 01:40 AM
Hello,
How can access to data block addressed in symbolic Form with optimizeed access. The elements are assigned only a symbolic name and no fixed address within the block (example: DB_name.Cutting_Speed).
can use Snap7 or somthing else??
please help
01-18-2019 01:49 AM
snap7 will work but you have to disable optimized block access.
01-18-2019 02:04 AM
thank you for replaying.
i used already Snap7 for reading and writing data from/to data block with disable optimized access and works will.
i want to access the daba block with simbolic form like "DB_OperationMode.setting" instead DB100.DBX10.0.
is it possible with snap7 or something else?
01-18-2019 02:50 AM - edited 01-18-2019 02:52 AM
symbolic addressing==selecting optimized block access
so Not possible
edit: with snap7 not possible. i am not aware of other tools.
01-18-2019 06:30 AM
The Siemens S7 protocol is not documented by Siemens. libnodave, Snap7 and others have reverse engineered that protocol and implement it but there exists no public implementation of the newer extensions necessary to support symbolic access.
Supposedly the Accon AGLink library here does support symbol access. But it is in DLL form and you will have to create a VI library wrapper to it.