TIA Portal – Working With Pointers
Posted in

TIA Portal – Working With Pointers

Pointers are a handy method to manage vast data sets where symbolic data allocation isn’t possible. They’re composed of constructs that show where the data starts and its length. TIA Portal can automatically create a pointer when trying to access complex data like arrays. You should avoid using MOVE to access pointer data, instead, use BLKMOV. Keep in mind though, if the destination point for the BLKMOV is smaller than the pointer, data could get truncated.