Array variables in zenon

Previous chapterNext chapter Show allShow all    Hide allHide all

An array variable in zenon represents a memory area (arrays or structures) of the B&R PLC.

You have read and write access to the array variable via the Recipe Manager and VBA modules. One advantage of the B&R PLC is that block reading and block writing is very efficient. Supported driver objects for array variables are (boolean, i/u8Bit, i/u16Bit, i/u32Bit, float).

An array variable is created via the variable dialog. Enter the size of the array in the input field "Indices" (dimension). If you have the same data type as you have on the B&R PLC, you also have to enter the same dimension in the input field "Indices".