Store all PLC signals

Hello.

I am currently working on storing all the PLC signals on Ignition for further analysis (Big Data and this kind of things) for this i really do not need to know what meaning have one signal, i only need to store all the signals periodically (250ms or more).

¿Exist any way to read all the IO and Marks at once without knoledge of the format it have?

For example, imagine i want to read byte per byte from PLC memory from address 0 to 1000.

[PLC_CONNECTION]IB0 --IB1000 and store it complete in a data store.